/* CSS Document */
<HEAD>
<TITLE>STYLE SHEET</TITLE>
<STYLE TYPE="TEXT/CSS">
<!--
	H3 {FONT-FAMILY: GENEVA, ARIAL;
		COLOR: #000000;
		}
	H4 {FONT-FAMILY: GENEVA, ARIAL;
		COLOR: #000000;
		}
	H5 {FONT-FAMILY: Georgia, Times New Roman, Times, serif;
		COLOR: #000000;
		}
	P {FONT-FAMILY: GENEVA, ARIAL;
	   FONT-SIZE: 12;
	   }
	li {FONT-FAMILY: GENEVA, ARIAL;
		FONT-SIZE: 12;
	   }
	ul {FONT-FAMILY: GENEVA, ARIAL;
	   FONT-SIZE: 12;
	   }
	hr {color: #CCCC99;
	   }
	
	a.mediumin:link { color: blue; text-decoration: none; font-family: Geneva, arial; font-size: 12 }
	a.mediumin:active { color: yellow; text-decoration: none; font-family: Geneva, arial; font-size: 12 }
	a.mediumin:visited { color: blue; text-decoration: none; font-family: Geneva, arial; font-size: 12 }
	a.mediumin:hover { color: blue; text-decoration: underline; font-family: Geneva, arial; font-size: 12 }
	
	a.bigdays:link { color: #5F9E0B; text-decoration: none; font-weight: bold; font-family: Geneva, arial; font-size: 12 }
	a.bigdays:active { color: #5F9E0B; text-decoration: none; font-weight: bold; font-family: Geneva, arial; font-size: 12 }
	a.bigdays:visited { color: #5F9E0B; text-decoration: none; font-weight: bold; font-family: Geneva, arial; font-size: 12 }
	a.bigdays:hover { color: #5F9E0B; text-decoration: underline; font-weight: bold; font-family: Geneva, arial; font-size: 12 }

	a.mediumdays:link { color: #5F9E0B; text-decoration: none; font-family: Geneva, arial; font-size: 12 }
	a.mediumdays:active { color: #5F9E0B; text-decoration: none; font-family: Geneva, arial; font-size: 12 }
	a.mediumdays:visited { color: #5F9E0B; text-decoration: none; font-family: Geneva, arial; font-size: 12 }
	a.mediumdays:hover { color: #5F9E0B; text-decoration: underline; font-family: Geneva, arial; font-size: 12 }
	
	a.visitdays:link { color: black; text-decoration: none; font-weight: bold; font-family: Geneva, arial; font-size: 12 }
	a.visitdays:active { color: green; text-decoration: none; font-weight: bold; font-family: Geneva, arial; font-size: 12 }
	a.visitdays:visited { color: black; text-decoration: none; font-weight: bold; font-family: Geneva, arial; font-size: 12 }
	a.visitdays:hover { color: black; text-decoration: underline; font-weight: bold; font-family: Geneva, arial; font-size: 12 }
-->
</HEAD>