body {
	background-color: #040C57;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: georgia;
	font-size: 11px;
	letter-spacing:.1em;
	color: #000000;
	font-weight:normal;
}
a {
	font-family: georgia;
	font-size: 11px;
	letter-spacing:.1em;
	color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

a.menu:link {
	text-decoration: underline;
		color: #FF027E;
}
a.menu:visited {
	text-decoration: underline;
	color: #FF027E;
}
a.menu:hover {
	text-decoration: none;
	color: #FF027E;
}
a.menu:active {
	text-decoration: underline;
	color: #FF027E;
}
a.a-footer {
	font-family: georgia;
	font-size: 13px;
	letter-spacing:.1em;
	color: #FF027E;
}
/* ID Styles */

#navigation a {
	text-decoration: none;
	letter-spacing:.1em;
	line-height:1px;
	display:block;
	padding:13px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}

