/* Change text-align to left to make body table go left */
BODY {
	text-align:center;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
}


TD {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px
}

TH {
	background-color : #D6EAEA;
	color : Purple;
	font-weight : bold;
	font-size : 14px;
}


A {
	text-decoration : none;
	font-weight : bold;
}


A:HOVER {
	text-decoration : underline overline;
}

A:ACTIVE {
	background-color : #FFEBCD;
}

INPUT {
	font-size : 11px;
	font-family: Tahoma;
}

SELECT {	
	font-size : 11px;
	font-family: Tahoma;	
}

A.AdminLink {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 8px;
	color : Black;
	background-color : Silver;
	border : 1px dashed Gray;
	text-decoration : none;
	padding : 2px;
	font-weight:normal;
	/*float : right;*/
}

A.AdminLink:HOVER {
	font-weight : normal;
}

.PageTitle {
	text-decoration : none;
	text-align : right;
	font-size : 24px;
	font-style : normal;
	font-variant : small-caps;
	font-weight : bold;
	padding-bottom : 12px;
	padding-right : 25px;
	color : Red;
	font-family : cursive;
	padding-top : 12px;
}

.ReqFormFieldLabel {
	color : Red;
	font-weight : bold;
	text-align : right;
	padding-right : 10px;
	vertical-align : middle;
}

.OptFormFieldLabel {
	font-weight : bold;
	text-align : right;
	padding-right : 10px;
	vertical-align : middle;
}

.FormFieldExtDesc {
	font-size: 10px;
	font : "MS Sans Serif", Geneva, sans-serif;
	padding : 0 10px 0 10px;
}

.Subtitle {
	font-size : 12px;
	color:black
}

.BottomLinks {
	text-decoration:underline;
	font-weight:normal;
	color:gray;
}

.BottomLinks:HOVER {
text-decoration:underline;
}

.BottomLinks:ACTIVE {
	background-color:white
}







