.text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 18pt;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 15pt;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-decoration: bold;
}

A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color: Blue;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	text-decoration: underline;
}

BODY {
	background-image : url(backgroundc.gif);
	background-position : top;
	background-repeat : no-repeat;
	background-attachment : fixed;
}
