body {

	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}




.headertable {
	
	width: 800px;
	border: 1px solid #B5CCFE;
	background-color: #E8E8E8;
	
	
}

.desc {
	width: 800px;
	border-top: 1px solid #B5CCFE;
	border-bottom: 1px solid #B5CCFE;
	background-color: #F0F0F0;
	font-family: Arial;
	font-size: 12px;
	margin-left: 10px;
	
}

.footer {
	width: 800px;
	border-top: 1px solid #B5CCFE;
	border-bottom: 1px solid #B5CCFE;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
    text-align: center;
	
}


.descbold{
	
	font-family: Arial;
	font-size: 15px;
	margin-left: 10px;
	font-weight: bold;
}

.subheader {
	font-family: Arial;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
}
    

.headerlinks a:link{
    color: #2F64AE;
	font-weight:bold;
	text-decoration: underline;
	font-family: Arial;
	font-size: 15px;
}

.headerlinks a:hover{
	
	color: #2F64AE;
	font-weight:bold;
	text-decoration: underline;
	font-family: Arial;
	font-size: 15px;
}

.headerlinks a:visited{
	
	color: #2F64AE;
	font-weight:bold;
	text-decoration: underline;
	font-family: Arial;
	font-size: 15px;
}

.friendlinks a:link{
    color: #2F64AE;
	font-weight:bold;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
}

.friendlinks a:hover{
	
	color: #2F64AE;
	font-weight:bold;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
}

.friendlinks a:visited{
	
	color: #2F64AE;
	font-weight:bold;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
}

