body {
	background-color : #ffffff;
	margin-top : 32px;
}

table {
	border-collapse : collapse;
	padding : 0px;
}

td {
	border-spacing : 0px;
	padding : 0px;
}

.highlightText {
	font-family : times,times new roman,serif;
	font-size : 11px;
	color : #444444;
	padding-left : 15px;
	padding-right : 15px;
}

.bodyText {
	font-family : times,times new roman,serif;
	font-size : 14px;
	leading : 16px;
	text-align : justify;
	color : #444444;
	padding-top : -40px;
}

.bodyLink {
	font-family : times,times new roman,serif;
	font-size : 14px;
	leading : 16px;
	text-align : left;
	color : #111485;
	padding-top : -40px;
	text-decoration : none;
}

.bodyLink:hover {
	font-family : times,times new roman,serif;
	font-size : 14px;
	leading : 16px;
	text-align : left;
	color : #d4a017;
	padding-top : -40px;
	text-decoration : none;
}

.footerText {
	font-family : times,times new roman,serif;
	font-size : 10px;
	color : #888888;
}

.navOn {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.navOff {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
