body
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: #666666;
   background-color: #FFFFFF;
   margin: 4px;
   padding: 0px;
}

table.maintable
{
   border: 1px solid #999999;
}

table.Button
{
   background-color: #EEEEEE;
   width:85;
   height:25;
   text-align:center;
   border-color:#555555;
   border-width: thin;
   border-style:solid;
}

td
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #666666;
}

p.Message
{
	font-size: 11pt;
	width: 90%;
}

p.VersionHeader
{
   font-size: 11pt;
   font-weight: bold;
   text-decoration: underline;
	 color: #333333;
}

p.VersionSubHeader
{
   font-size: 11pt;
   font-weight: bold;
	 color: #333333;
}

p.Links 
{
	font-size: 10pt;
}

A.StartButton
{
   font-family: Arial, Helvetica, Verdana, Sans-Serif;
   font-size: 14px;
   font-weight: Bold;
   text-decoration: none;
}

A
{
   color: #656565;
   font-weight: bold;
   text-decoration: none;
}

A:link
{
   color: #656565;
   text-decoration: none;
}

A:visited
{
   color: #656565;
   text-decoration: none;
}

A:hover
{
   color: #333333;
   text-decoration: none;
}

.clear  
{
	clear: both; 
	height: 0; 
	overflow: hidden; 
}


