.HeaderFonts
{
	font-family: Sans-serif;
	font-size: 225%;
	color: white;
}

.BlackBackground
{
	background-color: black;
}
.GreenBackground
{
	background-color: #2b6143;
}
.YellowBackground
{
	background-color: #ffcc00;
}
.GrayFadeLarge
{
	background-image: url('GrayFadeLarge.jpg');
	background-repeat: repeat-x;
}
.GrayFade
{
	background-image: url('GrayFade.jpg');
	background-repeat: repeat-x;
}
.GreenFade
{
	background-image: url('GreenFade.jpg');
	background-repeat: repeat-x;
}
.YellowFade
{
	background-image: url('YellowFade.jpg');
	background-repeat: repeat-x;
}
.SmallText
{
	font-size: x-small;
}
.LinkBarPadding
{
	padding-left: 5px;
	Padding-right: 5px;
}
.BorderLeft
{
	border-left: 1 solid white;
}
.BorderRight
{
	border-right: 1 solid white;
}
a.black:link 
{
	color: black;
	text-decoration: none;
}
a.black:visited
{
	color: black;
	text-decoration: none;
}
a.black:hover
{
	color: black;
	text-decoration: none;
}
a.black:active
{
	color:black;
	text-decoration: none;
}
a.white:link 
{
	color: white;
	text-decoration: none;
}
a.white:visited
{
	color: white;
	text-decoration: none;
}
a.white:hover
{
	color: white;
	text-decoration: none;
}
a.white:active
{
	color:white;
	text-decoration: none;
}


	