body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #101e2b;
}
body {
	background-attachment: fixed;
	background-position: top center;
	background-color: #b75028;
	background-image: url(images/bkgd.jpg);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

table {
	border-collapse: collapse;
}

li {
	margin-top: 0.05in;
}

.tbl a {
	width:220px;
	padding: 3px;
	background-color: transparent;
	text-align: left;
	display:block;
	text-decoration: none;
	color:#b31f17;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	border-bottom: 1px;
	border-bottom-color: #b11f13;
	border-bottom-style: dashed
}
.tbl a:hover {
	text-decoration: none;
	background-color: #00929f;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

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

.bottom-border {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #922e3a;
}

.bottom-border-black {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

.right-border {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #b31f17;
}

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

a {
	color: #b11f13;
	text-decoration:none
}
a:hover {
	text-decoration: underline;
	color: #b11f13;
}
a.cream_links {
text-decoration:none;
	color: #ffffef;
	font-size: 8pt;
}

a.cream_links:hover {
text-decoration:underline;
	color: #ffffef;
	font-size: 8pt;
}

.red_sm_text {
	font-size: 8pt;
	color: #b31f17;
}

.red_sm_text_georgia {
	font-size: 8pt;
	color: #b31f17;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left: 1.25in;
}

.red_subheader {
	font-size: 9pt;
	color: #b31f17;
	font-weight: bold;
	font-style: italic;
}

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

.red_subheader2 {
	font-size: 9pt;
	color: #AF2113;
	font-weight: bold;
}

.blue_sm_text {
	font-size: 8pt;
	color: #101829;
}

.blue_subheader {
	font-size: 9pt;
	color: #101829;
	font-weight: bold;
	font-style: italic;
}

.blue_header {
	font-size: 14pt;
	color: #101829;	
	font-style: italic;
	font-weight:bold;
	text-transform: uppercase;
}	

.cream_sm_text {
	font-size: 8pt;
	color: #ffffef;
}

.cream_subheader {
	font-size: 9pt;
	color: #ffffef;
	font-weight: bold;
	font-style: italic;
}

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

.green_text {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #2f5e10;
}

.white_text {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight:bold;
}

.white_text_small {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight:bold;
}

.black_text {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.black_text_lg {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}

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

.bold {
	font-weight:bold;
}

.italic {
	font-style: italic;
}	

.searchterms {
display:none;
}

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

.glossymenu a.menuitem{
background: #8f3200 url(menuscript/glossyback.gif) repeat-x bottom left;
color: #ffffff;
font-weight: bold;
letter-spacing: 3px;
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: #ffffff;
}

.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: #D4C07A;
}

.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 dotted #b21f15;
text-align:left;
font-weight: bold;
}

.glossymenu div.submenu ul li a{
display: block;
color: black;
text-decoration: none;
padding: 0px 0;
padding-left: 10px;
font-size: 9pt;
}

.glossymenu div.submenu ul li a:hover{
background: #E5924D;
color: #ffffff;
}