body {
	background-image: url(images/Background.jpg);
	background-repeat:repeat-x;
	background-color:#3298FD;
	font-family: "Arial";
	font-size: 14px;
	color:#FFFFFF;
}
a:link {
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#FF0000;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
}
.menu {color: #FFFFFF;
}
.standoutText {color:#6699FF;
}
.copyright {font-weight:bold;
}.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
