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

.Body {
	font-family: "verdana";
	font-size:10px;
	color: #000;
    align:justify;

}
.Head {
	font-family: "verdana";
	font-size: 12px;
	color: #000;
   font-weight:bold;
}
.Menu {
	font-family: "verdana";
	font-size: 9px;
	color: #fff;
    font-weight:bold;
	
    
}

.SubHead {
	font-family: "verdana";
	font-size: 9px;
	color: #000;
}

a:link {
	text-decoration: none;
	color: #4C483F;
}
a:visited {
	text-decoration: none;
    color: #4c483f;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
     color: #C60;
}

#main a {
	font-family: verdana;
	font-size: 10px;
	color: #fff;
}
#main a:link {
	text-decoration: none;
}
#main a:visited {
	text-decoration: none;
}
#main a:hover {
	text-decoration: none;
	color: #4C483F;
}
#main a:active {
	text-decoration: none;
}