html, body, form, fieldset{
	margin: 0px;
	padding: 0px;
}

html{
	color: #333333;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif !important;
	font-size: 100%;
	line-height: 1.5;
}

body{
	text-align: center;
	background-color: #f4f4f4;
	font-size: 75%;
	text-shadow: 0px 1px 0px #ffffff;
}

a, a:active, a:visited, a:link{
	color: #003399;
	text-decoration: underline;
}

a:hover{
	color: #000000;
} 
