/* This sets the default body style */
BODY  {
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	color : #FFFFFF;
	background-color : #999999;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
}

.TEXT {
	color : #FFFFFF;
	background-color : transparent;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
.Large {
	color : #FFFFFF;
	background-color : transparent;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : bold;
}
.Large2 {
	color : #333333;
	background-color : transparent;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
}
.T {
	color : #000000;
	background-color : transparent;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
.BT {
	color : #ffffff;
	background-color : transparent;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}
.BT2 {
	color : #cc0000;
	background-color : transparent;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}
.TT {
	color : #ffffff;
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}


.TEXT- {
	color : #CC0000;
	background-color : transparent;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.SMALL {
	color : #FFFFFF;
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}	

.TINY {
	color : #FFFFFF;
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 6pt;
	font-weight : bold;
}	

/* these 2 make all links match our color scheme */
A:ACTIVE, A:LINK, A:VISITED {
	color : #CC0000;
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : underline;
}

A:HOVER {
	color : #CC0000;
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

/* this sets the default look of the listed tags */
INPUT, SELECT, TEXTAREA, BUTTON  {
	border-width : thin;
	background-color : #dcdcdc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	width : 210px;
}

/* this turns off all the borders on tables */
TABLE, TD, TH, TR {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}


/* set *ALL* radio buttons to use this class */
.radioButton {
	border: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	background-color : transparent;
	width : 20px;
}

/* set *ALL* check boxes to use this class */
.checkBox {
	border: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	background-color : transparent;
	width : 20px;
}


/* these are for the menus in side.asp */

  /* menu heading, no highlight */
.Header  {
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	background-color : transparent;
	font-size : medium;
	font-weight : bold;
	text-decoration : none;
}

  /* menu heading, highlighted */
.menuHeadHighlight  {
	FONT-FAMILY : Arial, Helvetica, sans-serif;
	color : #EFEBD8;
	background-color : transparent;
	font-size : x-small;
	font-weight : bold;
	text-decoration : underline;
	cursor : Hand;