TABLE {
	font-size : 100%;
	line-height : 130%;
	font-family : Arial;
	color:#000000;
}

DIV {
	font-size : 75%;
	line-height : 130%;
	font-family : Arial;
	color:#000000;
	margin-left   : 100px;
	margin-top    : 12px;
	margin-right  : 100px;
	margin-bottom : 12px;
        font-style : normal;
}

SPAN {
	font-size : 80%;
	line-height : 130%;
	font-family : Times,Arial;
	color:#000000;

        font-style : none;
}

H1, H2 {
	background-color : #aaaaaa;
	line-height : 200%;
	text-align : left;
	color : #ffffff;
}

H3 {
	line-height : 200%;
}

A { 
	color : #ff5500;
	text-decoration : none;
}

A:hover {
	color : #FF5500;
	text-decoration : underline;
}

TH {
	color:#ffffff;
	background: #aaaaaa;
}

