@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	}
		
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #325163;
	line-height:16px;
	}

td a:link {
	color: #003399;
	text-decoration:underline;
	}

td a:visited{
	color: #003399;
	text-decoration:none;
	text-decoration:underline;
	}

td a:hover{
	color:#5468df;
	text-decoration:underline;
	}
	
.news {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:16px;
	}

.news a:link {
	color: #333333;
	text-decoration:none;
	}

.news a:visited{
	color: #333333;
	text-decoration:none;
	}

.news a:hover{
	color:#5468df;
	text-decoration:underline;
	}
	
.footer {
	color:#94d7d7;
	font-size:12px;
	text-decoration:none;
	}

.footer a:link {
	color:#c0c6c6;
	text-decoration:none;
	}

.footer a:visited{
	color:#c0c6c6;
	text-decoration:none;
	}

.footer a:hover{
	color:#94d7d7;
	text-decoration:none;
	}

.topbg	{
	background-image:url(../images/logo_bg.jpg);
	background-repeat:repeat-x;
	}
	
.bluebg {
	background-image:url(../images/how_bg1.jpg);
	background-repeat:no-repeat;
	}
		
.whitetext	{
	color:#ffffff;
	}

.testbg{
	background-image:url(../images/ct_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}

.footerbg{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	}
	
.footertext {
	color:#d3d1d1;
	font-size:11px;
	text-decoration: none;
	}
	
.protable {
	border:2px solid #f3f1f1;
	}
	
.bluetext{
	color:#003366;
	font-weight:bold;
	}
	
.green a:link {
	color:#65ae17;
	text-decoration:none;
	font-weight:bold;
	}

.green a:visited{
	color:#65ae17;
	text-decoration:none;
	font-weight:bold;
	}

.green a:hover{
	color:#3c4fac;
	text-decoration:none;
	font-weight:bold;
	}
	
.title {
	color:#6fb329;
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
	}


.RedTextBox {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color:#EBEEFB;
	border: 1px solid #000000;
}

.RedButton {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color:#6E7ECB;
	border: 1px solid #000000;
}








