
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	scrollbar-3d-light-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-base-color: #216202;
	scrollbar-shadow-color: #ffffff;
	border: 0px solid #ffffff;
	background-color: #006600;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: normal;
}


/******* hyperlink and anchor tag styles *******/

A.footer:HOVER{height: 10; 	font-family : Arial, Helvetica, sans-serif; font-size : 12px; font-weight : normal; color: #F0AF3A; text-decoration : none; }
A.footer{height: 10;		font-family : Arial, Helvetica, sans-serif;	font-size : 12px; font-weight : normal; color: #ffffff; text-decoration : none;  }
A.footer:ACTIVE {	height: 10;  font-family : Arial, Helvetica, sans-serif;	font-size : 12px; font-weight : normal; color: #F0AF3A; 	text-decoration : none; }


/************** header tag styles **************/

h1{
	font: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
}

h2{
	font: "Arial Helvetica sans-serif", "Arial Rounded MT Bold";
	color: #000000;
	margin: 0px;
	font-size: 30px;
	padding: 0px;
	font-weight: bolder;
}

h3{
	font: Arial, Helvetica, sans-serif;
	color: #216202;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bolder;
}

.maintext{
	font: Arial, Helvetica, sans-serif;
	color: Black;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}
.redtext{
	font: Arial, Helvetica, sans-serif;
	color: Red;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: Bold;
}
.whitehead{
	font: Arial, Helvetica, sans-serif;
	color: White;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
.whitetext{
	font: Arial, Helvetica, sans-serif;
	color: White;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
.whitesmall{
	font: Arial, Helvetica, sans-serif;
	color: White;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}
}
.greentext{
	font: Arial, Helvetica, sans-serif;
	color: #006600;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: Arial, Helvetica, sans-serif;
 color: #4A731A;
}
				


.button {
	font-family: arial, helvetica;
	font-size: 9pt;
	background: White;
	color: #006600;
	width: 180px;
	cursor: hand;
	font-weight: bold;
}

a	{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
a:hover	{font-family:Arial, Helvetica, Sans-serif; font-size: 12px; color: #006600; font-weight:bold; text-decoration: none}
a:active	{	font-family: Arial, Helvetica, Sans-serif; 	font-size: 12px; 	color: red; 	font-weight: bold; text-decoration: none; }
    
a.menu:hover {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #216202;
	font-weight: bold;
	text-decoration: none;
	width: 180px;
	background-color: White;
}
a.menu	{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #216202;
	width: 180px;
	text-decoration: none;
}
a.menu:active	{	font-family: Arial, Helvetica, Sans-serif;	font-size: 12px;	color: #ffffff;	font-weight: bold;	background-color: #006600;	width: 180px;	text-decoration: none;}

a.PageLink:hover {	font-family: Arial, Helvetica, Sans-serif; 	font-size: 12px; 	color: #216202; 	font-weight: bold; 	text-decoration: none; 	width: 300px; 	background-color: White; }
a.PageLink	{font-family: Arial, Helvetica, Sans-serif; font-size: 12px; color: #ffffff; font-weight:bold; 	background-color: #216202; 	width: 300px; text-decoration: none}
a.PageLink:active	{	font-family: Arial, Helvetica, Sans-serif;	font-size: 12px;	color: #ffffff;	font-weight: bold;	background-color: #006600;	width: 300px;	text-decoration: none;}

