.logo {
	font-family: Gill Sans MT, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333399;
	text-decoration: none;
	width: auto;
	letter-spacing: 5px;

}


h1 {
	font-family: Gill Sans MT, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333399;
	text-decoration: none;
	width: auto;
	letter-spacing: 3px;
	padding-left: 20px;
	}
	
h2{
	font-family: Gill Sans MT, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style:italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333399;
	text-decoration: none;
	width: auto;
	letter-spacing: 3px;
	padding-left: 20px;
	}

.pageheader {
	font-family: Gill Sans MT, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333399;
	text-decoration: none;
	width: auto;
	letter-spacing: 3px;
	padding-left: 20px;

}
.pagebody {
	font-family: Gill Sans MT, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333399;
	text-decoration: none;
	letter-spacing: normal;
	padding-left: 20px;
	padding-right: 0px;
	}
	
.pagebodyLnk {
	font-family: Gill Sans MT, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333399;
	text-decoration: none;
	letter-spacing: normal;
}
.pagebodyLnk:hover {
	font-family: Gill Sans MT, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333399;
	text-decoration:underline;
	letter-spacing: normal;
}
.tablebody {
	font-family: Gill Sans MT, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333399;
	text-decoration: none;
	letter-spacing: normal;
	padding-left: 0px;
	padding-right: 0px;

}
ul.bodytxt {
	font-family: Gill Sans MT, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333399;
	text-decoration: none;
	width: auto;
	letter-spacing: normal;
	padding-left: 00px;
	padding-right: 0px;
	list-style-type: disc;
	list-style-position: outside;


}
.pagefooter {

	font-family: Gill Sans MT, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333399;
	text-decoration: none;
	width: auto;
	letter-spacing: normal;
	padding-left: 0px;
	padding-right: 0px;
}


.spacer {
	padding-left: 35px;
	padding-top: 35px;
}

BODY{
scrollbar-face-color:#0000ff;
scrollbar-shadow-color:#c6c6ff;
}

.menu_button {
	display:block;
	background-image:url(img/but_off.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:115px;
	height:30px;
	
	font-family: "Gill Sans MT", "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:1px;
	padding-right:1px;
	
}

.menu_button:hover {
	display:block;
	background-image:url(img/but_on.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:115px;
	height:30px;

	font-family: "Gill Sans MT", "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
	text-align:center;
	
	padding-top:5px;
	padding-bottom:0px;
	padding-left:1px;
}

