<!-- Style Sheet created with the CoffeeCup StyleSheet Maker++ -->
<!-- http://www.coffeecup.com -->
<style type="text/css">
<!--
	/* navy = 000080
		med blue = 323296
		light blue = BEBEE9
		pale blue = DCDCF0
		*/
	body {
		color:		#000080;
		background:	#FFFFFF;
		background-image: url(./images/back.gif);
		font-family: Arial, sans-serif;
		}
	.normtext {
		color:		#000080;
		font-family: Arial, sans-serif;
		font-size:		medium;
		}
	.main {
		color:		#000080;
/*		padding:		5%; taken out because crashes netscape*/
		background:	#FFFFFF;
		font-family: Arial, sans-serif;
		}
	.navbar {
		color:		#BEBEE9;
		background:	#323296;
		font-size:	x-small;
		font-family: Arial, sans-serif;
		white-space: nowrap;
		}
	.navleft {
		color:		#BEBEE9;
		background:	#323296;
		background-image: url(./images/navback.gif);
		font-size:	small;
		font-family: Arial, sans-serif;
		white-space: nowrap;
		}
	.leftsub {
		color:		#BEBEE9;
		background:	#000080;
		white-space: nowrap;
		text-align:	left;
		font-size: 	smaller;
		font-weight: 700;
		font-family: Arial,sans-serif;
		}
	.leftsub2 {
		color:		#BEBEE9;
		background:	#000080;
		white-space: nowrap;
		text-align:	left;
		font-size:	smaller;
		font-weight: 400;
		font-family: Arial,sans-serif;
		}
	.heresub {
		align: right;
		}
	.navright {
		color:		#BEBEE9;
		background:	#323296;
		background-image: url(./images/navback2.gif);
		background-repeat: repeat-y;
		font-size:	medium;
		font-family: Arial, sans-serif;
		text-align: center;
		}
	.rnavtitle {
		color:		#000080;
		background:	#DCDCF0;
		background-image: url(./images/navback.gif);
		background-repeat: repeat-y;
		font-size:	medium;
		font-family: Arial, sans-serif;
		text-align: center;
		}
	.rightsub {
		color:		#000080;
		background:	#FFFFFF;
		font-size:	x-small;
		text-align:	center;
		vertical-align: middle;
		font-family: Arial, sans-serif;
		border: ridge;
		}
		/*Title Bar Heading*/
	h1	{
		font-family: "Times New Roman",Times,serif;
		color:		blue;
		display:		inline;
		}
		/*Page Headings*/
	h2	{
		font-family: "Times New Roman",Times,serif;
		color:		black;
		font-variant:	small-caps;
		text-align: center;
		font-size:	x-large;
		}
		/*Section heading*/
	h3 {
		font-family:Arial,Verdana,sans-serif;
		color:#000080;
		font-style:italic;
		font-weight: 400;
		text-align: center;
		background: #BEBEE9;
		}
		/*inline paragraph heading*/
	h4 {
		display:		inline;
		}
		/*Page subheadings*/
	h5 {
		font-family: "Times New Roman",Times,serif;
		/*display:		inline;*/
		text-align:	center;
		color:		black;
		}
	h6	{
		font-size: 	x-small;
		background: #000080;
		display:		inline;
		}
	a {
		color:		blue;
		text-decoration:	none;
		font-family: Arial, sans-serif;
		}
	a.link {
		color:		blue;
		text-decoration:	none;
		font-family: Arial, sans-serif;
		}
	a:hover {
		text-decoration: underline;
		}
	a.nleft {
		color:		#FFFFFF;
		font-family: Arial, sans-serif;
		}
	a.nleft:hover {
		color:		yellow;
		text-decoration: none;
		}
	a.midi {
		color:		blue;
		font-style:	italic;
		}
	span {
		text-decoration: underline;
		font-style:		italic;
		}
  	TABLE { 
      vertical-align: top;
     	}
	table.hands {
		width:	120px;
		height:	35px;
		border:	0;
		padding:	0;
		vertical-align: bottom;
		}
	TD {
		vertical-align: top;
		} 
	td.handsl {
		vertical-align: bottom;
		width:	50px;
		}
	td.handsm {
		vertical-align: bottom;
		width:	20px;
		}
	td.handsr {
		vertical-align: bottom;
		}

	dt	{
		font-weight: 700;
		}
	#smaller {
		font-size: smaller;
		}
	#larger {
		font-size: larger;
		}
	#right {float:right}
	#left {float:left}
	#bold {font-weight: 700}
	.center {text-align: center}
	.song {font-style: italic}
	.medcolor {background: BEBEE9}

-->
</style>

