.navbar {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #395F8D;
}
a.navbar:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.navbar:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.navbar:hover {
	color: #66CCFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.blueBG {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #395F8C;
}
a.blueBG:link {
	color: #66CCFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
a.blueBG:visited {
	font-size: 13px;
	font-weight: bold;
	color: #66CCFF;
	text-decoration: none;
}
a.blueBG:hover {
	font-size: 13px;
	font-weight: bold;
	color: #66CCFF;
	text-decoration: underline;
}
a:link {
	font-size: 13px;
	font-weight: bold;
	color: #395F8C;
	text-decoration: none;
}
a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #395F8C;
	text-decoration: none;
}
a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #395F8C;
	text-decoration: underline;
}

body {
	font-family: Arial;
	margin: 2px;
	padding: 2px;
	list-style-type: disc;
}



.whiteBG {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 14px;
}
.footer {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B0C2D7;
}
a.footer:hover {
	color: #395F8C;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
}
a.footer:link {
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
}
a.footer:visited {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}



h1 {
	font-family: Arial;
	font-size: 22px;
	font-weight: bolder;
	color: #395F8D;
	text-decoration: none;
}
h2 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #395F8C;
	text-decoration: none;
}
.pagetitle {
	font-family: Arial;
	font-size: 20px;
	font-weight: bolder;
	color: #395F8C;
	text-decoration: none;
}
.sidebar {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #66CCFF;
	text-decoration: none;
}
a.sidebar:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66CCFF;
	text-decoration: none;
}
a.sidebar:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #66CCFF;
	text-decoration: none;
}
a.sidebar:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #66CCFF;
	text-decoration: underline;
}
