/* CSS Document */
/* body {
	 background-image:url(/images/misc/body_bg.jpg); 
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:18px;
	}
	*/
	
body {
	background-image: url(/images/misc/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1D3654;
}

/*
a:link, a:active, a:visited {
	color:#ffffff;
	text-decoration:none;
}
	

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


/* TEXT STYLES */
/*
.text-black {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:18px;
}
.text-white {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	line-height:18px;
}

/* LINK STYLES */

table#link-footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
table#link-footer a, table#link-footer a:link{
	text-decoration:none;
	color:#FFFFFF;
}

/*
     