@charset "utf-8";
/* CSS Document */

body
{
	background-color: #8282ad;
	color: #2a2a86;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	margin: 0px;
    padding: 0px;
}

a
{
	color: #2a2a86;
}

a:hover
{
	color: #E77A04;
	text-decoration: none;
}

table.bodymain
{
	width: 757px;
	background-color: #ffffff;
	background-image: url(/images/bg_header.jpg);
	background-repeat: repeat-x;
}


td.shawdow
{
	background-image: url(/images/drop_shadow.gif);
	background-repeat: repeat-x;
}

td.mainbg
{
	background-image: url(/images/mainbg.gif);
	background-repeat: repeat-x;
}

td.mainbg-sm
{
	background-image: url(/images/mainbg-sm.gif);
	background-repeat: repeat-x;
}

td.title-bar
{
	height: 30px;	
}

table.disclaimer
{
	width: 760px;
}

table.footer
{
	width: 758px;
	background-color: #ffffff;
	background-image: url(/images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 58px;
}

td.footer-spacer
{
	width: 10px;	
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.italicbold
	{
	font-style: italic;
	font-weight: bold;
}

.bold
	{
	font-weight: bold;
}

.italic
	{
	font-style: italic;
}

.white-bold
{
	color: white;
	font-weight: bold;
}

a.white-bold
{
	color: white;
	font-weight: bold;
}


a.white-bold:hover
{
	color: #FFFF00;
	font-weight: bold;
}

.font-large-white
{
	font-size: 16px;	
	color: white;
	font-weight: bold;
}

.font-large
{
	font-size: 14px;	
	font-weight: bold;
}