body {
	margin: 30 30;
}
body, p, td, li, input {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #999999;
}
p, h1, h2, h3 {
	margin : 10 0;
}
h1, h2, h3 {
	font-family: Georgia, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #CDD00A;
	font-weight : bold;
	text-transform: uppercase;
}

li {
	list-style-position: outside;
	margin-left : -25px;
	list-style-type: square;
	padding : 2 0;
}
ul {
	margin-bottom : 0;
	margin-top : 0;
}
a {
	text-decoration : underline;
	color : #999999;
}
a:hover {
	text-decoration : none;
	color : #CDD00A;
}
input.text {
	color : #C2C2C2;
	border : 1 solid #999999;
	padding : 0 5;
	width : 150;
	height : 21;
}