@charset "utf-8";
/* CSS Document */

body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	text-align: justify;
}


#menu{
	margin: 0px;
	padding: 0px;	
}

#menu a{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

#ww{
	position: absolute;
	background-color: #FFFFFF;
	visibility: hidden;
	margin-top: 15px;
}
#ww table{
	padding-top: 5px;
	background-color: #f5f6f8;

		
}

#ww table td{
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
		
}
#ww td{
	padding: 5px;
}







#about{
	position: absolute;
	background-color: #FFFFFF;
	visibility: hidden;
	margin-top: 15px;
}
#about table{
	padding-top: 5px;
	background-color: #f5f6f8;
		
}
#about td{
	padding: 5px;	
}
#about table td{
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
		
}

.main_nav{
	margin-top: 32px;
}
