BODY {
	color : Black;
	font-family : verdana;
	font-size : 9px;
	font-weight : normal;
	text-align : center;
	margin-left : 5px;
	margin-top : 10px;
	margin-bottom : 0px;
	margin-right : 5px;
	background-color : #526D2B;
}

html>body table {
	margin-left: auto;
	margin-right: auto;
}

BODY,P,DL,DT,DD,TD,TH,LI,UL,OL, input, textarea, select {
	font-family : verdana;
	font-size : 9pt;
	}

H1 {
	color : #FFFFFF;
	text-align : center;
	font-size : 50px;
	font-weight : bold;
	margin-top : 4px;
	margin-bottom : 4px;
	font-family: Tiranti Solid LET;
}

H2 {
	color : white;
	text-align : center;
	font-weight : normal;
	font-size : 10px;
	margin-top : 8px;
	margin-bottom : 0px;
	font-family : verdana;
}

H3 {
	color : #CC3300;
	font-size : 26px;
	font-weight : normal;
	text-align : left;
	margin-bottom : 2px;
	margin-top : 2px;
	font-family : Times;
}

H4 {
	color : Black;
	text-align : center;
	font-weight : normal;
	font-size : 9px;
	margin-top : 4px;
	margin-bottom : 4px;
	font-family : verdana;
	line-height: 2;
}

A {
	color : navy;
	text-decoration : underline;
	background-color : transparent;
}

A:VISITED {
	color : navy;
	text-decoration : underline;
	background-color : transparent;
}

A:HOVER {
	color : red;
	text-decoration : none;
	background : transparent;
}

#whitelink {
	color : white;
	text-decoration : none;
	background-color : transparent;
}

#whitelink:visited {
	color : white;
	text-decoration : none;
	background-color : transparent;
}

#whitelink:hover {
	color : yellow;
	text-decoration : underline;
	background-color : transparent;
}

flashholder {
	margin-top : 0;
	margin-bottom : 0;
	text-align: center;
}

#copywrite {
	background-color:#fffff9;
	text-align: center;
	font-weight : normal;
	font-size : 10px;
	font-family:verdana;
	padding-bottom: 5;
}

#powered {
	background-color:#526D2B;
	text-align: center;
	font-weight : normal;
	font-size : 10px;
	font-family:verdana;
	color: white;
	margin-top: 0;
	margin-bottom: 0;
}

.bottomline {
	color : #526D2B;
	width : 80%;
	size: 2px;
	margin-bottom : 0;
	margin-top : 0;
}

.MyClass {
        background-color: #ffffff;
        font-size: 12px;   
        color: black;
        height: 18px;
        border: 1px solid black;
}