@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background-image:url(img/bg.jpg);
	background-Color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

a:link,a:active,a:visited {
	color:#0a0049;
	text-decoration:underline;
}

a:hover,a:visited:hover {
	color:#000000;
	text-decoration:none;
}

.head1 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.copy {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

#topbar {
	font-size:12px !important;
	color:#0a0049;
	font-weight:bold;
}