@import "http://yui.yahooapis.com/2.7.0/build/reset/reset-min.css";
body,html {
	padding:0px;
	margin:0px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:12px;
	color:#827c00;	
	background:#004040;
}
html {
	overflow-y: scroll;
}
.maincontent {
	padding:0px;
}
table {
	border: 0;
	border-collapse: collapse;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
img {
	border:none;
}
img a {
	border:none;
}
a {
	color:#504c00;
	
}
a:hover {
	color:#827c00;
}


h1 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	padding-bottom:10px;
	color:#827c00;
	font-weight:bold;
	font-size:18px;
}

p {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	line-height:18px;
	padding-bottom:20px;
	color:#827c00;
}

ul {
	padding:0px;
	margin-bottom:20px;
}
li {
	list-style:disc inside;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	line-height:18px;
	color:#827c00;
}

