nav. {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #CC3300;
	padding: 5px;
}
.title_link {
	font-family: Tahoma;
	font-size: 24px;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	color: #9CDB5A;
	text-decoration: none;
}

p {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 1em;
font-weight: normal;
color: #4c4c4c;
}

h1 {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 2em;
font-weight: normal;
color: #9CDB5A;
text-align: center;
}

h2 {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: normal;
color: #4c4c4c;
}
h3 {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: normal;
color: #4c4c4c;
text-align: center;
}

h4 {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: normal;
color: #4c4c4c;
}


UL {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 1em;
font-weight: normal;
color: #4c4c4c;
}
LI {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 1em;
font-weight: normal;
color: #4c4c4c;
align: left;
}
TABLE {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: 1em;
font-weight: normal;
color: #4c4c4c;
align: left;
}

.address {
font-family:  Arial, Verdana, Helvetica, sans-serif;
font-size: .7em;
font-weight: normal;
color: #4c4c4c;
text-align:center;
}

.nav {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 748px;
	height: 24px;
	color: #4c4c4c;
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	clear: both;
	border: 1;
	
}
a:link, a:visited {
color: #4c4c4c;
text-decoration: none;
}
a:active, a:hover {
color: #9CDB5A;
text-decoration: underline;
}
.nav a:link, .nav a:visited {
color: #4c4c4c;
text-decoration: none;
}

.nav a:active, .nav a:hover {
color: #9CDB5A;
text-decoration: underline;
}

.background {
	background-image: url(../images/sky.jpg);
	background-repeat: repeat-x; 
}