body {
	background: #FFFFFF;
	margin: 0px;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #006699;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {	
	text-decoration: none;
}
.link-white {
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.link-white:hover {
	text-decoration: underline;
}
.blue-text {
	font-size: 11px;
	color: #006699;
	font-weight: normal;
}
.link-blue {
	font-size: 11px;
	color: #006699;
	font-weight: normal;
	text-decoration: underline;
}
.link-blue:hover {
	text-decoration: none;
}
.brown-text {
	color: #660000;
	font-size: 11px;
}
.link-brown {
	font-size: 11px;
	color: #660000;
	font-weight: normal;
	text-decoration: underline;
	line-height:1.5em;
}
.link-brown:hover {
	text-decoration: none;
}
.link-white2 {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.link-white2:hover {
	text-decoration: none;
}
.link-white2:visited {
	text-decoration: none;
}

.img-border {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #a9a9a9;
}

img.banner {
	margin: auto;
	display:block;
	clear:both;
}

a.resv {
display: block;
width: 112px;
height: 37px;
background: url("images/resv.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.resv {
background-position: 0 -37px;
}
.alt {
display:none;
}
h2 {
	font-size: 1.4em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0;
}
table.maintbl {
	background-image:url('images/bg-blue-grad.jpg');
}
table.menu {
	background-image:url('images/bg-menu.gif');
}
table.menu td {
	padding-left: 4px;
	padding-right: 4px;
}
table.menu a {
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
table.menu a:hover {
	text-decoration: underline;
}
.copyright {
	width:780px;
	background-color:#EBD1C2;
	margin: auto;
}