p,li,ul,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#330099;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#330099;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:#330099;
}

a:link,a:active,a:visited {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: red;
	background: transparent;
}

a:hover {
	color: white;
	background-color: red;
}

a.quer:link,a.quer:active,a.quer:visited {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: red;
	background: transparent;
}

a.quer:hover {
	color: white;
	background-color: red;
}

a.navblue:link,a.navblue:active,a.navblue:visited {
	font-size: 14pt;
   line-height: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #330099;
	background: transparent;
}

a.navblue:hover {
	text-decoration: none;
	color: white;
	background-color: #330099;
}

a.navyellow:link,a.navyellow:active,a.navyellow:visited {
	font-size: 14pt;
	line-height: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #330099;
	background: transparent;
}

a.navyellow:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #330099;
}

a.navbluesmall:link,a.navbluesmall:active,a.navbluesmall:visited {
	font-size: 12pt;
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #330099;
	background: transparent;
}

a.navbluesmall:hover {
	text-decoration: none;
	color:white;
	background-color: #330099;
}

a.navyellowsmall:link,a.navyellowsmall:active,a.navyellowsmall:visited {
	font-size: 12pt;
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #330099;
	background: transparent;
}

a.navyellowsmall:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #330099;
}

.navactive {
   font-size: 14pt;
	line-height: 15pt;
   font-weight: bold;
	color: red;
}
.navactivesmall {
   font-size: 12pt;
	line-height: 14pt;
	color: red;
}