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


body
{
	background-color: #d0daeb;
	background-image: url(/images/bgcolor-blue-newer.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #233b7a;
	font-size: 10pt;
	margin: 0px;
    padding: 0px;
}

a
{
	color: blue;
	text-decoration: underline;
}

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

table.content
{
		width: 920px;
}

td.side-menu
{
	width: 210px;	
}

td.spacer
{
	width: 3px;	
}

td.content-area
{
	width: 707px;	
}

td.shadow
{
	background-image: url(/images/drop_shadow.gif);
	background-repeat: repeat-x;
	padding: 12px;
}

table.width-body
{
	width: 940px;	
}


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

table.content
{
	width: 920px;
	border-bottom: #304166 solid 1px;
	border-left: #304166 solid 1px;
	border-right: #304166 solid 1px;
	background-color: white;
	background-image: url(/images/drop_shadow.gif);
	background-repeat: repeat-x;
}

h4
{
	font-size: 105%;
}

ul.none
{
	list-style: none;
}

ul.checkmark-bullet
{
	list-style-image:url(/images/checkmark-bullet.png);
}

td.footer
{
	background-image: url(/images/footer-bg-new.png);
	background-repeat: repeat-y;
	border-top: #304166 solid 1px
}

.white-bold
{
	color: white;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
}

a.white-bold:hover
{
	color: #FFFF00;
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-weight: bold;
	font-style: italic;
}

img.spacer
{
	padding: 5px;
}
