@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #E9E9E9;
}

h1 {
	font-size: 18px;
	font-variant: small-caps;
}
h2 {
	font-size: 14px;
	color: #646464;
}
h3 {
	font-size: 14px;
	line-height: 14px;
	margin-top: -5px;
	color: #1258FD;
}
.whitefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bolder;
}

.redfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: red;
	font-weight: bolder;
}

.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.smallfont:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: 11px;
	}	

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000FF;
	font-weight: normal;
}

.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: red;
	font-weight: normal;
}


.sidenavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: black;
	text-decoration: none;
	background-color: white;
	padding: 2px 2px 2px 5px;
	width: 188px;
	display: block;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-left: 2px;
	margin-right: 2px;
	}
.sidenavigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 2px 2px 5px;
	color: white;
	text-decoration: none;
	background-color: #8DAFFE;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 188px;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	}


.sidecolumn {
	background-color: #8DAFFE;
}