.menu {
	font-family: Arial;
	font-size: 12px;
	font-weight: 700;
	color: #3366FF;
	font-style: italic;

}

.subHeader {
	font-family: Verdana;
	font-size: 10px;
	text-transform: capitalize;
	color: #000000;
}
.mainBodyText {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 22px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 8px;
	padding-bottom: 5px;
}

.textHeader {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #3366FF;
	line-height: 20px;

}
.footer {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
.rightColumn {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;

}

.finePrint {
	font-family: Verdana;
	font-size: 8px;
	text-transform: capitalize;
	color: #000000;
}

A {	color: #3366FF;
	text-decoration: none;
}

A:Hover {
	color: #0033FF;
	text-decoration: underline;
	
}
