TD  {
	font-size : 8pt;
	font-family : Verdana;
	color : Black;
}

.TableHead  {
	font-family : Verdana;
	font-size : 10pt;
	font-weight : bold;
	color : black;
	background-color : lightsteelblue;
}

.TableColHead  {
	font-family : Verdana;
	font-size : 8pt;
	font-weight : bold;
	color : White;
	background-color : black;
}

.TableColSubHead  {
	font-family : Verdana;
	font-size : 7pt;
	font-weight : bold;
	font-style: italic;
	color : black;
	background-color : palegoldenrod;
}

.TableRowHead  {
	font-family : Verdana;
	font-size : 8pt;
	color : black;
	background-color : lightgoldenrodyellow;
}

.TableRowValue  {
	font-family : Verdana;
	font-size : 8pt;
	color : blue;
	background-color : white;
}

.FootNote  {
	font-family : Verdana;
	font-size : 7pt;
	font-style: italic;
}

.LinkBar
 {
 background-color :#EEEEEE;
 } 

a { color: blue;}
a:hover { color: red;} 
	

.PageHead  {
	font-family : Verdana;
	font-size : 12pt;
	font-weight : bold;
	color : black;
}

.SubPageHead  {
	font-family : Verdana;
	font-size : 10pt;
	font-weight : normal;
	color : black;
}

Body  {
	font-size : 8pt;
	font-family : Verdana;
	font-weight : normal;
	background-color: white;
}


.desc  {
	font-style : italic;
}

.action  {
	cursor : hand;
	}


.TextBox  {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: gainsboro;
}

.ViewPort {
	border-collapse: seperate;
	border-style: solid;
	border-width: 2;
	border-color: steelblue steelblue steelblue steelblue;
}