/* the following are base styles */
body {
	font-family: "Times New Roman",Times,serif;
	font-size: 100%;
	background-image: url('s02c.gif');
	background-color: #fff;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}

a { color: blue; }	
a:visited {color: green; }

p.subhead {
	font-family: "Cooper Black",fantasy;
	font-size: 200%;
	color: #0000FF;
	text-align: center;
	}

.click-print {
	font-size: 115%;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}
.copy {
	font-size: 70%;
	font-weight: bold;
	color: red;
	text-align: center;
}

/* index.htm specific styles */
a:link.menu {
	color: #0000FF;
	text-decoration: underline;
	font-family: "Comic Sans MS",Serif;
	font-weight: bold;
	}
a:visited.menu {
	color: #0000FF;
	text-decoration: underline;
	font-family: "Comic Sans MS",Serif;	
	font-weight: bold;
	}
a:hover.menu {
	color: #0000FF;
	text-decoration: underline;
	font-family: "Comic Sans MS",Serif;
	font-weight: bold;
	}
a:active.menu {
	color: #0000FF;
	text-decoration: underline;
	font-family: "Comic Sans MS",Serif;
	font-weight: bold;
	}

/* members.htm specific styles */
a.bio {
	color: #0000FF;
	font-style: italic;
	text-decoration: none;
}
a:visited.bio { color: #660000; }

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { 
	float:left; 
	margin: 3px 12px 0 0; 
	height:auto;
	width:auto;
}

/* not used by anything - i dont' think */
	div.img {
		margin:2px;
		height:auto;
		width:auto;
		float:left;
	}
	
