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

.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	color:#006699;
	margin: 5px 10px 5px 10px;

}
#container{
	min-height:450px;

}

#footer{
	vertical-align:bottom;
	margin-bottom:0px;
	padding: 5px 0px 5px 0px;
	background:#83bff2;
	width:660px;
	color:#FFFFFF;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;

}

a:link {
	font:Georgia, "Times New Roman", Times, serif;
	color:#0A717A;
	font-size: 12px; 
	text-decoration:underline;
	font-weight:bold;
}   
 
a:visited {
	font:Georgia, "Times New Roman", Times, serif;
	color:#0A717A;
	font-size: 12px; 
	text-decoration:underline;
	font-weight:bold;
}  
a:hover {
	font:Georgia, "Times New Roman", Times, serif;
	color:1a1a1a;
	font-size: 12px; 
	text-decoration:none;
	font-weight:bold;
}  
a:active {
	font:Georgia, "Times New Roman", Times, serif;
	color:#0A717A;
	font-size: 12px; 
	text-decoration:none;
	font-weight:bold;
}


a.footer:link {color: #ffffff; text-decoration:none; font-size: 12px;}    
a.footer:visited {color: #ffffff; text-decoration:none; font-size: 12px;}  
a.footer:hover {color: #1a1a1a; text-decoration:none; font-size: 12px;}  
a.footer:active {color: #ffffff; text-decoration:none; font-size: 12px;}
