body {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #000033;
	background-color: #FFFFFF;
	width: 700px;
}


input {
 font-size: 8pt;
}

select {
	font-size: 8pt;
}


h3 { font-size: 12pt; font-weight: bold; }
h2 { font-size: 14pt; font-weight: normal; }
h1 { font-size: 20pt; font-weight: normal; }



/* These are the navigation / link hover etc */

a:link  {
 color : #000033;
 text-decoration : underline;
 font-family: verdana, sans-serif;
}

a:visited  {
 color : #000033;
 text-decoration : underline;
 font-family: verdana, sans-serif;
}


a:hover  {
 color : #3333FF;
 text-decoration : underline;
 cursor : hand;
 font-family: verdana, sans-serif;
}

a:visited:hover  {
 color : #3333FF;
 text-decoration : underline;
 cursor : hand;
 font-family: verdana, sans-serif;
}


a:active  {
 color : #0000ff;
 text-decoration : none;
 font-family: verdana, sans-serif;
}




/* ------------ Netscape fixes ----------------- */
/* These are harmless to IE! */


td {
 font-family: verdana, sans-serif;
 font-size: 10pt;
}


em { font-family: verdana, sans-serif; font-size: 10pt;}

