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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2c2c2c;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nav1{
background-image:url(nav_left_bg.jpg);
}

.mainbg{
background-image:url(main_bg.jpg);
}
.location{
background-image:url(h1.jpg);
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #2C2865;
	font-weight: bold;
}
a:visited {
	color: #2F333E;
	text-decoration: none;
}
a:hover {
	color: #A60000;
	text-decoration: none;
}
a:active {
	color: #A60000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}