A:link { 
color: #000; 
}

A:visited { 
color: #2D2D2D; 
}

A:hover {
	color: #8b0000; 
}

A:active { 
color: #2D2D2D; 
}

BODY {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
}

td { font-size: 8pt; }

.ThRows {
	background-color: #dcdcdc;
	color: #000000;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	font-family: Verdana;
	font-size: 8pt;
	padding-right: 2px;
}

.ThRowsL {
	background-color: #dcdcdc;
	color: #000000;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 8pt;
	padding-right: 2px;
}

.ThRowsC {
	background-color: #dcdcdc;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	font-family: Verdana;
	font-size: 8pt;
	padding-right: 2px;
}


.TrHover {
	background-color: #F0F0F0;
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
}

.TrOdd {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
}

.TrRows {
	background-color: #FBFBFB;
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
}

