/* CSS Document */

body{
	background-image:url(../images/gradient-yellow.gif);
	background-attachment:fixed;
	background-repeat: repeat;
}

a:link, a:visited, a:hover {
	color: #E0922F;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #E0922F;
	background-color: #FFFFFF;
}

.navtext {
	width:100px;
	font-size:10pt;
	layer-background-color:#FFF6D9;
	color:#937E3E;
	border: 0px none;
	font-weight: bold;
	padding: 0px;
}

.headertext {
	font-size:11pt;
	color:#937E3E;
	border: 0px none;
	font-weight: bold;
}
.headline {
	font-size:14pt;
	color:#937E3E;
	border: 0px none;
	font-weight: bold;
}
img {
	vertical-align: top;
	}