html, table{
	font: 12px "Verdana";
	color: #3F4249;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	padding:0px;
}

a {
	color: #3886C5;
	text-decoration: none;
}
a:hover {
	color: #3886C5;
	text-decoration: underline;
}

.offWhiteText {
	color:#CCCCCC;
}

.whiteText {
	color:#FFFFFF;
}

.bigRed {
	color:#9A1F1F;
	font: 20px;
	font-weight: none;
}

.bigRedSmall {
	color:#9A1F1F;
	font: 16px;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.alignRight {
	text-align: right;
}