/* CSS Document for Lower Columbia Fish Enhancement Group (Nov. 22, 2004) 
* #00976C is the original visited and link color
* DO NOT MODIFY THIS FILE WITHOUT EXPRESS PERMISSION FROM LEE J BALLARD
* Copyright © 2004-7 Lee J Ballard 
*/
body,td,th {
	font-family: Times New Roman, Times, serif;
	}
	
	a:active {color: black; text-decoration: none;}
	a:visited {color: #006633; text-decoration: none;}
	a:link {color: #006633; text-decoration: none;}
	a:hover {color: black; text-decoration: none;}
	
	ul {
	list-style-image: url(bullet.gif);
	}
	
/*
* added in March 2005
*/

	.callout {
			padding: 0 10px 10px 10px;
			font-size: 12px;
			font-weight: bold;
			line-height: 13px;
			text-align: left;
			}
			
	.acrobat {
			padding: 0 10px 5px 10px;
			font-size: 11px;
			font-weight: bold;
			line-height: 11px;
			text-align: left;
			color: #FF0000;
			}
			
/*
* jobnotice added May 12, 2006
*/
	.jobnotice {
			padding: 0 10px 5px 10px;
			font-size: 11px;
			font-weight: bold;
			line-height: 10px;
			text-align: left;
			color: black;
			}

	a.jobnotice:active {color: red; text-decoration: none;}
	a.jobnotice:visited {color: red; text-decoration: none;}
	a.jobnotice:link {color: red; text-decoration: none;}
	a.jobnotice:hover {color: black; text-decoration: none;}

