body {
margin: 0px;
padding: 0px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #666666;
background: #FFF;
text-align: center;
}
table {
font-family: arial, helvetica, sans-serif;
font-size: 11px;
text-align: left;
color: #666666;
}

A:link {
	color: #000033;
	text-decoration: none;
}

A:visited {
	color: #000033;
	text-decoration: none;
}

A:active {
	color: #000033;
	text-decoration: none;
}

A:hover {
	color: #CC0000;
	text-decoration: none;
}

TD {
	font-size: 11px;
	font-family : Arial;
}

P {
	font-size: 11px;
	font-family : Arial;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #666666;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #666666;
}

HR {
	color : #3399CC;
}


