@charset "utf-8";
body {
	background-color: #666666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}
a:link {
	color: #900;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
h1 {
	font-size: 12pt;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #900;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
}


.style6 {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight: normal;
}
.style8 {
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
.style10 {
	font-size: 7px
}
.style13 {
	font-size: 7pt;
	color: #CCC;
}
.style12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #990000;
	font-weight: bold;
}
.style16 {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}

/*Dropdown Menu End*/
.dd_menu {
	background: #5C1919;
	padding:0px;
	margin:0;
	list-style-type:none;
	width: 134px;
}
.dd_menu li {
	float:left; 
	height:30px; 
}
.dd_menu li a {
	padding:9px 10px;
	display:block;
	color: #FFF;
	text-decoration:none;
	font:12px arial, verdana, sans-serif;
}
.dd_menu li:hover a {
	text-decoration: none;
}

.dd_menu ul {
	position:absolute;
	top:-9999px;
	list-style-type:none;
	left: -9999px;
}
.dd_menu li:hover {
	position:relative;
	background: #660000;
}
.dd_menu li:hover ul {
	left:0px;
	top:30px;
	background: #660000;
	padding:3px;
	border:1px solid grey;
	width:160px;
}
.dd_menu li:hover ul li {
	height:18px; 
	border:none;
}
.dd_menu li:hover ul li a {
	height:18px; 
	padding:0px; 
	display:block; 
	font-size:11px; 
	width:158px; 
	line-height:18px; 
	text-indent:5px; 
	color:#444; 
	background-color: #CCC; 
	text-decoration:none; 
	border:1px solid transparent;
}
.dd_menu li:hover ul li a:hover {
	height:18px;
	background:#660000;
	color:#FFF;
	border:solid 1px #444;
}	  
/*Dropdown Menu End*/

