A:link {
	color: rgb(115,123,181);
	text-decoration: none;
	font-weight: bold;
} 
A:visited {
	color: rgb(115,123,181);
	text-decoration: none;
	font-weight: bold;
} 
A:hover {
	color: #3D3A88;
	text-decoration: none;
	font-weight: bold;
} 
A:active {
	color: rgb(115,123,181);
	text-decoration: none;
	font-weight: bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D3A88;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

td.navigationTD {
	color: #3D3A88;
	background-color: rgb(215,219,242);
	border-right: solid 2px rgb(146,153,205);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;	
	padding-left: 7px;
	padding-right: 7px;
}

td.bodyTD {
	background-image: url("../images/bgShadow.gif");
	background-position: left;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 16px;	
}

hr {
	border: dashed;
	color: #3D3A88;
	background-color: #3D3A88;
	height: 1px;
}
