BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #404040;
	background-repeat: no-repeat;
	background-position: left top;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #404040;
}

A {
	color : #E31D46;
	text-decoration : none;
}

A:Hover {
	color : #E31D46;
	text-decoration : underline;
}

H1 { 
	font-size : 14px;
}

H2 { 
	font-size : 13px;
}

H3 { 
	font-size : 12px;
}

INPUT {
	font-family : Arial, Helvetica, sans-serif;
	color : #E31D46;
	background-color : White;
}

TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	color : #E31D46;
}

.Red { 
	color : #E31D46;
}

.Huge {
	color : #E31D46;
	font-size : 20px;
	line-height : 40px;
}