﻿body {
}
BODY
{
	background-color:#E6E6E6;
	text-align:center;
}

.TopLink
{
	color: #ffffff;
}

.HeaderText
{
	font-size: 8pt; 
	color: #fd9900; 
	font-weight: normal; 
	font-family: Verdana;
}

.ControlCell
{
	font-size: 8pt; 
	width: 700px; 
	font-family: Verdana; 
	background-color: white; 
}

.DataCell
{
 color : #333333;
 font-family: Verdana;
 font-size: smaller;
}

.DataTable
{
 color : #333333;
 font-family: Verdana;
 font-size: 8pt;
 border-width:1px;
 border-collapse:collapse;
}

.OddRow
{
	color: black;
	background-color: silver;
}

.EvenRow
{
	color: #696969;
	background-color: white;
}

.whitelink:link, .whitelink:visited, .whitelink:hover, .whitelink:active, .whitelink
{
	color: White;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}




