@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding:0;
}

TD	{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#54075B;
	text-align:center;
	}

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #54075B;
	font-size: 11px; 
}

.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
	font-size: 11px;
}

.highlight {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #A9218E;
	font-size: 11px;
}

.title {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #A9218E;
	font-size: 12px;
}

.bold {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:11px;
}

.boldpurple{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#54075B;
	font-size:11px;
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#54075B;
	font-size:9px;
}
		
a:link {
	font-weight: normal;
	color: #54075B;
	text-decoration: none;
}
	

a:visited {
	font-weight: normal;
	color: #54075B;
	text-decoration: none;
}

a:active {
	font-weight: normal;
	color: #54075B;
	text-decoration: none;
}
	
a:hover {
	text-decoration:underline;
	font-weight: normal;
	color: #54075B;
}

a.lnav:link {
	font-weight: normal;
	color: black;
	text-decoration: none;
}

a.lnav:visited {
	font-weight: normal;
	color: black;
	text-decoration: none;
}

a.lnav:active {
	font-weight: normal;
	color: black;
	text-decoration: none;
}
	
a.lnav:hover {
	text-decoration:underline;
	font-weight: normal;
	color: #54075B;
}
