body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
body {
	background-color: #056839;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

li {
	margin-top: 0.05in;
}

a {
	color: #326ee0;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color: #326ee0;
}

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

a.white_links:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.burgundy_links {
	color: #a93923;
	text-decoration:none;
}

a.burgundy_links:hover {
	text-decoration: underline;
	color: #a93923;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #ce6e18;
}

.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A93923;
}

.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #023D7D;
}

.burgundy_header {
	color: #a93923;	
	font-weight: bold;
}

.burgundy_header_lg {
	color: #a93923;	
	font-weight: bold;
	font-size: 14pt;
}

.lt_blue_header {
	font-size: 14pt;
	color: #B1D6FE;	
	font-weight: bold;
	font-style: italic;
}

.blue_header {
	color: #023D7D;	
	font-weight: bold;
}

.white_header {
	color: #FFFFFF;	
	font-weight: bold;
}

.gold_header {
	color: #EEC44E;	
	font-weight: bold;
}

.green_text {
	font-size: 8pt;
	color: #24771C;
	font-weight: bold;
}

.red_text {
	font-size: 8pt;
	color: #AF1900;
	font-weight: bold;
}

.lt_blue_text {
	font-size: 7pt;
	color: #8CC1FD;
	font-weight: bold;
}

.white_text {
	color: #FFFFFF;
}

.white_text_sm {
	color: #FFFFFF;
	font-size: 8pt;
}

.gold_text {
	color: #DDB805;
}


.small_text {
	font-size: 7pt;
	color: #000000;
}

.bold_italic {
	font-style: italic;
	font-weight:bold;
}

.bold_italic_large {
	font-style: italic;
	font-weight:bold;
	font-size: 12pt;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style: italic;
}

.searchterms {
display:none;
}

.glossymenu{
margin: 5px 0;
padding: 0;
width: 200px; /*width of menu*/
border-bottom-width: 0;
margin-left: auto;
margin-right: auto;
}

.glossymenu a.menuitem{
background: #336fe1 url(menuscript/glossyback.gif) repeat-x bottom left;
font: bold 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
text-align:left;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(menuscript/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #336fe0;
text-align:left;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 9pt "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #cae0ec;
color: #336fe0;
}