@charset "utf-8";
/* CSS Document */
a:link {
		color: #FFF;
	}
a:visited{
		color: #FFF;
	}
a:hover {
		color: #FFF;
	text-decoration: none;
}
a:active {
		color: #FFF;
}

body {
	background-color: #490000;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 130%;
	}
	
	
	
a:link.navlink1, a:visited.navlink1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9.5px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	line-height: 110%;
	text-decoration: underline;
	}
a:hover.navlink1, a:active.navlink1{
	text-decoration: none;
		}	
	
	
	
	
	
	
	
	
	.bold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
	.whitebold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.whiteboldplus {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.whiteboldplusplus {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background: #fef5d6;
	border: 1px solid #000;
}




	.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #ffffff;
	line-height: normal;
}


	.content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9.5px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	line-height: 110%;
	}


