@charset "utf-8";
/* CSS Document */

.BackgroundBlack {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.NavBar {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
}
.test {
}
.MainBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: FFF500;
}
.LinksBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}
A:link 									{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
A:visited 								{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
A:active 								{
	text-decoration: none;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}
A:hover 								{
	text-decoration: none;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}
A.nav:link 									{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
A.nav:visited 								{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
A.nav:active 								{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
A.nav:hover 								{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;	
}
