BODY {
	background-color: #FFFFFF;
	color: #000000;
}

.menu { 
	background-color: #660000;
}

.menutext { 
	color: #ffffff;
	font-size: 80%;
	font-weight: bold;
	font-family: Futura,Arial,Verdana,Helvetica,sans-serif;
}

.smallmenutext {
	color: #ffffff;
	font-size: 70%;
	font-weight: bold;
	font-family: Futura,Arial,Verdana,Helvetica,sans-serif;
}

.table_border { border: 2px solid #660000 }

A:link { color: #000000; }
A:visited { color: #660000; }
A:active { color: #000000; }
A:hover { color: #cc6666; }

A.menutext:link { color: #ffffff; }
A.menutext:visited { color: #ffffff; }
A.menutext:active { color: #ffcccc; }
A.menutext:hover { color: #cc6666; }

A.smallmenutext:link { color: #ffffff; }
A.smallmenutext:visited { color: #ffffff; }
A.smallmenutext:active { color: #ffcccc; }
A.smallmenutext:hover { color: #cc6666; }

.button {
	color: #ffffff;
	background-color: #660000;
        font-size: 75%;
	font-family: Futura,Arial,Verdana,Helvetica,sans-serif;
}


select {
	font-size: 80%;
        font-family: "Arial Narrow","Helvetica Narrow","MS Sans Serif",Geneva,Helvetica,Arial,sans-serif;
}
  
option {    
  	background-color: #ffffcc; 
	color: #660000;
}

.text_input {  
	font-size: 80%;
        font-family: "Arial Narrow","Helvetica Narrow","MS Sans Serif",Geneva,Helvetica,Arial,sans-serif;  
  	background-color: #ffffcc; 
	color: #660000;
}

.heading {
	font-size: 100%;
        font-family: "Futura", "Arial", "Verdana", "Helvetica", "sans-serif";
        color: #660000;
        font-weight: bold;
}

.small {
	font-size: 80%;
        font-family: "Arial Narrow","Helvetica Narrow","MS Sans Serif",Geneva,Helvetica,Arial,sans-serif;
}

.tiny {
	font-size: 60%;
        font-family: "Arial Narrow","Helvetica Narrow","MS Sans Serif",Geneva,Helvetica,Arial,sans-serif;
}

P.running {
	margin-top: -12px;
	margin-left: 6px;
	text-indent: -6px;
	font-size: 100%;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

P.contact {	
	margin-left: 10px;
	font-size: 90%;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.maroon { color: #660000; }

.thin {
	font-size: 10%;
}

.smalltitle {
	font-size: 110%;
	font-family: Futura,Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	color: #FF0000;
}

.largetitle {
	font-size: 120%;
	font-family: Futura,Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	color: #660000;
}

.catalog_thematic_class {
	font-size: 100%;
	font-family: Futura,Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	color: #660000;
}

.catalog_layer {
	font-size: 90%;
	font-family: Futura,Arial,Verdana,Helvetica,sans-serif;	        
        margin-top: 5px;
        margin-left: 10px;
}

.faq_question {
	font-size: 90%;
	font-family: Futura,Arial,Verdana,Helvetica,sans-serif;	
	color: #660000;
}

.faq_answer {
	font-size: 80%;
	font-family: Futura,Arial,Verdana,Helvetica,sans-serif;	
	color: #000000;
  margin-left: 10px
}

.license_div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  overflow: auto;
  padding: 5px;
  background-color: #ffffcc;
  border: solid 2px #660000;
}

