* {
	margin: 0px;
	padding: 0px;
}
html {
height:100%;
background: #91A8CA;
}
body {
	font-family: Lucida Grande,Lucida Grande CE,Verdana,Helvetica,Arial;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
input {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #ff9900;
	padding: 2px;
	margin-top: 5px;
}
h1 {
	color: #996600;
	font-size: 28px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: 400;
	line-height: 35px;
}
h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
h5 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
hr {
	color: #000000;
}
textarea {
	color: #000000;
	border: 1px solid #ff9900;
	background-color: #ffffff;
	overflow: auto;
	padding: 2px;
	font-size: 12px;
	margin-top: 5px;
}
p.bodytext {
	margin-bottom: 10px;
}
ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
li {
}

