font, body, TD, TR, LI, OL, UL, P, DIV	{ font-family : Verdana; font-size : 10pt; text-decoration : none; }

blockquote		{ font-family: Verdana; font-size: 10pt; font-style: italic; }

a			{ font-family: Tahoma; font-size: 10pt; color: #5078B4; text-decoration: none; }	
a:hover			{ font-family: Tahoma; font-size: 10pt; color: #5078B4; text-decoration: underline; }
a:visited		{ font-family: Tahoma; font-size: 10pt; }

form	          	{ margin: 0px; }
input.text		{ font-family: Tahoma; font-size: 10px; text-decoration: none; }

.textbox {  }
.submit  		{ font-family: Tahoma; font-size: 10pt; font-weight: bold }
.faint			{ font-family: Tahoma; font-size: 8pt; color: #9FA1AA; text-decoration: none; }	
.error 			{ color: #960000; font-weight: bold; }
.required 			{ color: #FF0000; font-family: Tahoma; font-size: 8pt; text-decoration: none; }
.title 			{ font-family: Tahoma; font-size: 14pt; font-weight: bold;}
.imageclue		{ border: 1px solid #000000 }
.tiny			{ font-family: Tahoma; font-size: 8pt; color: #000000; text-decoration: none; }	
.btnav { background-color: #84C1DF; border: 1px #000000 solid;} 
.columntitle { color: #000000; font-weight: bold; text-decoration : underline }
.columntitle2 { font-weight: bold; text-decoration : underline }
.popup {
   position:absolute; left:200; top:1; width:200;
   border-style:solid;
   border-width:4;
   border-color:blue;
   background-color:yellow;
   padding: 5px;
   color: red;
   font-family: Arial;
   font-weight: bold;
   font-size: 10pt;
   z-index:2;
   visibility:hidden;}