
html {
	height: 100%;
	min-height : 100%;
}

body
{
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 120%;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #FFF;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0; }

a {
	color				: #CC0033;
	font-weight			: normal;
	text-decoration		: none;
	padding-left : 2px;
	padding-right : 2px;
}

a:hover
{
	color				: #FFFFFF;
	font-weight			: normal;
	text-decoration		: none;
	padding-left : 2px;
	padding-right : 2px;
	padding-top:5px;
}

a img {
	border			: 0px;
}

.spacer
{
	clear				: both;
}