ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}
body {
	margin: 0px;
	font-family:Arial, Helvetica;
	background-color: #fff;
	color:#3C000F;
	font-size:13px;
}
#loginForm a {
	text-decoration:none;
}
#loginForm a:hover {
	text-decoration:underline;
}

fieldset {
	position:relative;
	padding:12px;
	top:10px;
	background-color:#FDEEE7;
	border:1px solid #aaa;
}

legend {
	position: absolute;
	top: -10px;
	left: 5px;
	font-size:18px;
	font-weight:bold;
}

ul {
	padding-left:20px;
	line-height:20px;
}