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

body {
	margin-top: 0px;
	background-color: #000000;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
}.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #222;
	text-align: left;
}

a:focus, a:hover {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color:#f5751f;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}

.footer a {
color: #FFFFFF;
font-size: 10px;
text-decoration: underline;
}
.footer a:visited {
color: #cccccc;
font-size: 10px;
}
.footer a:hover {
color: #f5751f;
font-size: 10px;
text-decoration: underline;
}

h1 {
	margin-bottom:0;
	color: #1c4586;
	text-transform: uppercase;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	margin-bottom:0;
	color: #999999;
	text-transform: capitalize;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #222;
	list-style-position: outside;
	list-style-type: square;
}
.seperator {
	background-image: url(../images/side_div.gif);
	background-repeat: repeat-y;
	background-position: -175px;
}
