A.other { font-style: bold; }
A.external {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	color : Blue;
}
A.page {    }
A.nav {
	font-style: normal;
	font-weight : bold;
	font-size : medium;
}

a:hover {
	color: Red
}
a.mail {
	font-family: "Times New Roman", Times, serif;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color : Maroon;
}
	
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; text-decoration: none}
.normal {  font-family: "Times New Roman", Times, serif; font-size: 12pt; font-weight: normal}
.header {
	font-size: 14pt;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12pt;
}

.notes {  font-family: "Times New Roman", Times, serif; font-size: 10pt; font-style: italic}

.checked {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color: #FF0000}
.small {  font-size: 10pt}
.printed {  font-family: Arial, Helvetica, sans-serif; font-size: small; font-weight: bold; color: #FF0000}
.subheader {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold}
.subtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.smallest {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
.smallestheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height : 120%;
}