<style>
{
MARGIN: 0px;
}
BODY{
 FONT-FAMILY: Arial;
 FONT-SIZE: 16px;
 MARGIN: 0px;
 background-color: #f7f7f7;
}

A{
	color: #155883;
}

.pallette{
	width: 770px;
	margin-left: 15px;
	margin-right: 15px;
	
}
TABLE{
	FONT-FAMILY: Arial;
	FONT-SIZE: 16px;
}

.pageTitle{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}
.header{
	background-color: #155883; 
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0px;	
	width: 100%;
	text-alignment: center;
	vertical-alignment: middle;
	height: 80px;	
	
}
.menu{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	background-color: #3A95CE; 
	align: center; 
	width: 100%;
}
.menuCell{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
	
	margin: 0px;
	border: 0px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bolder;
	TEXT-ALIGN: CENTER;
	
}
.menuCell A{
	text-decoration: none;
	color: #ffffff;
}

.menuCell A:HOVER{
	text-decoration: underline;
}

.menuCellRight{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
	
	margin: 0px;
	border: 0px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bolder;
	TEXT-ALIGN: RIGHT;
	
}
.menuCellRight A{
	text-decoration: none;
	color: #ffffff;
}

.menuCellRight A:HOVER{
	text-decoration: underline;
}

.officeInfo TD{
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
}

.feeCol1{
	padding-bottom: 10px;
	font-weight: bold;
	text-align:right;
	vertical-align: top;
	width: 65%;
}

.feeCol2{
	padding-bottom: 10px;
	padding-left: 10px;
	white-space: nowrap;
	vertical-align:top;
}
.feeCol3{
	padding-bottom: 10px;
	vertical-align: top;
	width: 50%;
}

.vrMaintainedCol1{
	font-weight:bold;
	text-align:center;
	vertical-align: top;
	padding-bottom: 30px;
	padding-right: 10px;
	width: 35%;
}
.vrMaintainedCol2{
	width: 65%;
	padding-bottom: 30px;
}
</style>