body {
	margin: 0px;
	background-color: #FFFFFF;

}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #314993;

}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

li {
	list-style-type: square;
}

a:link {
	color: #000099;
	text-decoration: underline;
}

a:visited {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	color: #000099;
	text-decoration: none;
}

a:active {
	color: #000099;
	text-decoration: none;
}
.navbar {
	color: #FFFFFF;
	text-decoration: none;
}

.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navbar a:hover {
	color: #FF0000;
	text-decoration: none;
}

.navbar a:active {
	color: #FF0000;
	text-decoration: none;
}

.leftnav {
	text-decoration: none;
	color: #000099;
	font-size: 15px;
}

.leftnav a:link {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

.leftnav a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}

.leftnav a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.leftnav a:active {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
