/* 
This is the standard css style sheet for the tools/rail section of the Point Reyes
Bird Observatory website. Mark Herzog September 2005.
*/

body {
	font-family: times new roman, garamond, sans-serif;
	font-size: 12pt; 
	color: black;
	background: white;
}

a:link    { text-decoration: none; color: #0000FF }
a:active  { text-decoration: none; color: #0000FF }
a:visited { text-decoration: none; color: #0000FF }
a:hover   { text-decoration: none; color: #FF0000 }


.header {
	font-family: times new roman, times, sans-serif; 
	font-size: 28pt; 
	color: #336699;
}


.footer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: black;
	valing: bottom;
	background: #CCCC99;
}

.longlist {
	font-family: times new roman, times, sans-serif; 
	font-size: 10pt;
	color: black; 
}


td.navigate {
	font-family: Arial, Helvetica, sans-serif;
	background: #99FF99;
; font-size: 12px; font-style: oblique; text-decoration: none
	
}

td.main {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: black;
	background: #CCCC99;
; font-style: normal; line-height: 12px; text-decoration: none

}

td.doctitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: black;
	background: #CCCC99;
; font-style: normal; line-height: 16px; text-decoration: none

}
	
