BODY {
	background: White;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

INPUT {
	font-size: 9pt;
	font-family: Verdana, Helvetica, sans-serif;	
}

INPUT.TextField {
	font-size: 9pt;
	font-family: Verdana, Helvetica, sans-serif;	
	width : 200px;
}

TEXTAREA {
	font-size: 9pt;
	font-family: Verdana, Helvetica, sans-serif;	
	font-weight: normal;
}

A {
	color: Black;
}

A:Hover {
	color: Black;
	font : bold;
}

A.BlackLink {
	color : Black;
	text-decoration: none;
}

A.WhiteLink {
	color : White;
	text-decoration: none;
}

BODY {
	background: white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-left : 10px;
	margin-top : 5px;
}

FONT.H1 {
	color : Black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

FONT.H2 {
	color : Black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	text-decoration : underline;
}

P.Instructions {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : italic;
}

TABLE {
	border: 0; 
}
 
TABLE.TopNavigation  {
	background: #000000;
}

TABLE.SideNavigation {
	background: #0B73A3;
}

TABLE.View {
	background: #bedae6;
}

TR.Filter {
	background: #808080;
}

TH { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

TH.View {
	background: #808080;
	color: White;
	height: 22px;
	text-align: left;
	vertical-align : bottom;
}

TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size : 9pt;
}

TD.Menu {
	background: red;
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 23px;
}

TD.View {
	height: 25px;
}

TD.Title {
	background: #7A7A7A;
	border : 1px solid White;
	color: White;
	font-weight: bold;
	height: 28px;
}

TD.Header {
	background : #FFCC66;
	border : 1px solid White;
	font-weight: bold;
	text-align: center;
	color : Black;
}

TD.Data {
	vertical-align : top;
	border : 1px solid White;
	background: #D8D8D8;
}