BODY,TD,TH,FORM {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

P,H1,H2,H3 {
	font-family: Arial, Helvetica, sans-serif;
}

BODY {
	margin-left: 10px;
	background-image: url(/images/back.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

A:LINK, A:VISITED {
	color: Red;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	text-decoration: underline;
}

A.button:LINK, A.button:VISITED {
	color: White;
	text-decoration: none;
}

A:ACTIVE, A.button:ACTIVE {
	color: Black;
	text-decoration: none;
}


B { font-weight: bold; }


H1 { font-size: x-large; }

H2 { font-size: large; }

H3 { font-size: medium; }

TH {
	font-weight: bold;
	text-align: center;
}

FORM {
}

INPUT {
}

SELECT {
}

TEXTAREA {
}

HR {
	
}
