﻿HTML, BODY, TD, INPUT, SELECT {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p {
	font-family: Arial;
	font-size: 10pt;
}
#sidebar a {
	color: #808080;
	font-weight : bold;
	text-decoration:none	
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
}
a:active {
	font-family: Arial;
	font-size: 10pt;
	color: #FF0000;
	font-weight : bold;
	text-decoration:none	
}
a:hover {
	font-family: Arial;
	font-size: 10pt;
	color: #808080;
	font-weight : bold;
	text-decoration:none
}
a:link {
	font-family: Arial;
	font-size: 10pt;
	color: #FF0000;
	font-weight : bold;
	text-decoration:none
}
a:visited {
	font-family: Arial;
	font-size: 10pt;
	color: #FF0000;
	font-weight : bold;
	text-decoration:none
}