/* 
	Standard HTML elements 
*/
A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #660066; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:active {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.button, A.navpage 
{
  background-color: #d4b8d4;
  background-position: center;
  border: thin outset;
  /*color: #FFFFFF;*/
  font-weight: bold;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-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-width: 1px;
  border-color: white black black white;
  font-size: 11px;
  text-decoration: none;
  }
A.button:hover, A.button:active, A.navpage:hover, A.navpage:active { 
  border-width: 1px;
  border-color: black white white black;
  color: Red;
  font-size: 11px;
  text-decoration: none;
  }
A.navtop
{
	border-style: solid;
	line-height: 24px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
}
A.navtop:link, A.navtop:visited { 
  border-width: 1px;
  border-bottom-color: #d4b8d4;
  border-left-color: #660066;
  border-right-color: #660066;
  border-top-color: #d4b8d4;
  text-decoration: none;
  }
A.navtop:hover, A.navtop:active { 
  border-width: 1px;
  border-bottom-color: #d4b8d4;
  border-left-color: white;
  border-right-color: white;
  border-top-color: #d4b8d4;
  text-decoration: none;
  }
BODY
{
    background-color: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    margin: 0,0,0,0;
    text-transform: none;
    word-spacing: normal
}
IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
P
{
	line-height: normal;
}
SELECT
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
TD
{
    font-size: x-small;
}
/* 
	Custom classes 
*/
.banner
{
	BACKGROUND-COLOR: #660066;
	BORDER-BOTTOM: #223d56 1px solid; 
	BORDER-LEFT: #223d56 0px solid; 
	BORDER-RIGHT: #223d56 1px solid; 
	BORDER-TOP: #6593b1 1px solid; 
	font-family: Arial;
	font-size: larger;
	font-weight: bold;
	color: White;
}
.button 
{
	border-color: #660066;
	border-width: 1px; 
	COLOR: #660066; 
	CURSOR: hand; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	margin: 5px,5px,5px,5px;
	}
.button:hover {
	color:	#cccccc;
	text-decoration:	none;
	}
.dot {
	background-image:	url(bluedot.gif);
	background-repeat: no-repeat;
	height:		14px;
	text-decoration:	none;
	width:	14px;
	}
.dot:hover {
	background-image:	url(bluedoton.gif);
	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: #FFFFDD;
}
.gridfoot
{
	background-color: #FFFFFF;
}
.gridhead
{
	background-color: #D4B8D4;
	color: White;
	font-weight: bolder;
	padding-bottom: 5px;
}
.griditem
{
	background-color: #F5EFF5;
}
.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;
}
