body {
	background-color: #0D2744;
	margin: 0;
}

a:active {
	font-size: 9pt;
	text-decoration: none;
	color: #143D69;
	font-weight: bold; 
}

a:link {
	font-size: 9pt;
	text-decoration: none;
	color: #143D69;
	font-weight: bold; 
}

a:visited {
	font-size: 9pt;
	text-decoration: none;	
	color: #143D69;
	font-weight: bold; 
}

a:hover {
	font-size: 9pt;
	color: red; 
	font-weight: bold; 
	text-decoration: underline;
}

a.whitelink:link, a.whitelink:active, a.whitelink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: normal; 
	line-height: normal
	}
a.whitelink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: red; 
	text-decoration: none; 
	font-style: normal; 
	line-height: normal
	}	
	
a.redlink:link, a.redlink:active, a.redlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: red; 
	text-decoration: none; 
	font-weight: normal; 
	line-height: normal
	}
a.redlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: white; 
	text-decoration: none; 
	font-style: normal; 
	line-height: normal
	}		

.content { 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 9pt;
	color: #494949;
	font-weight: normal;
}

.white { 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
}

.title { 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 14pt;
	color: #7F7F7F;
	fonr-weight: bold;
}