BODY {
	background-color : LightBlue;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : Black;
}

TD {
	color : black ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size : 12 pt ;
	text-align : left ;
	vertical-align : top ;
	height : 25px ;
	}

TH {
		color : white ;
		background-color : Navy ;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
		font-size : 12 pt ;
		text-align : center ;
		vertical-align : bottom ;
		height : 30px ;
	}
	
table.Menu {
	background-color : transparent;
}
	
TD.Menu {
	color : black ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size : 12 pt ;
	text-align : left ;
	vertical-align : top ;
	height : 25px ;
	}

TH.Menu {
		color : white ;
		background-color : Navy ;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif ;
		font-size : 12 pt ;
		text-align : center ;
		vertical-align : bottom ;
		height : 30px ;
	}

A {
	text-decoration: underline;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: White;
	background : Navy;
}

.MultiSelectLabel {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif ;
	text-align : left ;
	background-color : #660B00 ;
	vertical-align : top ;
	color : White ;
	border-color : Silver Silver Silver Silver ;
}
.MultiSelectData {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif ;
	text-align : center;
	background-color : LightGrey ;
	vertical-align : top ;
	color : Black ;
	border-color : Black Black Black Black ;
}
.MultiSelectBox {
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif ;
	text-align : left ;
	vertical-align : top ;
	color : Black ;
	border-color : Black Black Black Black ;
}
