BODY {
	background-color : White;
	font : normal medium Tahoma;
	color : Black;
}

H3 {
	font : larger Tahoma;
	color : #FF8C00;
}


A {
	color : #CC0000;
}

font.heading {
	font : normal large Tahoma;
	color : #00009C;
	font-family : Tahoma;
}

font.Header{
	font : bolder;
	color : White;
}


input {
	background : #ECECEC;
	color : Black;
	font : normal 12px MS UI Gothic;
}

textarea {
	background : #ECECEC;
	color : Black;
	font : normal 12px MS UI Gothic;
}

select {
	background : #ECECEC;
	color : #006300;
	font : normal 12px MS UI Gothic;
}

input.button {
	background : #333333;
	color : White;
	font : 11px Tahoma;
	width : 75;
}

input.buttonSmall {
	background : #C9252C;
	color : White;
	font : 10px Tahoma;
	width : 40;
}

input.navbutton {
	background : Navy;
	color : White;
	font : normal Trebuchet MS;
}

input.submit {
	background : #FF9C31;
	color : White;
	font : bold Tahoma;
}

TH {
	color : #333333;
	background : #CCCCCC;
}

TD.bordered {
	color : #333333;
	background : #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 6px;
}

