@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-align:justify;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 12px;
	color: #333300;
}
h2 {
	font-size: 10px;	
	color: #333300;
	font-weight: bold;
}
.menubar {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF
}
.menubar:link {
	text-decoration: none;
	color: #FFFFFF;
}
.menubar:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menubar:hover {
	text-decoration: none;
	color: #000000;
}
.menubar:active {
	text-decoration: none;
	color: #CEE094;
