html
{
	overflow-y: scroll;
}

body
{ 
	background-color:#414141;
	margin:10px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.Footer
{
	margin-top:10px;
	color:#939494;
	font-size:10px;
	text-align:center;
}
.FooterSeparator
{
	width:10px;
}
.NavLink
{
	color:#939494;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.NavLink:hover
{
	color:#939494;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;	
	text-transform:uppercase;
}
.ContentCell
{
	background-image:url(/Images/ContentTopTiler.jpg);
	background-repeat:repeat-x;
	vertical-align:top;
	padding:5px; 
}
.ContentCell A
{
	color:#ffffff;
	text-decoration:none;
}
.ContentCell A:hover
{
	color:#ffffff;
	text-decoration:underline;
}
