html,body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

 

td#row-header
{
	background: #A52A39;
	text-align: right;
	font-size: 10px;
	padding: 3px;
	padding-right: 10px;
	font-weight: bold;
	height: 15px;
}

td#row-header a
{
	text-decoration: none;
	color: #fff;
}

td#row-logo
{
	text-align: right;
	height: 76px;
	padding-right: 10px;
}

td#row-footer, td#row-subfooter
{
	height: 29px;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 9px;
}

td#row-footer a, td#row-subfooter a
{
	text-decoration: none;
	color: #003399;
}

td#row-footer { background: #EFEEE2; }
tr.bordered td { border-bottom: 1px solid #ccc; }
tr.borderedActive td { border-bottom: 1px solid #ccc;
background: #A52A39}

tr.subnav td { padding-left: 10px; }

table#table1 a
{
	text-decoration: none;
	color: #000;
}
table#table1 a:hover
{
	text-decoration: underline;
	color: #A52A39;

}
tr.home td { background: #A52A39; }


p { margin-top: 0; line-height: 1.2em; }

h1 {
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#content {
	width: 550px;
	text-align: left;
}
