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

body, p, td, input, textarea, option, select, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


/* --- LINKS ---*/
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #164c82;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #164c82;
	text-decoration: underline;
} /* --- end LINKS */

/* -- FOOTER --- */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

a:link.footer, a:visited.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}

a:hover.footer, a:active.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
} /* --- end FOOTER --- */

.blue_bold_txt {
	font-weight: bold;
	color: #273BAB;
}

.blue_txt {
	font-weight: normal;
	color: #164c82;
}