body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #153F67;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
p {

font-size: 12px;
line-height: 18px;
color: #333333;
text-align: justify;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.footer {

color: #fff;
}

a:link, a:visited, a:active {
color:#1e588d;
text-decoration:none;
}
a:hover {
color:#666666;
text-decoration:underline;
}

#footer a:link, a:visited, a:active {
color:#fff;
text-decoration:none;
}
#footer a:hover {
color:#fff;
text-decoration:underline;
}


