/* ******************************************************************* */
BODY
{
    COLOR: #303030;
    font:normal 11px Arial;
    background-image:url(/images/templates/pageBack.gif);
	background-repeat:repeat-x;
	background-color:#ebf4fb;
	margin:0;
	padding:0;
}

P, TD, DIV 
{
	COLOR: #303030;
    font:normal 11px Arial;
}

DIV, H1, H2, H3, H4, H5, H6, FORM
{
	margin:0;
	padding:0;
}
UL 
{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
P 
{
	margin-left:0;
	margin-right:0;
	margin-top:8px;
	margin-bottom:8px;
	padding:0;
}

a:link, a:visited, a:active 
{
	color:#004c98;
	text-decoration:none;
}
a:hover
{
	color:#FF0000;
	text-decoration:underline;
}



#pageContainer 
{
	position:relative;
	width:803px;
	text-align:left;
}


