body {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
}
a {
	color: #FF6600;
	font-weight: bold;
}
div#legal 
{
	height: 100%;
	vertical-align: bottom;
}
td p, td li
{
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}
div.header {
	color: white;
	font-size: 11px;
	font-weight: bold;
}
h2 
{
	color: #2079d2;
	margin-left: 20px;
}
h3, h4
{
	margin-left: 20px;
}
.top {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/*- Menu Tabs B--------------------------- */

#tabsB {
	float:left;
	width:766px;
	background:#F4F4F4;
	font-size:93%;
	line-height:normal;
}
#tabsB ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabsB li {
	display:inline;
	margin:0;
	padding:0;
	font-weight:bold;
}
#tabsB a {
	float:left;
	background:url(images/tableftB.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabsB a span {
	float:left;
	display:block;
	background:url(images/tabrightB.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
}
#tabsB a span.hilite {
	float:left;
	display:block;
	background:url(images/tabrightB.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #0574b1;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabsB a span {float:none;}
	/* End IE5-Mac hack */
	#tabsB a:hover span {
	color:#000;
}
#tabsB a:hover {
	background-position:0% -42px;
}
#tabsB a:hover span {
	background-position:100% -42px;
}

