@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#333333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666666;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

#contentCon {
	position:relative;
	width:647px;
	height:367px;
	overflow:auto;
}

.style1 {
	font-size: 12px;
	font-weight: bold;
}


.style6 {font-size: 9px; font-weight: bold; }
.style12 {color: #CC0000}

.style2 {
	font-size: 12px;
	font-weight: bold;
}

#aboutLink {
	color: #3300CC;
	font-weight:bold;
}

#aboutLink:hover {
	color: #CC0000;
}

#aboutLink:visited {
	color: #3300CC;
}

ul.customList{
	list-style:none;
	list-style-type:none;
}

ul.customList2{
	list-style:none;
	list-style-type:none;
}

ul.customList3{
	list-style:none;
	list-style-type:none;
}

.hiding{
	display:none;
}

.navDiv{
	position:relative;

}

.dropDown{
	right:-2px;
	position:absolute;	
	z-index:9999;
}


