a:active {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
}
a:link {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: Blue;
	text-decoration: none;
}
a:hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	background-color : transparent;
	color : Green;
}
a:visited {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color : Blue;
}
body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
textarea {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h6 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
h5 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
h4 {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10pt;
}
h3 {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 14pt;
	color : Maroon;
	font-style : italic;
	font-weight : normal;
}
h2 {
	font-family: "Tahoma", Courier, mono;
	font-size: 16pt;
	font-weight: normal;
	font-style : italic;
	color : ActiveCaption;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 20pt;
	font-style : italic;
	color : #003399;
}
button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
caption {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}