/* Fonts CSS */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.leftColumn a:Link, .leftColumn a:Visited
{
	font-weight: bold;
	text-decoration: none;
}

.leftColumn li ul li a:Link, .leftColumn li ul li a:Visited
{
	font-weight: normal;
}

.leftColumn a:Hover
{
	text-decoration: underline;
}

.glinks
{
	font-size: 0.9em;
}

.glinks p
{
	font-weight: 900;
	font-size: small;
}

.glinks ul li a
{
	text-decoration: none;
	font-weight: none;
}

h1
{
	font-size: x-large;
}

h2
{
	font-size: large;
}

h3
{
	font-size: medium;
	margin-bottom: 0;
}

h4
{
	font-size: small;
}

.footer
{
	font-size: x-small;
}

.footer a:Link, .footer a:Visited
{
	font-size: x-small;
	text-decoration: none;
}

.footer a:Hover
{
	text-decoration: underline;
}
.toprow {
   font-weight: bold;
}
.note {
   font-size: x-small;
}
