* 	{margin: 0;
	padding: 0;}

body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 100%;
}


#menu{
	width: 100%;
	margin: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11pt;
	font-style: none;
}


#navlist li{

	display: inline;
	list-style-type: none;
	padding-right: 30px;
	margin-left: 30px;
	
}



#comments_col {
		
	padding-top: 35px;	
	text-align: left;
	height:450px;
	color: #CBCBCB;
	font-family: Microsoft Sans Serif, "Times New Roman", Times, serif;
	font-size: 12pt;	
	margin-left: 5%;
	overflow:auto;
	display: inline-block;		
}



#form {
	margin-top: 0px;
	text-align: center;
			
}

#current {
	color: #000000;
	background-color: #DBDBDB;
	text-decoration: none;	
}



.float_left {
	float: left;
    	margin-right: 10px;
		
}




	
p {
	padding-bottom: 40px;
	font-size: 12pt;
	

}



h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: none;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: left;
}



h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
	font-style: italic;
	color: #FFFFFF;
	text-align: left;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: none;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-align: center;
}


h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	margin-bottom: 10px;
	font-style: none;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	margin-bottom: 20px;
	font-style: none;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	
}


h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	margin-bottom: 5px;
	font-style: none;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	
}


a.imglink:hover { 
	border: 0; 
	background-color: inherit;
	
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}
		
a:visited {
	color: #ffffff;
    text-decoration: underline;
}
		   
a:hover {
	color: #000000;
	background-color: #DBDBDB;
	text-decoration: none;
}
		  
a:active {
	color: #000000;
    text-decoration: underline;
}

