body {
	font-family: Arial, serif;
	font-size: 12px;

	scrollbar-face-color: #006666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #007800;
	scrollbar-darkshadow-color: #000000;
}

table {
	font-family: Arial, serif;
	font-size: 12px;
}

h1 {
	color: #000000;
	font-family: Arial, serif;
	text-align: center;
}

h2 {
	color: #000000;
	font-family: Arial, serif;
	text-align: left;
}

h3 {
	color: #000000;
	font-family: Arial, serif;
}

h4 {
	color: #000000;
	font-family: Arial, serif;
	font-weight: normal;
}
	
h5 {
	color: #000000;
	font-family: Arial, serif;
	font-weight: normal;
}

h6 {
	color: #FFFFFF;
	font-family: Arial, serif;
}

a:link {
	background:transparent;
	text-decoration: none;
}
a:visited {
	background: transparent;
	text-decoration: none;
}    
a:hover {
	background: transparent;
	text-decoration: bold;
	background-color: #000088;
	color:FFFFFF;
}
a:active {
	background:transparent;
	text-decoration: none;
	background-color: #000088;
	color:FFFFFF;
}

a.menu:link {
	background:transparent;
	text-decoration: none;
	font-weight: bold;
	color:#DCA000;
}
a.menu:visited {
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	color:#DCA000;
}    
a.menu:hover {
	background: transparent;
	text-decoration: bold;
	background-color: #ddddee;
	font-weight: bold;
	color:#DCA000;
	letter-spacing: 1px;
}
a.menu:active {
	background:transparent;
	text-decoration: none;
	font-weight: bold;
	color: #DCA000;
}






