body
{
	margin: 0px;
	background-color: #215EBE;
	font-size: 13px;
	line-height: 16px;
	font-family: Arial, Helvetica, Sans-serif;
}
td
{
	text-align: left;
	vertical-align: top;
}
.header
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 12px;
	text-align: left;
	margin: 30px 20px 10px 20px;
}
.topbg
{
	background-image: url(../images/newheaderbg.jpg);
	background-repeat: repeat-x;
}
.botbg
{
	background-image: url(../images/botbg.jpg);
	background-repeat: repeat-x;
}
.title 
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 30px 20px 0px 20px;
}
.subtitle 
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 30px 20px 0px 20px;
}
.maintext
{
	color: #000000;
	background-color: #C3D3ED;
}
.leftnav
{
	color: #000000;
	background-color: #C3D3ED;
	background-image: url(../images/sidebarbg.jpg);
	background-repeat: repeat-y;
}
.footer
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
}
p
{
	margin: 5px 20px 15px 20px;
}
.top
{
	margin: 20px 20px 15px 20px;
}

a:link, a:active, a:visited
{
	background: #C3D3ED;
	color: #215EBE;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	background: #C3D3ED;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a.footer:link, a.footer:active, a.footer:visited
{
	background: #215EBE;
	color: #C3D3ED;
	text-decoration: underline;
	font-weight: bold;
}

a.footer:hover
{
	background: #215EBE;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

