a.menu       {text-decoration:none;}
a:hover.menu {text-decoration:underline;}

.mainheading {
	font-family:"Arial, Helvetica, sans-serif";
	font-size:20pt;
	font-weight:bold;
	color: #ff0000;
}

.heading {
	font-family:"Arial, Helvetica, sans-serif";
	font-size:18pt;
	font-weight:bold;
	color: #0000aa;
}


p {
	font-family:"Arial, Helvetica, sans-serif";
	
}

p.center {
	text-align: center;
}

.highlight {
	background-color: #ffff99;
}

.blue {
	color: #000088;
}

.bluehightlight {
	color: #000088;
	background-color: #ffff99;
}

.red {
	color: #ff0000;
}

.redhightlight {
	color: #880000;
	background-color: #ffff99;
}

.courier {
	font-family: "Courier New";
}

.super {
	vertical-align: super;
}

.sub {
	vertical-align: sub;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}

.boldhighlight {
	font-weight: bold;
	background-color: #ffff99;
}

.bolditalichighlight {
	font-weight: bold;
	font-style: italic;
	background-color: #ffff99;
}

.bolditalicunderline {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.fontsize0 {
	font-size: 8pt;
}

.fontsize1 {
	font-size: 9pt;
}

.fontsize2 {
	font-size: 10pt;
}

.fontsize3 {
	font-size: 11pt;
}

.fontsize4 {
	font-size: 12pt;
}

.fontsize5 {
	font-size: 14pt;
}

.fontsize6 {
	font-size: 16pt;
}

a.blue:link {
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;
}

a.blue:active {
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;
}

a.blue:visited {
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;
}

a.blue:hover {
	color: #cccccc; 
	font-weight: bolder; 
	text-decoration: none;
}

a.red:link {
	color: #000000; 
	font-weight: bold; 
	text-decoration: none;
}

a.red:active {
	color: #000000; 
	font-weight: bold; 
	text-decoration: none;
}

a.red:visited {
	color: #000000; 
	font-weight: bold; 
	text-decoration: none;
}

a.red:hover {
	color: #00cc00; 
	font-weight: bolder; 
	text-decoration: none;
}

a.green:link {
	color: #666666; 
	text-decoration: none;
}

a.green:active {
	color: #666666; 
	text-decoration: none;
}

a.green:visited {
	color: #666666; 
	text-decoration: none;
}

a.green:hover {
	color: #00cc00; 
	text-decoration: none;
}