a:link	
{	
	text-decoration:	none;
	color:	#365570;
	font-weight: bold
}	
		
a:visited	
{	
	text-decoration:	none;
	color:	rgb(54, 85, 112);
	font-weight: bold;
}	
		
a:active	
{	
	text-decoration:	none;
	color:	rgb(54, 85, 112);
	font-weight: bold;
}	
		
a:hover	
{	
	text-decoration:	underline;
	color:	#FFA621;
	font-weight: bold
}
	
body
{
	color: rgb(27, 42, 66);
	background-color: rgb(221, 221, 221);
}

tr
{
	vertical-align: top;
}


ul
{
	list-style-type: circle;
	margin-left: 10px;
	padding-left: 10px;
}


table
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

table.mainlayout
{
	width: 1000px;
	background-color: rgb(255, 255, 255);
}

table.centercontent
{
	margin: 17;
}

td.headercontent
{
	width: 1000px;
	height: 120px;
}

td.maincontent
{
	width: 1000px; 
}

td.leftdecoration
{
	width: 6px; 
	background-color:#33424A; 
}

td.leftcontent
{
	width: 194px; 
}

td.centercontent
{
	width: 600px;
}

td.rightcontent
{
	width: 194px; 
}

td.fullcontent
{
	width: 1000px; 
}

td.rightdecoration
{
	width: 6px; 
	background-color:#33424A;
}

td.footercontent
{
	width: 1000px; 
}