body,td,textarea,form,p { background-color : white;  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size : 14px;  color : black;    }

A {
	text-decoration : underline;
	color : #003399;
	font-weight : bold;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border-color : #cccccc;
}

A:VISITED {
	color : #006699;
}


A:FOCUS {
	color: #ff0000;
	}

A:HOVER {
   color: #ffffff;
   background-color : #003399;
   }

hr {
	color : #003399;
}

span.bigheader{ 
	font-size : 20px; 
	font-weight : bold;
}

span.bigblueheader{ 
	font-size : 20px; 
	font-weight : bold;
	color : #003399;
}

span.smlheader{
	font-weight : bold;
}
span.smlblueheader{
	font-weight : bold;
	color : #003399;
	font-size: 120%;
}
span.large {
   font-size : 17px;
   }


span.larger {
	font-size : 20px; 
}

span.smaller {
	font-size : 12px; 
}
span.tiny {
	font-size : 10px; 
}

p.compact {
   text-align : justify;
   margin-bottom : 0px;
   padding-bottom : 3px;
   margin-top : 0px;
   padding-top :1px;
}

div.loose {
   padding-bottom : 4px;
   text-align : justify;
}




