body 
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00325f;
	margin: 0px;
	background-color: #00325f;
	line-height: 17px;
}

.title 
{	font-family: Tempus Sans ITC, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00325f;
	font-size: 25px;
	margin: 12px 0px 0px 20px;
}

.subtitle 
{	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00325f;
	font-size: 14px;
	margin: 30px 30px 5px 25px;
}

.text 
{	font-size: 13px;
	line-height: 16px;
	margin: 0px 30px 0px 45px;
}

.topcell
{	background-color: #eef7fe;
	vertical-align: top;
}

.maincell
{	background-color: #eef7fe;
	vertical-align: top;
}

.sidebar
{	background-color: #5482ac;
	vertical-align: top;
}




a:link 
{ 	text-decoration: none; color: #48486D;
	text-decoration: underline;
}
a:visited 
{ 	text-decoration: none; color: #7070A0;
	text-decoration: underline;
}
a:active 
{ 	text-decoration: none; color: #003399;
	text-decoration: underline;
}
a:hover 
{ 	text-decoration: underline; color: #003399;
	text-decoration: underline;
}
