/* styles.css*/
/*Jim Lacey 12/21/2007*/

A:link { color: #237D7C }
A:visited { color: #237D7C }
A:active, A:hover { color: #83C7C6 }

.historystyle {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: Black; font-weight: bold;
}
	
.note2 {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #32CD32;
}

.historystyle {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: Black; font-weight: bold;
}

.logo {
	font-size: 0.95em;
	padding: 5px;
	border: 1px dotted #333;
}

.navbarstyle {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: Black; font-weight: normal;
}

.notestyle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: Black; font-weight: bold; 
}

.normalnotestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal;
}

.biggernotestyle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: Red; font-weight: bold; 
}

.redbiggernotestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Red;
	font-weight: bold;
	text-align: left;
	
}
