.bodytext {
	font-family : Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight : normal;
}

/* ALTERNATING ROW COLORS */
.row0 {
	background-color: #d8d8d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}  
.row1 {
	background-color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

/* FORM ELEMENT BORDERS */
.formtextbox1 {
	border: 1px inset #000000;
}
.submit-button-1 {
	border: 1px inset #000000;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}
.submitLink {
   color: #00ff00;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
}
/* LINK STYLES */
A:link {
	color : Navy;
	font-family : Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight : bold;
}

A:visited {
	color : #666699;
	font-family : Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight : bold;
}

A:hover {
	color : #CE0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight : bold;
}

A:link.Banner {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight : bold;
}

A:visited.Banner {
	color : #E4E4E4;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}
a.whitelink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
a.whitelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
a.whitelink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
a.whitelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: red;
}
.Navy {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color : #000066;
}
.NavyBold {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight : bold;
	background-color : #000066;
}
.AmberBold {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight : bold;
	background-color : #FF9900;
	padding: 4px;

}

.Gray {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight : bold;
	background-color : Gray;
}

.White {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight : bold;
}	
.optiondefaultbgcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #996600;
}
.optionrollbgcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background: #FFFFFF;
	cursor: hand;
	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.optionroll {
	border-top: 1px solid #CC6600;
	border-bottom: 1px solid #CC6600;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #CC6600;
	cursor: pointer; cursor: hand;
}
.optionover {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	cursor: pointer;
	cursor: hand;
}
.optionoverbgcolor {
	background: #ffffff;
	cursor: pointer;
	cursor: hand;
}
.RedBoldHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}
