body {
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 12px;
color: #000;
background: #FFF;
text-align: left;

}
table {
font-family: Arial;
font-size: 12px;
text-align: left;
color: #000;
}

A:link {
	color: #f72129;
	text-decoration: none;
		font-weight: bold;
}

A:visited {
	color: #f72129;
	text-decoration: none;
		font-weight: bold;
}

A:active {
	color: #f72129;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #fff12d;
	text-decoration: none;
		font-weight: bold;
}

TD {
	font-size: 12px;
	font-family : Arial;
}

P {
	font-size: 12px;
	font-family : Arial;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}

P.smaller {
	font-size: 12px;
	font-family : Arial;
	color : #000000;
}

HR {
	color : #C42027;
}

