.title	{
	width: 100%;
}
.title h3	{
	margin: 10px 0px 10px 0px;
	color: #0107FF;
	font-family: "Times New Roman"; 
	font-style: normal;
	text-decoration: underline;
	font-weight: 600;
	text-align: center;
}
.title h5	{
	margin: 10px 0px 10px 0px;
	background-color: #EFF7FF;
	color: #050845;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;  
	font-style: normal;
	font-weight: 600;
}
.boxleft	{
	float: left;
	clear: left;
	width: 48%;
	margin: 10px 5px 10px 0px;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.boxright	{
	float: right;
	width: 48%;
	margin: 10px 0px 10px 5px;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.boxheader	{
	background-color: #1E19FF;
	color: #ffffff;
	font-family: "Times New Roman";
	font-size: 10pt;
	font-weight: 600;
	padding: 3px;
	text-align: center;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;	
}
.boxcontent table	{
	width: 100%;
}
.boxcontent tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 5px;
	border-left: 1px solid #D9D9D9;
	text-align: left;
}
.boxcontent tbody tr.even td {
     	background-color: #edf3fe;
}
.boxcontent tbody tr.odd  td {
     	background-color: #ffffff;
}
.formsLink a:visited {
    font-weight: bold;
	color: #050845;
	font-style: italic;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 9pt;
}
.formsLink a:hover  {
	text-decoration: none;
	color: #C00000;
}