a {
   color: #0066cf;
}
.TopNav
{
   display:block;
   width: 150px;
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
   font-family: Arial;
   background-color: #605f9b;
	color: white;
	text-decoration: none;
   padding: 2 0 0 2;
	letter-spacing: 1px;
   border-right: 1px solid #a9a2d2;
   border-bottom: 1px solid #a9a2d2;
   text-align: center;
}
.TopNav:Hover
{
	background-color: #e9e9ff;
   color: #605f9b;
	text-decoration: none;
}


H1 {
	color: #5F5E9B;
	font-style: italic;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom : 5px;
	margin-top : 0px;}
H2 {
	color: #5F5E9B;
	font-style: italic;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;}
H3 {
	color: #5F5E9B;
	font-style: italic;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;}
H4 {
	color: #5F5E9B;
	font-style: italic;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;}
H2.Red {
	color: #FF3333;
	font-style: italic;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;}
   
ul, body, p {
	color : #000000;
	font-style : normal;
	font-weight : normal;
	font-size : 14px;
	font-family: Verdana, Arial;
}

.SideNav {
   background: url(/Images/sidebar.gif) repeat-y;
   padding: 30px 20px;
}
.SideNav a {
	background-image: url(/images/SideButton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 180px;
	display: block;
	padding-left: 45px;
   padding-top: 8px;
	font-size: 14px;
	color: white;
	text-decoration: none;
   margin-bottom: 1px;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.SideNav a:hover {
	background-image: url(/images/SideButton.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
