.red {
	font-weight : bold;
	color: Red;
}

A {
	font-weight : bold;
	text-decoration : underline;
}

A:LINK {
	color: #2461AA	;
	font-weight: bold;
}

A:VISITED {
	color: #8B4513;
	font-weight : bold;
	
}

A:HOVER {
	color : Gray;
}



H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	text-transform: uppercase;
	letter-spacing: 7px;
	color: #CB8F45;
	margin-top : 10px;
}
H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
		line-height: 120%;

}
H3 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color : #b50c00;
}

H5 {
	
	margin-top: 0px;

}
BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background-color: #E7D0A9;
}

P, UL, OL, LI, TD{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

LI {
	list-style-type: square;

}

UL {
	margin-bottom : 10px;
}

.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.tiny {
		font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
}


.question {
		font-weight : bold;
}

.footer_copyright {
	display: none;
	
}

IMG.border { border: 2px solid #2461AA ; }