/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a:link {
	color: #0055A8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3CA23E;
}
a:hover {
	text-decoration: underline;
	color: #3BA540;
}
a:active {
	text-decoration: none;
	color: #0055A8;
}
h1 {
	font-size: 18px;
	color: #0055A8;
}
h2 {
	font-size: 16px;
	color: #42A53B;
}
h3 {
	font-size: 14px;
	color: #60C457;
}
#Footer-Text {
	text-align: center;
	color: #FFF;
}
#Footer-Text a{
	text-align: center;
	color: #FFF;
}
#footer-warning {
	text-align: justify;
	color: #CCC;
}

