BODY  {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	border : 0;
	padding : 0;
	padding-left : 0;
	padding-bottom : 0;
	padding-right : 0;
	padding-top : 0;
}

A:ACTIVE, A:LINK, A:VISITED {
	color : #FFFFFF;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	text-decoration :  underline;
}

A:HOVER {
	color : Silver;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	text-decoration : none;
}

INPUT, SELECT, TEXTAREA  {
	background-color : #CCCCCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

TABLE, TD, TH, TR {
	border : none;
}

.lightBG {
	background-color : White;
}
.darkBG {
	background-color : Black;
}

/* set *ALL* radio buttons to use this class */
.radioButton {
	border: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : transparent;
	width : 20px;
}

/* set *ALL* check boxes to use this class */
.checkBox {
	border: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : transparent;
	width : 20px;
}

.DisabledStandardText {
	color : #CCCCCC;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.DisabledLargeText {
	color : #CCCCCC;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
}

.HeadingText {
	color : #CCCCCC;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
}

.RedHeadingText {
	color : #FF0000;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
}

.WhiteHeadingText {
	color : #FFFFFF;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}


.GrayHeadingText {
	color : #666666;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	font-style : italic;
}

.DarkHeadingText {
	color : #000000;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}



.StandardText {
	color : #000000;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.RedStandardText {
	color : #FF0000;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.BoldStandardText {
	color : #000000;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.LargeText {
	color : #FF0000;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : bold;
}

.BoldLargeText {
	color : #000000;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 30pt;
	font-weight : bold;
}

.TinyText {
	color : #000000;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	}

.WhiteStandardText {
	color : #FFFFFF;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
