body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	
}
p, li
{
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px
}

.justify {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	padding-left: 30px;
}
.normal {  font-family: Arial, Helvetica, sans-serif; text-align: left; font-size: 14px}


a:link {color: #006633;}
a:visited {color: #006633;}
a:hover {color: #666666;}
a:active {color: #006633;}

a.menulink:link {
	font-size: 11px;
	text-decoration: none;
	color: #006633;
	font-weight: bold;
}
a.menulink:visited {font-size: 11px;text-decoration: none;color: #006633;font-weight: bold;}
a.menulink:active {font-size: 11px;text-decoration: none;color: #006633;font-weight: bold;}
a.menulink:link:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}
a.menulink:visited:hover {font-size: 11px;text-decoration: underline;color: #666666;font-weight: bold;}
a.menulink:active:hover {font-size: 11px;text-decoration: underline;color: #666666;font-weight: bold;}
