﻿body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	font-size: 14px;
}
.Main {
	padding: 5px;
}
.SideBar {
	color: #FFFFFF;
	padding: 8px 12px 8px 12px;
	background-image: url('Assets/Sidebar_Mid.gif');
	background-repeat: repeat-y;
}
.GraphicListItem {
	list-style-position: outside;
	list-style-image:  url('images/arrgr.gif');
	margin-left: -5px;
}
li {
	list-style-image: url('images/bluearrow.gif');
}
h1 {
	font-weight: bolder;
	color: #003376;
	font-size: 22px;
}
h2 {
	font-weight: bolder;
	color: #003376;
	font-size: 20px;
}
h3 {
	font-weight: bolder;
	color: #003376;
	font-size: 18px;
}
h4 {
	font-weight: bold;
	font-weight: bolder;
	color: #003376;
	font-size: 16px;
}
h5 {
	font-weight: bolder;
	color: #003376;
	font-size: 14px;
}
h6 {
	font-weight: bolder;
	color: #003376;
	font-size: 12px;
}
.NavBar {
	font-size: 12px;
	font-weight: bold;
	color: #003376;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
.Footer {
	font-size: 11px;
	font-weight: bold;
	color: #003376;
	text-decoration: none;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #379825;
	text-decoration: underline;
}

