body {
	margin-top: 2px;
	font-family: Verdana,sans-serif,helvetica;
	font-size: 11px;
	background-color: #576C73;
}

/* This removes borders form images when they are hyperlinks...in case we forget to remove them with border="0" in the img tag */
img {
	border: 0px;
}

a:link,a:visited { text-decoration: none; color: #3333CC;}
a:hover { text-decoration: underline; }

p { line-height: 13px;}

textarea,input,select{
	font-size: 11px;
}

p {padding-left: 6px;}