body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
	background-image: url(images/background.jpg);


}
a:link {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}
select {
	font-size: 10px;
}
textarea {
	font-size: 12px;
}
input {
	font-size: 10px;
}

p {
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
	background-color: #ffffff;
	color: #FF9900;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width:100%;
	text-align: center;
}
.orange {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background-color: #ffffff;
	color: #FF9900;
}
