a {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited {
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:active {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

body, td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

table.title {
	background-color: Slategray;
}

td.titlebar {
	font-size: 8 pt;
	color: white;
	FONT-FAMILY: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #767676;
}

h1 {
	font-size: 9pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 18pt;
}

hr {
	height: 1pt;
}


Input.BUTTON {
	font-size:8pt;
	font-weight:normal;
	font-style:normal;
	color:#FFFFFF;
	background-color:#0000FF;
	border-width:1px;
	border-color:#000000;
}
	
Input.SUBMIT {
	font-size:8pt;
	font-weight:normal;
	font-style:normal;
	color:#FFFFFF;
	background-color:#0000FF;
	border-width:1px;
	border-color:#000000;
}


