body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #393939;
	vertical-align: 130%;
	margin: 0px;
	padding: 0px;
	border: none;
}

.bodytext, .body_text, .bodytext *, .body_text *{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:130%;
}

.bodytext a, .bodytext a:hover, .bodytext a:active, .bodytext a:visited, 
.body_text a, .body_text a:hover, .body_text a:active, .body_text a:visited{
	text-decoration:none;
	color:#000066;
}
.bodytext a:hover, .body_text a:hover{
	text-decoration:underline;
}

.headerText, .page_name{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	color:#000000;
	font-weight:bold; 
}

.page_name{
	color:#272727;
	line-height:100%;
}
/* main menu */

.menu_on, .menu_on a, .menu_on a:hover, .menu_on a:active, .menu_on a:visited, 
.menu_off, .menu_off a, .menu_off a:hover, .menu_off a:active, .menu_off a:visited, 
.menu_spacer{
	text-decoration:none;
	font-size:11px;
	color:#858A8A;
}

.menu_on, .menu_off, .menu_spacer{
	height:22px;
	padding-left:9px;
	padding-right:9px;
	cursor:finger; cursor:pointer;
	background-color:#0B1515;
	border-bottom:1px solid #858585;
}

.menu_on{
	background-color:#555454;
	border:1px solid #858585;
	border-bottom: 1px solid #555454;
	padding-left:8px;
	padding-right:8px;
}

.menu_on, .menu_on a, .menu_on a:hover, .menu_on a:active, .menu_on a:visited{
	color:#FFFFFF;
}
.menu_spacer{
	padding:0px;
	background-color:transparent;
	border:0;
}

/* sub menu */

.sub_menu_on, .sub_menu_on a, .sub_menu_on a:hover, .sub_menu_on a:active, .sub_menu_on a:visited, 
.sub_menu_off, .sub_menu_off a, .sub_menu_off a:hover, .sub_menu_off a:active, .sub_menu_off a:visited, 
.sub_menu_spacer{
	text-decoration:none;
	font-size:11px;
	color:#AFAFAF;
	cursor:finger; cursor:pointer;
}

.sub_menu_on, .sub_menu_on a, .sub_menu_on a:hover, .sub_menu_on a:active, .sub_menu_on a:visited{
	color:#FFFFFF;
}
.sub_menu_on a:hover, .sub_menu_off a:hover{
	text-decoration:underline;
}

.sub_menu_spacer{
	padding:0 4px 0 4px;
}

