body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	scrollbar-3d-light-color:#197834;
    scrollbar-arrow-color:#999999;
    scrollbar-base-color:#ffffff;
    scrollbar-dark-shadow-color:#197834;
    scrollbar-face-color:#0000A0; 
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color:#0000cc;
}

.address {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 12px;
	text-decoration:none		
}
.address:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight:bold;	
	line-height: 12px;
	color:#FFFF00;
	text-decoration:none	
}
.welcome {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
.title:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	background-color:#000000;	
}
.text {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	font-weight:normal;
}
/*
.text:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ffffff;
	background-color:#000000;
	font-weight:normal;
	text-decoration:none;
}
*/

.textsmall{
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	font-weight:normal;
}
.textsmall:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #ffffff;
	background-color:#000000;
	font-weight:normal;
	text-decoration:none;
}

.titlew {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.textw {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ffffff;
}

H1 {
	font-family: "Trebuchet MS";
	font-size: 34px;
	font-weight: bold;
	color: #ffffff;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color:#CCCCCC;
	text-decoration:none
}
.footer:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color:#0000A0;
	text-decoration:none
}
.footernav {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color:#CCCCCC;
	text-decoration:none
}
.footernav:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color:#0000A0;
	text-decoration:none
}
.guestHd {font-family : Arial, Helvetica, sans-serif;
		padding-top: 20px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 50px;
		font-weight: bold;
		font-size : 13px;
		color:#003399;
	}
.guestBdy {font-family : Arial, Helvetica, sans-serif;
		font-style: italic;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-right: 24px;
		font-weight: normal;
		font-size: 12px;
		color:#003399;
	}		
	
.menubut
{
	display:block;
background-image:url(img/new_but.gif);
background-position:center;
background-repeat:no-repeat;
width:168px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 13px;
	text-align:left;
	color: #000000;
	padding-left:6px;
	text-decoration:none;
	line-height:23px;
}

.menubut:hover
{
background-image:url(img/new_but_on.gif);
background-position:center;
background-repeat:no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	padding-left:7px;
	text-decoration:none;
	line-height:23px;
	
}
.right {
	float: right;
	padding: 20px 0 20px 20px;
	border: 0px
}
.right2 {
	float: right;
	padding: 0px 0px 0px 10px;
	border: 0px
}
.left {
	float: left;
	padding: 20px 0 20px 20px;
	border: 0px
}