html { height: 100%; }

.mainBody
{
	background-image: url('/images/Interface/mainbg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #740001;
	margin: 31px 0px 0px 0px;
}

body, td, .blacktext
{
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	line-height: 13px;
	color: #000;
}

p
{

	margin-top: 2px;
	margin-bottom: 2px;
}

h1, .heading1
{
	color: #C40F18;
	font-size: 15px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 15px;
}

h2, .heading2
{
	color: #c40f18;
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3, .heading3
{
	color: #c40f18;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}

form { margin: 0px; }

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 40px;
}

a { text-decoration: underline; }
a:link { color: #1F70BD; }
a:visited { color: #1F70BD; }

a:active
{
	color: #1F70BD;
	text-decoration: underline;
}

a:hover
{
	color: #1F70BD;
	text-decoration: none;
}

.submenu, .submenu a
{
	font-size: 11px;
	font-weight: normal;
	color: #828282;
	text-decoration: none;
}

.submenu a:hover, .submenu a.current  
{
	color: #000;
	text-decoration: none;
}

