@charset "utf-8";

/* CSS Document */



.navgb {

	background-image: url(images/navbg.jpg);

	background-repeat: no-repeat;

}

.bg-solid {

	background-image: url(images/BG-solid.gif);

	background-repeat: repeat-y;

}

.bg-logo {

	background-image: url(images/BG-logo.gif);

	background-repeat: no-repeat;

	background-position: top;

}

.footer {

	background-image: url(images/footer.gif);

	background-repeat: repeat-y;

}

body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 75%;

	color: #FFFFFF;

	background-color: #000000;

	margin: 0px;

	padding: 0px;

}

a:link {

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

}

a:visited {

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

}

a:hover {

	font-weight: bold;

	color: #CC9900;

	text-decoration: none;

}
h1 {
	font-size: 20px;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	color: #CC9900;
}



a:active {

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

}
