body {
	background color: #FFFFFF; 
	font-family: arial; 
	font-size: 12px;
	background: #ffffff url(images/bg.png) repeat;
}

a:link {color: #FF0000; text-decoration : underline;}
a:active {color: #FF6666; text-decoration : underline;}
a:visited {color: #FF0000; text-decoration : underline;}
a:hover {color: #FF6666; text-decoration : underline;}

td {
	font-family: arial;
	font-size: 12px;
}

#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#innercontent {
	width: 575px;
	margin-left: auto;
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-left: solid 6px #C0C0C0;
	border-right: solid 6px #C0C0C0;
	border-top: solid 6px #C0C0C0;
	border-bottom: solid 6px #C0C0C0;
	background: #FFFFFF;
}

#innercontent h4 {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: #C0C0C0;
	border: 1px solid #000000;
}

#innercontent h5 {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: #C0C0C0;
	border: 1px solid #000000;	
}

#innercontent span {
	align: center;
}
		
#innercontent a:link.big {
	font-size: 15px;
	text-transform: uppercase; 
}

#innercontent .maps {
	font-size: 15px;
}

#innercontent hr {
	line-style: 2px dashed #C0C0C0;
}

#logo {
	width: 100%;
	text-align: center;
}

#links {
	width: 100%;
	text-align: center;
}

td.hdr {
	font-family: verdana; 
	font-size: .7em;
	background-image: url('buttons/bg.gif');

