body {
	margin: 0px;
	background-color: #000000;
}
/* These are the layout definitions for your footer area. I've centered the text, positioned it below the 'skyline,' and defined the text styles below */
.bwfooter {
	background-image: url(images/bg_footer.gif);
	text-align: center;
	padding-top: 60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}
.bwfooter a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.bwfooter a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.bwfooter a:hover {
	color:#BD1410;
	text-decoration:underline;
}
.bwfooter a:active {
	color:#BD1410;
	text-decoration:underline;
}
/* These are the layout definitions for your main body (center column) area. */
.bwbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bwbody a:link {
	color:#000066;
	text-decoration:underline;
}
.bwbody a:visited {
	color:#000066;
	text-decoration:underline;
}
.bwbody a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.bwbody a:active {
	color:#FF0000;
	text-decoration:underline;
}
/* These are the definitions for the text in your nav area. Just make sure all nav area tables are set to 'class=bwnav'. */
.bwnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align: bottom;
}
.bwnav a:link {
	color:#000000;
	text-decoration:none;
}
.bwnav a:visited {
	color:#000000;
	text-decoration:none;
}
.bwnav a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#000000;
}
.bwnav a:active {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#000000;
}
