/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#E6E6E6;
	color:#999999;
}
p, td, li {
	color:#999999;
	font-family:"Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color:#999999;
}
a:hover {
	text-decoration: underline;
	color: #888888;
}
#form {
	text-align:center;
}

