BODY
{
	background: url(images/gradientbg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #051D58;
	background-color: #041541;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	text-align: center;
}
a:link, a:active, a:visited
{
	text-decoration: underline;
	font-weight: bold;
	color: #990000;
}
a:hover
{
	color: #660000;
}
table, td
{
	font-family: Arial, Helvetica, sans-serif;
}
table.main
{
	width: 650px;
	background-color: #FFF;
	border: 2px solid #000;
}
td.top
{
	background-color: #F6A100;
	height: 75px;
	border-bottom: 1px solid #000;
}
table.nav
{
	width: 100%;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000;
}
td.navCell
{
	padding: 4px;
	background-color: #FFC75D;
	text-align: center;
	border-top: 1px solid #F6A100;
	border-bottom: 1px solid #F6A100;
	border-bottom: 2px solid #FFC75D;
	border-right: 1px solid #000;
	opacity: .8;
	filter: alpha(opacity=80);
}
td.contentCell
{
	padding: 10px;
	font-size: 10pt;
	text-align: left;
}
#footer
{
	margin-top: 10px;
	color: #FFF;
	font-size: 8pt;
	text-align: center;
}
#footer a:link, #footer a:active, #footer a:visited
{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}
#footer a:hover
{
	color: #FFFF00;
}
div.title
{
	padding: 5px;
	width: 610px;
	height: 24px;
	background-color: #CCFFCC;
	border-bottom: 1px solid #5CB95C;
}
table.list
{
	width: 100%;
}
td.listItem
{
	padding: 10px;
	border-bottom: 1px solid #999;
	vertical-align: top;
}
#desc
{
	padding: 5px;
	border: 1px solid #CCC;
	width: 90%;
	height: 90%;
	background-color: #F1F1F1;
}
li
{
	margin-top: 3px;
}
img.bordered
{
	border: 1px solid #000;
}
#pageLinks a:link, #pageLinks a:visited
{
	color: #009900;
}
#pageLinks a:hover
{
	color: #006600;
}
#pageLinks a:active
{
	color: #990000;
}

