
#menuMain {
	padding: 0;
	background:url(images/menu/bg.gif) repeat-x;
}

#menuMain a {
	display:inline;
	float: left;
	height: 17px;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	color: #5e7003;
	text-decoration: none;
	font-size: 8pt;
	text-align: center;
	background:url(images/menu/bg.gif) repeat-x;
	border-right: 1px solid #cfde8d;
}
#menuMain a.Active {
	background:url(images/menu/bg_ovr.gif);
}
#menuMain a:HOVER {
	background:url(images/menu/bg_ovr.gif);
}


TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #484F03;
	text-align : justify;
}
TD.center {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #484F03;
	text-align : center;
}
TD.left {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #484F03;
	text-align : left;
}
TD.right {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #484F03;
	text-align : right;
}
.Heading1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #909C1E;
	font-weight : bold;
}
.Heading2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #909C1E;
}
.Heading3{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #909C1E;
}
A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : #850F05;
}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : underline;
	color : 850F05;
}



.form_standard {
	border-color : #909C1E;
	border-width : 1;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #FCFAF3;
}
.button{
	color:white;
	font-size : 10px;
	background-color:gray;
	border-color:gray;
	border-width:1
}


.show {}
.hide{DISPLAY:none;}
