@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 12px;
	font-family: Times New Roman, Times, serif;
}
P {
    margin: 5px;
}
.style2 {
	font-size: 32px;
	color: #333333;
}
.style3 {
	font-size: 16px;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.style5 {
	font-size: 12px;
}
.style6 {
	font-size: 14px;
}
.style7 {
	font-size: 14px;
}
.mainContent {
    color: #000000;
	margin-top: 5px; 
	margin-left:auto; 
	margin-right:auto; 
	height: 50px; 
	padding: 5px 10px 5px 10px; 
	text-align:left;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #333333;
}
a:active {
	color: #999999;
}


#navigation{
	width: 950px;
}

#navigation ul{
	list-style-type:none;
	margin:0;
	padding:0;	
}

#navigation li{
	display:inline;	
	float: left;
	text-align: center;
	font-weight: bold;
	padding: 5px 18px 5px 14px;
}


#navigation a{
	
	width:132px;
	height: 24px;
	padding-top: 7px;
	text-decoration: none;	
}
