BODY {
	color: #D72800;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14;
	text-align: left;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 20px;
	margin-top : 50px;
}

td {
	font-size: 14;
}

H1 {
	font-size : 26px;
	font-weight : bold;
	font-variant : normal;
	font-style : normal;
	text-indent : 10px;
}

H2 {
	font-size : 24px;
	font-weight : bold;
	font-variant : normal;
	text-indent : 10px;
}

H3 {
	font-size : 22px;
	font-weight : normal;
	font-variant : small-caps;
	text-indent : 10px;
}
H4 {
	font-size : 14px;
	font-weight : bold;
	font-variant : normal;
	text-indent : 0px;
}

H1 A {
	color : #D72800;
	text-decoration : underline;
	font-weight : bold;
}

H1 A:HOVER {
	color : #8E1800;
	text-decoration : none;
	font-weight : bold;
}

H2 A {
	color : #D72800;
	text-decoration : underline;
	font-weight : bold;
}

H2 A:HOVER {
	color : #8E1800;
	text-decoration : none;
	font-weight : bold;
}

H3 A {
	color : #D72800;
	text-decoration : underline;
	font-weight : bold;
}

H3 A:HOVER {
	color : #8E1800;
	text-decoration : none;
	font-weight : bold;
}

H4 A {
	color : #D72800;
	text-decoration : underline;
	font-weight : bold;
}

H4 A:HOVER {
	color : #8E1800;
	text-decoration : none;
	font-weight : bold;
}


A {
	color : #D72800;
	text-decoration : underline;
}

A:HOVER {
	color : #8E1800;
	text-decoration : none;
}

LI {
		color : #D72800;
}

OL {
		color : #D72800;
}

UL {
		color : #D72800;
}






.footer{
	font-size : 12px;
	color : #D72800;
}
.footer A:hover{
	color : #8E1800;
	text-decoration : none;
}
.footer A{
	color : #D72800;
	text-decoration : underline;
}

