/* CSS Document */

body{
margin:0px;
margin-top:20px;
background:#000000;
font-family:Arial, Helvetica, sans-serif;
}

p{
font-size:11px;
color:#696969;
margin:10px;
}

/* link */
a:link {
	color: #cbcbcb;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cbcbcb;
}
a:hover {
	text-decoration: none;
	color: #e52a18;
}
a:active {
	text-decoration: none;
	color: #cbcbcb;
}


h1{
font-family:tahoma;
font-size:16px;
margin:10px;
color:#666666;
font-weight:lighter;
text-transform:uppercase;
}


h2{
font-family:tahoma;
font-size:11px;
margin:10px;
color:#666666;
font-weight:lighter;
text-transform:uppercase;
}

.footer{
font-family:tahoma;
font-size:9px;
color:#cbcbcb;
padding-left:20px;
padding-right:20px;
margin:3px;
}



.white_bgd {
background:#FFFFFF;
}

.footer_bgd {
background:url(images/footer_line.jpg) no-repeat;
height:23px;
}

/* link */
a.menu_link:link {
	color: #696969;
	text-decoration: none;
}
a.menu_link:visited {
	text-decoration: none;
	color: #696969;
}
a.menu_link:hover {
	text-decoration: none;
	color: #e52a18;
}
a.menu_link:active {
	text-decoration: none;
	color: #696969;
}

.txtbox{
font-family:tahoma;
font-size:11px;
color:#696969;
border:1px solid #696969;
}

/* link */
a.red_link:link {
	color: #e52a18;
	text-decoration: none;
}
a.red_link:visited {
	text-decoration: none;
	color: #e52a18;
}
a.red_link:hover {
	text-decoration: none;
	color: #696969;
}
a.red_link:active {
	text-decoration: none;
	color: #e52a18;
}



.border_red {
border:1px solid #e52a18;
}


.brdrThumb{
border:3px double #999;
}

.margin5{
margin:5px;
}

.dotsTop{
border-top:1px dotted #CCCCCC;
}

.menuBg{
background:url(images/menuBg.jpg) no-repeat center;
}

.menuFont{
font-size:11px;
text-transform:uppercase;
color:#FFFFFF;
margin:5px;
}

.topBg{
background:url(images/top-bg.jpg) center no-repeat;
height:37px;
}
