/* CSS Document */

body { 
margin:0; 
padding:0; 
background-attachment: fixed;
}

span.changeWhite {    /* creates the default color as black */
    font-family: Garamond;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	}
	
span.changeWhite:hover {  /* changes the color of the text to blue on mouseover */
     font-family: Garamond;
	font-size: 12pt;
	color: #147296;
	font-weight: bold;
	background-color: #C6DDFF;
	 }
	 
span.changeBlack {    /* creates the default color as black */
    font-family: Garamond;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	}
	
span.changeBlack:hover {  /* changes the color of the text to blue on mouseover */
     font-family: Garamond;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	background-color: #666666;
	 }	 
	 
	 
.menuButton {
	font-family: Garamond;
	font-size: 12pt;
	font-weight: bold;
	width: 164px;
	height: 30;
	color: white;
	background-color: #000000;
	border: solid 1px black;
	cursor: hand;
}

.menuButton2 {
	font-family: Garamond;
	font-size: 12pt;
	font-weight: bold;
	width: 90px;
	height: 30;
	color: white;
	background-color: #000000;
	border: solid 1px black;
	cursor: hand;
}


.pageHeading {
	font-family: Verdana;
	font-size: 12pt;
	font-weight:bold;
	color: #552B00;
}

.pageHeadingU {
	font-family: Verdana;
	font-size: 12pt;
	font-weight:bold;
	color: #552B00;
	text-decoration: underline;
}

A {
    color:#000000;
	font-family: Garamond;
	font-size: 12pt; 
	text-decoration: underline; 
}

.copyRight {
	font-family: monospace;
	font-size: 9pt;
	color:#000000;
}

.pageBodyLeft {
	font-family: Verdana;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: underline;
}

.pageBodyLeft2 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #990000;
	text-decoration: underline;
}

.pageBodyLeftBold {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}


.pageBody {
	font-family: Garamond;
	font-size: 12pt;
	color: #000000;
}

.pageBody2 {
	font-family: Garamond;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

.pageBody5 {
	font-family: Garamond;
	font-size: 13pt;
	font-weight: bold;
	color: #ffffff;
}

.pageBody3 {
	font-family: Garamond;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.pageBody4 {
	font-family: Garamond;
	font-size: 11pt;
	color: #ffffff;
}


h1 {
	font-family: Garamond;
	font-size: 14px;
	text-transform: uppercase;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Garamond;
	font-size: 14px;
	text-transform: uppercase;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
