A
{
	color : #000000;
	text-decoration : none;
}
A:hover
{
	color : #99CC00;
}
A.Header
{
	color : #000000;
	text-decoration : none;
}
A.Header:hover
{
	color : #000000;
}
BODY
{
	font-size : 9px;
	font-family : Verdana, Trebuchet MS, Arial;
}
.alertSuccess
{
	FONT-WEIGHT: bold;
	COLOR: #336600;
	font-size : 11px;
}
.alertFailed
{
	FONT-WEIGHT: bold;
	COLOR: #CC0033;
	font-size : 11px;
}
.FloatHeading
{
	font-size : 13px;
	font-weight : bold;
	color : black;
	padding : 2;
	border-bottom : 1 solid #99CC00;
	border-top : 1 solid #99CC00;
}
.Header{
	font-size : 12px;
	font-weight : bold;
}
TABLE.FloatBodyGreen
{
	font-size : 11px;
	border : 1px;
	border-style : solid;
	padding : 3px;
	border-color : #99CC00;
}
TABLE.FloatBodyNoPadding
{
	font-size : 11px;
	border : 1px;
	border-style : solid;
	padding : 0px;
}
A.TableOption
{
	color : #99CC00;
	text-decoration : none;
}
A.TableOption:Hover{
	color : black;
}
A.SubNav
{
	color : black;
	text-decoration : none;
}
A.SubNav:hover
{
	color : #99CC00;
}
A.SubNavHighlight
{
	color : #99CC00;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
}
A.SubNavHighlight:hover
{
	color : black;
	font-weight : bold;
	font-size : 10px;
}
TEXTAREA.TextArea
{	
}
SELECT.SelectBox
{
}
SELECT.DropDownBox
{
}
INPUT.Button
{
	font-family: Univers 57 Condensed;
	font-weight: bold;
	color : #99CC00;
	background-color : White;
}
INPUT.CheckBox
{
}
INPUT.TextBox
{
}
TD.TableNormal
{
	font-size : 9px;
}
TR.TableBar
{
	background-color :#99CC00;
	color : black;
	font-weight : bold;
	font-size : 11px;
}
TR.TableHighlight
{
	background-color : Silver;
	font-size : 9px;
}
Table{
	font-size : 11px;
	padding : 3px;
}
TR.Line
{
	height : 1px;
	line-height : 1px;
	background-color : Silver;
}
.SoftwareHeading
{
	color : #99CC00;
	font-size : 16px;
	font-weight : bold;
}
.ClientHeading
{
	font-size : 16px;
	font-weight : bold;
}
.classHidden
{
	display : none;
	visibility : hidden;
}
.classVis
{
	display : "";
}
.labelField
{
	font-weight: 700;
}
.AltRow
{
	background-color : white;
	color : Black;
}
.Row
{
	background-color : #99CC00;
}
.RowMouseOver
{
	background-color : Silver;
	color : Black;
	cursor:hand;
}
A.BreadCrumbHighlight
{
	color : #99CC00;
	font-weight : bold;
	font-size : 10px;
}
