/*  font style
----------------------------------------------- */

body, p, table, td
{
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	font-variant: normal;
}

h1
{
	font:bold 15px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#0023DD;
	
}

h2
{
	font:bold 13px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#FF8901;
	
}
h3
{
	color:#FFFFFF;
	height: 24px;
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 140%;
	font-weight: bold;
	background-color: #00688B;
	margin-top: 20px;
	text-indent: 10px;
}
h4
{
	color:#333333;
	margin-left: 10px;
	margin-top: 10px;
}
h5
{
	color:#333333;
	margin-left: 15px;
}
h6
{
	color:#FFFFFF;
	height: 22px;
	width: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	background-color: #517693;
	margin-top: 15px;
	margin-left: 15px;
	text-indent: 10px;
}
h7
{
	color:#333333;
	margin-left: 25px;
}
a:link,
a:visited
{
	text-decoration: underline; /* fix */
	color:#333333; 
}

a:active, 
a:hover
{
	text-decoration:none; /* fix */
	color: #333333;
}

div.hr
{
	border-bottom-style:dotted;
	border-bottom-width:1px; /* fix */
	border-color: #333333;
	height: 1px;
}/*  alternative */

.altcolor,
.altcolor p { color:#000000;}

.altcolor h1 {color:#782DFF; }
.altcolor h2 {color:#F30046; }

.altcolor a:link,
.altcolor a:visited {
	color:#000000;
	text-decoration: none;
}

.altcolor a:active, 
.altcolor a:hover { color:#000000; }

.altcolor div.hr {border-color: #EEEEEE;}
.text01 {text-align:justify;}
.text02 {
	color: #00688B;
	text-align: justify;
}

div#text03 a:link,
div#text03 a:visited{
	color: #00688B;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
div#text03 a:active,
div#text03 a:hover{
	color: #517693;
}

.text04 {
	color: #00688B;
	text-align:center;
	font-size: 14px;
}
div#text05 a:link,
div#text05 a:visited 
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
div#text05 a:active,
div#text05 a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}