.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 12px;
}
.bodytext_space {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.bodytext_larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}
.bodytext_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #980001;
}


/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.horizmenu {
color:#fff;
}

.horizmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.horizmenu li{
display: inline;
margin: 0;
}

.horizmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px; /*padding inside each tab*/
color: #fff;
font-weight:normal;
}

.horizmenu li a.alt{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px; /*padding inside each tab*/
color: #fff;
}


.horizmenu li a.alt:hover,.horizmenu li a:hover{
background-color:#666;
}

.horizmenu a.selected{
background: #666; /*background of tab with "selected" class assigned to its LI */
}


/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px airal,sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background-color: white;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle li a:link,.ddsubmenustyle li a:active,.ddsubmenustyle li a:visited{
display: block;
width: 160px;
color: #fff;
background-color:#990000;
text-decoration: none;
padding: 4px 7px;
border-bottom: 1px solid white;
margin-left:0px;
margin-top:0px;
font-weight:normal;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: #666;
color: #fff;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}