@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CeCeCe;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}
a.email:link {
font-size:10px;
	color: #666666;
	text-decoration: none;
}
a.email:visited {
font-size:10px;
	color: #666666;
	text-decoration: none;
}
a.email:hover {
font-size:10px;
	color: #FF6600;
	text-decoration: none;
}
.email.a:active {
font-size:10px;
	color: #666666;
	text-decoration: none;
}
.style1 {
	color: #003366;
	font-size: 10px;
	font-weight: bold;
}
.style2 {color: #666666}
.style3 {
	color: #666666;
	font-weight: bold;
}
.style4 {color: #666666}
.headOne{
font-size:14px;
font-weight:bold;
color:#00527F;
}
.headtwo{
font-size:14px;
font-weight:bold;
color:#FFFF00;
}
ul,ol{
line-height:170%;
list-style-image:url(../images/icon/arrows.gif) ;
}
.lastUpdate{
color:#999999;
}
.tdBox{
border:#CCCCCC thin dotted 1px;
background:#f8fbfd;
}
.tdHead{
background:#d6d5d5;
border-bottom:#FFFFFF thin solid 1px;
}
.tdOne{
background:#ededed;
border-bottom:#FFFFFF thin solid 1px;
}
.tdTwo{
background:#f8f8f8;
border-bottom:#FFFFFF thin solid 1px;
}
-->