@charset "UTF-8";

body {background-color:#FFFFFF;}

.main { 
	font:Arial; 
	font-size:14px; 
	color:#000000; 
	line-height:18px;
}
.menu {
	font-size:14px;
	padding-left:2px;
	padding-top:1px;
	padding-bottom:5px;
	border-bottom: thin solid; width:144px; color:#0066ff;
	margin-top: 8px;
	margin-bottom:8px;
	
}

.sitetitle {
	font-family: Arial;
	font-size:18px;
	color: #1e1e1e;
}
.sitename {
	font-family: Arial;
	font-size: 20px;
	font-weight:800;
	color: #1e1e1e;
	
}
body,td,th {
	font-family: Arial;
	color: #666666;

}
.copyright {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}


.links {font-family: Arial;  }

a:link {color:#0066ff;
	text-decoration:none;
}
a:visited{color:#2266ff;
	text-decoration:none;

}
a:hover{color:#5566FF;
}