body,p,ul,ol,dl,li,dd,dd,td,th { 
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
p, ul, ol, dl {
	margin: 1em 0;
}
h1,h2,h3,h4,h5,h6 {
  color: #224EA8;
	margin: 1em 0;
	padding: 0;
}
h1 { 
  font-size: 18px; 
}
h2 { 
  font-size: 16px; 
}
h3 { 
  font-size: 15px;
}
h4 { 
  font-size: 14px; 
}
h5 { 
	color: #666;
  font-size: 14px; 
}
h6 { 
	color: #666;
  font-size: 13px; 
}
a {
  color: #224EA8;
}
a:visited {
  color: #8792a8;
}
a:active, a:hover {
	color: #de3418;
}
.pageText img,
.mceContentBody img {
	border: 1px solid #8792a8;
}
.pageText a:hover img, .pageText a:active img
.mceContentBody a:hover img, .mceContentBody a:active img {
	border: 1px solid #de3418;
}
.pageText img.noborder,
.mceContentBody img.noborder,
.pageText a:hover img.noborder, .pageText a:active img.noborder
.mceContentBody a:hover img.noborder, .mceContentBody a:active img.noborder {
	border: none;
}

.pageText p, .pageText li, .pageText dd,
.mceContentBody p, .mceContentBody li, .mceContentBody dd {
	text-align: justify;
}
.pageText ul, .pageText ol,
.mceContentBody ul, .mceContentBody ol {
	padding-left: 16px;
}
.pageText ul ul, .pageText ul ol, .pageText ol ul, .pageText ol ol,
.mceContentBody ul ul, .mceContentBody ul ol, .mceContentBody ol ul, .mceContentBody ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
.pageText ul li, 
.mceContentBody ul li {
	list-style-image: url(disc_blue_6.gif);
}
.pageText ul li li, 
.mceContentBody ul li li {
	list-style-image: url(circle_blue_6.gif);
}
.pageText ul li li li, 
.mceContentBody ul li li li {
	list-style-image: url(disc_gray_6.gif);
}
.pageText BLOCKQUOTE, .mceContentBody BLOCKQUOTE {
	background: url('bg_blockquote_1.gif') no-repeat;
	padding-left: 35px;
	margin-left: 0;
	font-style: italic;
	color: #666;
	}

/*.pageText table, 
.mceContentBody table */
table.tomikiTable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cecbce;
}
* html table.tomikiTable {
	width: 90%;
}
/*.pageText table th, .pageText table td,
.mceContentBody table th, .mceContentBody table td */
table.tomikiTable th, table.tomikiTable td,
table.tomikiTable caption {
	padding: 5px;
	border: 1px solid #cecbce;
	font-size: 12px;
}
/*.pageText table th,
.mceContentBody table th */
table.tomikiTable th, table.tomikiTable thead {
	background-color: #f0f0f0;
	font-weight: bold;
}
table.tomikiTable caption {
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}
table.tomikiTable p, table.tomikiTable li {
	font-size: 12px;
	text-align: inherit;
	}
.popupPic {
}
span.email {
	height: 11px;
	border-bottom: 1px solid #ffffff;
}
span.email:hover {
	border-bottom: 1px solid #224ea8;
}
.alignLeft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.alignRight {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
