a {
	font-family: Arial;
	font-size: 9pt;
	color: #1a4ced;
	text-decoration: none;
}

a:link { 
	text-decoration: none;
	color: #1a4ced;
}

a:visited {
	text-decoration: none;
	color: #1a4ced;
}

a:active {
	text-decoration: none;
	color: blue
}

a:hover {
	color: #6699FF;
	text-decoration: none;
	font-size: 9pt;
}

body { 
	background-color: #FFFFFF;
	font-family: Arial; font-size: 9pt; color: #000099;
	scrollbar-face-color:#000099;
	scrollbar-track-color:#6666ff;
	scrollbar-arrow-color:#d2e2ff;
	scrollbar-highlight-color:#003399;
	scrollbar-shadow-color:#003399;
	scrollbar-3dlight-color:#d2e2ff;
	scrollbar-darkshadow-color:#00000;} 

h1 {
	font-family: Arial;
	font-size: 14pt;
	color: #000099;
}

h2 {
	font-family: Arial;
	font-size: 12pt;
	color: #000099;
}

h3 {
	font-family: Arial;
	font-size: 10pt;
	color: #000099;
}

input { 
	color: #000099;
	background-color: #99ccff;
	font-size: 8pt;
	font-weight:bold;
	font-family: Arial;
}

p { 
	font-family: Arial; font-size: 9pt; color: #000099;
}

div {
	font-family: Arial;
	font-size: 9pt;
	color: #000099;
}

select { 
	color: #000099;
	background-color: #99ccff;
	font-size: 8pt;
	font-weight:bold;
	font-family: Arial;
}

td {
	font-family: Arial;
	font-size: 8pt;
	color: #000099;
}

textarea { 
	color: #000033;
	background-color: #99ccff;
	font-size: 8pt;
	font-family: Arial;
}