p {
	font-size: 8pt;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 150%;
}
BODY, TD {
	color: white;
	font-family: verdana;
	font-size: 9pt;
	text-align: justify;
	margin-top: 0;
	margin-bottom: 0;
	scrollbar-3dlight-color: #C0C0C0; 
scrollbar-arrow-color: rgb(255,255,255);
scrollbar-base-color: red; 
scrollbar-darkshadow-color: #C0C0C0; 
scrollbar-face-color: ff0000; 
scrollbar-highlight-color: white; 
scrollbar-shadow-color: white;
scrollbar-track-color: #EEEEEE; 

}



i {
	font-size: 9pt;
	font-variant: normal;
	font-weight: lighter;
	color: black;
	font: italic;
}

h1 {
	font-size: 12pt;
	font-variant: normal;
	font-weight: bold;
	color: 003399;
	margin-top: 0; 
	margin-bottom: 0
}
H2 {
	font-size: 11pt;
	font-variant: normal;
	font-weight: bold;
	color: 003399;
	margin-top: 0; 
	margin-bottom: 0
}

H3 {
	font-size: 9pt;
	font-variant: normal;
	font-weight: bold;
	color: black;
	margin-top: 0;
	margin-bottom: 0;
	
}

H4 {
	font-size: 8pt;
	font-variant: normal;
	font-weight: bold;
	color: ff3300;
	margin-top: 0; 
	margin-bottom: 0
}

h5 {
	font-size: 9pt;
	
	font-weight: normal;
	color: black;
	margin-top: 0; 
	margin-bottom: 0
}
h6 {
	font-size: 7pt;
	font-weight: bold;
	font-style: normal;
	font-weight: normal;
	margin-top: 0; 
	margin-bottom: 0
}
h7 {
	text-decoration: black;
    color: white;
	font-size: 10pt;
		font-style: normal;
	font-weight: normal;
	margin-top: 0; 
	margin-bottom: 0
}




A {
	text-decoration: none;
	
font-size: 8pt;

	text-align: left;

	margin-top: 0; 
	margin-bottom: 0
}




A:Hover {
	text-decoration: #9999ff;
	color: white;
	color: white; 

	text-align: left;
	
	background-color: #c0c0c0;
	margin-top: 0; 
	margin-bottom: 0
}

a1:hover {
	text-decoration: #9999ff;
	


	text-align: left;

	margin-top: 0; 
	margin-bottom: 0
}




HR {
	color: grey;
	
	border: thick;
		margin-top: 0; 
	margin-bottom: 0
}




.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: white;
background-color: #D22221;
border: 2px solid #FFF2BF;
}

.hovermenu ul li a:hover{
background-color: #FF6600;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}