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

body 
{
	margin: 80px;
	font-family: Arial;
	font-size: 10px;
	/*letter-spacing: -0.1px;*/
	background-image: url(../images/bgsite.gif);
}
.headright {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}
#container {
	margin-right: 25px;
	margin-left: 30px;
}


#content {
	font-family: Arial;
}
#menu {
	padding-left: 8px;
	padding-top: 3px;
}
#footer {
	font-family: Arial;
	font-size: 11px;
	color: #C8C4C1;
	text-align: center;
	padding-top: 5px;
}
#footer a {
	font-family: Arial;
	font-size: 11px;
	color: #C8C4C1;
	text-align: center;
}
#footer a:Link {
	font-family: Arial;
	font-size: 11px;
	color: #C8C4C1;
	text-align: center;
	text-decoration: none;
}
#footer a:Hover {
	font-family: Arial;
	font-size: 11px;
	color: #C8C4C1;
	text-align: center;
	text-decoration: underline;
}
