body {
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Arial";
	color:#000000;
	font-size:12px;
	margin:0px;
	padding:0px;
	}

.grey12px{
color: #5a5a5a;
font-family:"Arial";
font-size:12px;
}
.grey14pxbold{
color: #5a5a5a;
font-family:"Arial";
font-size:14px;
font-weight:bold;
}
.nearwhite14pxbold{
	color: #E1E1E1;
	font-family:"Arial";
	font-size:14px;
	font-weight:bold;
}
.white14pxbold{
color: #FFFFFF;
font-family:"Arial";
font-size:14px;
font-weight:bold;
}
.white12px{
color: #FFFFFF;
font-family:"Arial";
font-size:12px;
}
.white24pxbold {
color: #FFFFFF;
font-family:"Arial";
font-size:24px;
font-weight:bold;
}
.header_big {
color: #000000;
font-family:"Arial";
font-size:30px;
font-weight:bold;
}
.header_med {
color: #000000;
font-family:"Arial";
font-size:18px;
font-weight:bold;
}
.header_small {
color: #000000;
font-family:"Arial";
font-size:14px;
font-weight:bold;
}
.header_txt {
color: #000000;
font-family:"Arial";
font-size:12px;
}

a {
	color: #5a5a5a;
	font-family: "Arial";
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

.tn {
	border: 0px;
}
.modelsname{
color: #FFFFFF;
font-family:"Arial";
font-size:18px;
font-weight:bold;
padding: 4px 0px 4px 0px;
}
.model {
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
	background-repeat:no-repeat;
	background-image:url(images/bg_update_top_video.jpg);
	height: 10px;
	width: 270px;
	border: 0px;
	padding: 0px 0px 0px;
}
textarea {
	font-family: "Arial";
	font-size: 12px;
	color: #FFFFFF;
	background-color:#f12b04;
	border: 0px;
	font-weight: normal;
	padding:2px;
}
#dropmenudiv{
position:absolute;
border:1px solid #e8e8e8;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
text-align:center;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #e8e8e8;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

