BODY {
	background-image : url(images/background1.jpg);
}

H1 {color: #993333; font:20pt Georgia, Times New Roman} 
H2 {color: #993333; font: 15pt Georgia,Times New Roman} 
H3 {color: #993333;border-style: groove; font: 13pt Georgia,Times New Roman;    } 
H4 {color: #993333; font:12pt Georgia,Times New Roman} 
H5 {color: #999999 ; font:9pt Georgia,Times New Roman;background: #993333; text-align:center;  border-bottom-style : groove; } 
H6 {color: #999999; font: italic 8pt Helvetica, Univers, Arial} 
P {color: black; font: normal 11pt Georgia,Times New Roman} 
DL {color: black; font: normal 8pt Georgia,Times New Roman} 
P:center {color: black; font: normal 10pt Georgia,Times New Roman} 
TABLE TR TD P {color: black; font: normal 10pt Georgia,Times New Roman} 
TABLE TR TD P A {font: normal 10pt Georgia,Times New Roman} 
LI {color: black; font: normal 10pt Georgia,Times New Roman} 
UL {color: black; font: normal 10pt Georgia,Times New Roman} 
OL {color: black; font: normal 10pt Georgia,Times New Roman} 
DL {color: black; font: bold 9pt Georgia,Times New Roman}
A:link {color:blue; text-decoration:none} 
A:hover {background-color : #999999; color: white}
UL LI A:hover {background-color : #999999; color: white}
P A:hover {background-color : #999999; color: white}
H3 A:hover {background-color : #999999; color: white}
H4 A:hover {background-color : #999999; color: white}
H6 A:hover {background-color : #999999; color: white}
H5 A:link {color: white}
H5 A:visited {color: white}
H5 A:hover {color: #993333; background: #999999;   }
A:active {color:black; text-decoration:none} 
A:visited {color: blue; text-decoration:none}
OL {color: black; font: 10pt Georgia,Times New Roman} 
.button {
    font:9pt Georgia, Times New Roman;
	color: white;
    background-color : #993333;
	border: 1px;
    /* border-style: outset outset groove outset;*/
	text-align:center;   
border-top-style : groove;
border-bottom-style : groove
}

.buttonRollover {
    font:9pt Georgia, Times New Roman;
	background-color:  #999999;
	color: #993333;
    	/* border-style: solid solid groove solid;*/
        border: 1px;
border-top-style : groove;
	border-bottom-style : groove;
		text-align:center;   
	}
