/* CSS Document */

body           {
	color: #004996;
	background: #f2f5fa;
	margin: 0;
	padding: 0;
	font: 80%/1.2 Arial;
	}


a    { color: #ffffff; text-decoration: none }
a:link    { color: #ffffff}
a:hover  { color: #FFCC33}

hr { width: 100%; height: 1px; border-style: dashed none none; border-width: 1px 0 0; border-color: #ccc }
ul {
	list-style-type: disc;
	margin: 0;
	padding: 5px 5px 5px 0px
}
ul li {
	list-style: none;
	font-size: 18px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}



/* ************************************************** */	
/* ******************* FRAMEWORK ******************** */
/* ************************************************** */
#wrapperbg{
	width:992;
	background: #f2f5fa url(../images/bg_body.jpg) repeat-y fixed 50%;
	}

#wrapper     {
	
	width: 960px;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0 auto; 
	position: relative;
	}

.footer{
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.footer a{
	color: #FFFFFF;
	text-decoration:none;
}

.footer a:hover{
	color: #FDECCB;
	text-decoration:none;
}
table {
	font-size: 11px;
	color: #FFFFFF;
}
