/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #000000;
}
.box
{
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
}
.MainContent
{
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-family: Arial, Verdana;
}
.Footer
{
	font-size: 11px;
	color: #696969;
	font-family: Arial, Verdana;
}
.NavLink
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana;
	text-decoration: none;
}
.NavLink:Hover
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana;
	text-decoration: underline;
}
.NavLinkSub
{
	padding-left: 8px;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana;
	text-decoration: none;
}
.NavLinkSub:Hover
{
		padding-left: 8px;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana;
	text-decoration: underline;
}