body
{
	margin: 0 0 0 0; background-color: white; color: black;
}

.BgColorClass
{
	background-color: #2D2D59;
}


img
{
	border: solid 0 black;
}

TD.MainMenu { Background-color: #FFD000 }

FONT.Header { font-size: 15px; font-family: arial; color: #640064 }

TD.Box 
{ 
	Background-color: gray; 
	color: white; 
	font-family: arial; 
	font-size: 12px; 
	font-weight: bold
}

table.csharp
{
	font-family: 'courier new'; 
	font-size: 10pt; 
	border: none;
	border-collapse: collapse; 
	width: 500pt;
	background-color: #FFE77B;
}

table.csharp th { none; text-align: left; background: white; color: black;}

table.csharp td { border: 1pt solid black; }

table.vb
{
	font-family: 'courier new'; 
	font-size: 10pt; 
	border: none; 
	border-collapse: collapse; 
	width: 500pt;
	background-color: #E7FF7B;
}

table.vb th { border: none; text-align: left; background: white; color: black  }

table.vb td { border: 1pt solid black; }

td.MainText
{
	font-family: arial;
	font-size: 10pt;
}

span.grayed
{
	color: gray;
}

span.subheader
{
	font-weight: bold;
	color: #C06000;
}

table#manual { font-face: arial; font-size: 10pt; border: 1pt solid lightgrey; border-collapse: collapse; width: 500pt; }
table#manual tr td.contents, table#manual tr td.num { white-space: nowrap; }
table#manual tr td { vertical-align: top; padding: 3pt }

table#manual tr.even { background-color: lightgrey }


td.header { background: url('images/header.gif'); background-repeat: no-repeat; }

TH.Pay
{
	font-size: 10pt; font-family: arial;
	border-right: 1pt solid black;
	border-bottom: 1pt solid black;
	background-color: #FFD000;
}

TD.Pay
{
	font-size: 10pt; font-family: arial;
	border-right: 1pt solid black;
	border-bottom: 1pt solid black;
	vertical-align: top;
}

TD.Pay2
{
	font-size: 10pt; font-family: arial;
	border-right: 1pt solid black;
	border-bottom: 1pt solid black;
	vertical-align: top;
	background-color: lightgrey;
}

.tableclass 
{ 
	font-size: 10pt; font-family: arial;
	border-left: 1pt solid black;
	border-top: 1pt solid black;
	width: 500;
	margin: none;
}


hr.objectseparator
{
	height: 1px;
	border: 0pt solid #000;
	color: #530E53;
	background-color: #530E53;
	width: 500px;
	margin-left: 0;
	text-align: left;
}

table#grid { font-face: arial; font-size: 10pt; border: 1pt solid lightgrey; border-collapse: collapse;  }
table#grid tr td, table#grid tr th { border: 1pt solid lightgrey; }

div.netcore
{
margin-left: 20pt;
padding: 2pt 2pt 2pt 80pt;
width: 400pt;
border: 1pt gray solid;
background-image: url("images/netcore.png");
background-repeat: no-repeat;
background-position: left center;
}