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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px  !Important;
	color: #686565 !Important;
}
body {
	background-color: #D7E6F6;
}
.style3 {color: #FFFFFF}
.style13 {color: #FFFFFF !Important;
font-weight:bold;
          
}

h1{
	font-size:14px;
	font-weight:bold;
	color:#62ADDF;
}


a:link {
	color: #62ADDF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #62ADDF;
}
a:hover {
	text-decoration: underline;
	color: #8DC63F;
}
a:active {
	text-decoration: none;
	color: #8DC63F;
}
.style14 {color: #62ADDF; font-weight: bold; }
.style28 {font-size: 12px}
.style29 {color: #62ADDF}

.green {
	color:#8DC63F;
	font-weight:bold;
}
.red{
	color:#F00;
	font-weight:bold;
}
	

#menu  {
	list-style-type:none;
	width:800px;
	margin:7px 0;
	font-size:14px;	
	padding:0 0 0 5px;
	
}

#menu  li{
	float:left;
	padding:0 17px;
}

#menu  li a{
	color:#62ADDF;
	text-decoration:none;
	
}
#menu  li a:hover{
	color: #8dc63f;
	text-decoration:underline;
}

#menu  li a:active{
	color: #8dc63f;
	text-decoration: none;
}
img{
	border:none;
}
p{
	text-align:left;
}


