﻿/* Class Styles */

a {
	font-family: "Arial Narrow";
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	line-height: 1em;
}
a:visited {
	color: #000000;
}
a:hover {color: #FF0000}
.text_normal {
	font-family: Verdana;
	font-size: 11pt;
	color: #000000;
	text-align: left;
}
.text_normal_centered {
	font-family: Verdana;
	font-size: 11pt;
	color: #000000;
	text-align: center;
}
.text_normal_bold {
	font-family: Verdana;
	font-size: 11pt;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.text_section_title {
	font-family: Verdana;
	font-size: 11pt;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.text_item_title {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #663300;
	text-align: left;
}
.text_bottom_info {
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: bold;
	color: #000000;
}
.nav_text_top {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	text-align: center;
}
.nav_text_bottom {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.centered {
	text-align: center;
}
.centerMargin10 {
	margin: 10px;
	text-align: center;
}
/* ID Styles */

#leftnavbar{
width: 105px;
	text-align: center;
}

#leftnavbar a{
font: bold 11px Arial;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
padding: 4px;
border: thin outset #663300;
}

body #leftnavbar a{
width: auto;
text-align: left;
}

#leftnavbar a:hover{
background-color: #cfad7d;
color: white;
}
