/* CSS Document */

body
{
	background-color:#000000;
	margin:0px;
}

.mainTable
{
	width:780px;
	background-color:#FFFFFF;
	font-family:Arial;
}
.topNav
{
	background-image:url(images/menu_back.jpg);
}
.mainTitle
{
/*	background:url(images/lightBlueMain.gif) bottom left no-repeat #ffffff;*/
	padding:10px;
	text-align:justify;
}

.mainTitle ul
{
	font-size:12px;
}

.mainTitle li
{
	margin-left:-15px;
}

.reqCell
{
	background:url(images/blueCorner.gif) bottom left no-repeat #322085 ;
	padding:10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}

.lightBlueWCell
{
	background:url(images/backWrench.gif) bottom left no-repeat #DDE7F7 ;
}
.lightBlueBCell
{
	background:url(images/backBox.gif) bottom left no-repeat #DDE7F7 ;
}
.lightBlueSCell
{
	background:url(images/bachShortBlue.gif) bottom left no-repeat #DDE7F7 ;
}
.footer
{
	padding:20px;
	font-size:12px;
}

.footer a
{
	color:#AF7300;
	text-decoration:none;
}

.footer a:hover
{
	color:#378800;
}

.title
{
	font-size:18px;
	color:#378800;
	padding-bottom:10px;
	padding-top:0px;
}

td
{
	font-size:14px;
}
