td
{ 
	font-family:verdana;
	font-size:7pt;
	color:#666666;
}

td.7BlackBold		
{ 
	font-size:7pt; 
	font-weight:bold; 
	color:#000000; 
}

td.7BlueBold
{ 
	font-size:7pt;
	font-weight:bold;
	color:#4a5673;
}

td.7GreyBold
{ 
	font-size:7pt;
	font-weight:bold;
	color:#666666;
}

td.7White
{ 
	font-size:7pt;
	color:#ffffff;
}

td.7WhiteBold
{ 
	font-size:7pt;
	color:#ffffff;
	font-weight:bold;
}

td.7WhiteItalic
{ 
	font-size:7pt;
	color:#ffffff;
	font-style:italic;
}

td.8BlueBold
{ 
	font-size:8pt;
	font-weight:bold;
	color:#4a5673;
}

td.9BlueBold
{ 
	font-size:9pt;
	font-weight:bold;
	color:#4a5673;
}

td.9GreyBold
{ 
	font-size:9pt;
	font-weight:bold;
	color:#666666;
}

td.9White
{ 
	font-size:9pt;
	color:#ffffff;
}

td.10BlackBold
{ 
	font-size:10pt;
	color:#000000;
	font-weight:bold;
}

td.10Grey
{ 
	font-size:10pt;
	color:#666666;
}

a
{
	font-size:7pt;
	color:#666666;
	text-decoration:none;
}

a:hover
{
	color:#999999;
	text-decoration:underline;
}

a.7White
{
	font-size:7pt;
	color:#ffffff;
	text-decoration:none;
}

a.7White:hover
{
	color:#ffffff;
	text-decoration:underline;
}

a.7GreyBold
{
	font-size:7pt;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a.7Grey:hover
{
	color:#999999;
	text-decoration:underline;
}

a.7DarkRed
{
	font-size:7pt;
	color:#993333;
	font-weight:bold;
	text-decoration:none;
}

a.7DarkRed:hover
{
	color:#b18888;
	text-decoration:underline;
}

a.9White
{
	font-size:9pt;
	color:#ffffff;
	text-decoration:none;
}

a.9White:hover
{
	color:#ffffff;
	text-decoration:underline;
}

a.9Grey
{
	font-size:9pt;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a.9Grey:hover
{
	color:#999999;
	text-decoration:underline;
}
	
font.7BlackBold
{
	font-family:verdana;
	font-size:7pt;
	font-weight:bold;
	color:#000000;
}

.Button
{ 	
	font-family:verdana; 
	font-size:7pt; 
	background-color:#ffffff; 
	border:1 solid #666666; 
}

.Button:hover		
{
	cursor:hand;
}
 
.TextBox
{ 
	background-color:#ffffff; 
	border:1 solid black; 
	height:17px; 
	font-size:7pt; 
}

.SelectBox
{
	font-family:verdana;
	font-size:7pt;
	background-color:#ffffff;
	border:1 solid black;
	width:157px;
}

.TextArea
{
	height:85px;
	font-size:8pt;
	width:200px;
	background-color:#ffffff;
}