A:link {
	text-decoration: none;
	color: blue;
}
A:visited {
	text-decoration: none;
	color: blue;
}
A:active {
	text-decoration: none;
	color: blue;
}
A:hover {
	text-decoration: underline; 
	color: blue;
}

A.supersmall {
	font-size: 8pt;
}

td {
	font-size: 10pt;
	font-family: tahoma;
	vertical-align: top;
}

td.headernav {
	font-size: 10pt;
	font-family: tahoma;
	vertical-align: middle;
	background-color: #003399;
	align: center;
	text-align: center;
}

a.headerlink {
	color: #FFFFFF;
	text-decoration: none;
}
a.headerlink:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.headerlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.headerlink:visited:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

input {
	font-size: 8pt;
}

select {
	font-size: 8pt;
}

textarea {
	font-size: 10pt;
	font-family: tahoma;
}

body {
	font-size: 10pt;
	font-family: tahoma;
}
