/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
}
body {
	background-color: #EFEFEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #A7023A;
}
a:visited {
	color: #7C012D;
}
a:hover {
	color: #212F8D;
}
a:active {
	color: #212F8D;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 36px;
	color: #A7023A;
}
h2 {
	font-size: 24px;
	color: #A7023A;
}
h3 {
	font-size: 18px;
	color: #A7023A;
}
h4 {
	font-size: 36px;
	color: #212F8D;
}
h5 {
	font-size: 24px;
	color: #212F8D;
}
h6 {
	font-size: 18px;
	color: #212F8D;
}
.Small {font-size: 12px}

.SmallBold {
	font-size: 12px;
	font-weight: bold;
}

.Reverse {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


/*Navigation*/

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: center;
width: 100%; /*width of menu*/
border: 1px solid #212F8D; /*dark maroon border*/
border-width: 1px 0;
background: #A7013A url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #A7013A; /*dark maroon divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #A7013A url(../images/indentbg2.gif) center center repeat-x;
}

