/* 
	Standard HTML elements 
*/
A:link, A:active, A:visited {
	color: #333333;
	text-decoration: none;
}
A:hover {
	color: #CC0000;
	text-decoration: underline;
}
A.button, A.navpage 
{
  background-color: #96c53d;
  background-position: center;
  border-style: outset;
  border-width: thin;
  color: white;
  font-weight: bold;
  font-size: 10px;
  FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, san-serif; 
  line-height: 30px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  min-width: 75px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  text-align: center;
  text-decoration: none;
  /*text-transform: lowercase;*/
}

A.button:link, A.button:visited, A.navpage:link, A.navpage:visited { 
  border-style: outset;
  border-width: thin;
  color: white;
  font-size: 10px;
  text-decoration: none;
  }
A.button:hover, A.button:active, A.navpage:hover, A.navpage:active { 
  background-color: #e41e25;
  border-style: inset;
  border-width: thin;
  color: white;
  font-size: 10px;
  text-decoration: none;
  }
A.navtop, A.navtop:link, A.navtop:visited
{
	background-color: #e6f4d0;
	color:	#333333;
	FONT-SIZE: 10px; 
	font-weight: bolder;
	FONT-FAMILY: Arial, Helvetica, Geneva, san-serif;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	vertical-align: middle;
}
A.navtop:hover, A.navtop:active { 
	background-color: #96C730;
	color: white;
	FONT-SIZE: 10px; 
	text-decoration: none;
  }
body
{
	background-color: #FFFFFF;
	margin: 5px 2px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
}
h1{
	color: #96C730;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	margin: 0px 0px 5px 0px;
	text-align: left;	
}
h2 {
	color: #96C730;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	line-height: 120%;
	text-align: left;
}
h3 {
	color: #96C730;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	line-height: 115%;
	text-align: left;
}
h4 {
	color: #96C730;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-align: left;
}
img
{
	border: 0,0,0,0;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
p
{
	FONT-SIZE:		10px; 
	LINE-HEIGHT: 130%
}
select 
{
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE:		11px; 
}
table {
	FONT-SIZE:		11px; 
}
td.navtop 
{
	background-color: #e6f4d0;
	text-align: left;
}
/* 
	Custom classes 
*/
.banner
{
	color: #96C730;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	FONT-FAMILY: Arial, Helvetica, san-serif;
}
.button 
{
	background-color: #96c53d;
	border-color: #660066;
	border-width: 1px; 
	COLOR: white; 
	CURSOR: hand; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	margin: 5px,5px,5px,5px;
	}
.button:hover {
	background-color: #e41e25;
	color:	white;
	text-decoration:	none;
	}
.errortext
{
	font-weight: bolder;
	font-size: large;
	color: red;
}
.field 
{
	FONT-SIZE: 11px; 
	COLOR: #660066; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.gridaltitem
{
	background-color: #e6f4d0;
}
.gridfoot
{
	background-color: #FFFFFF;
}
.gridhead
{
	background-color: #e41e25;
	color: White;
	font-weight: bolder;
	padding-bottom: 5px;
}
.griditem
{
	background-color: #ffffff;
}
.label
{
	color: #666666;
	vertical-align: top;
}
.rqwAnswer
{
    COLOR: black;
    FONT-SIZE: 10pt;
}
.rqwQuestion
{
    COLOR: maroon;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bolder;
    margin-top: 10px;
}
.statustext
{
	font-weight: bolder;
	color: red;
	text-transform:		uppercase;
}
.validationtext
{
	font-weight: bolder;
	font-size: medium;
	color: red;
}
