/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #424242;
	text-decoration: none;
	background-color:#C9C9C9;
}
.gray_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #424242;
	text-decoration: none;
}
.gray_link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.header_back{
	background-image:url(images/header_back.gif)
	}
.middle_back{
	padding:0 27px; /*17px 27px 17px 27px;*/
	background-image:url(images/middle_back.gif)
	}
.bottom_back{
	background-image:url(images/bottom_back.gif)
	}
.header_white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.red_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0F06;
	text-decoration: none;
}
.medred_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0F06;
	text-decoration: none;
}
.bigred_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #CC0F06;
	text-decoration: none;
}
.bigblack_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #131508;
	text-decoration: none;
}
.black_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #131508;
	text-decoration: none;
}
.header_white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.middle_left_back{
	padding:0px 22px 1px 22px;
	background:url(images/middle_left2.gif) repeat-y;
}
.doted_line{
	background:url(images/doted_line.gif) repeat-x;
	width:1px;
}
.doted_line_bottom{
	background:url(images/doted_line.gif) repeat-x bottom;
	width:1px;
}
.bottom_gray_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:20px;
	color: #DCDCDC;
	padding:0px 10px;
	text-decoration:none;
}
.bottom_gray_text:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:20px;
	color: #fff;
	padding:0px 10px;
	text-decoration:none;
}
.textbox{
	background:url(images/drop_box.gif) no-repeat;
	width:239px;
	height:19px;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	padding:5px 5px 5px 5px;
	color:#424242;
	border:none;
}
.join_textbox{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	padding:3px 0px 3px 5px;
	color:#979696;
}
.glossymenu{
	float:left;
	width:665px;
	position: relative;
	padding: 8px 0 0 15px;
	margin: 0 auto 0 auto;
	height: 35px;
	list-style: none;
}

.glossymenu li{
	float:left;
	margin-right:4px;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#FFF;;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 8px; /*Padding to accomodate left tab image. Do not change*/
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	background: transparent url(images/right-img.gif) no-repeat top left;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 14px 0 8px; /*Padding of menu items*/
	background: transparent url(images/left-img.gif) no-repeat top right;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/red-left-img.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/red-right-img.gif) no-repeat right top; /*right tab image path*/
	
}

.print{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #fff;
text-decoration: none;
}

.verticle_doted_line{
	background:url(images/verticle_doted_line.gif) repeat-y;
	width:1px;
}
p
{
margin-top:0px;
padding:0px;}

