body {
	font-family: Arial;
	background:#302F2D;
	color: #444444;
	margin: 0;
	}

table{
	font-size:11px;
}
	
a   {
	color:#4F81BD;
	text-decoration:none;
}

a:hover  {
	color:#FB7619;
	text-decoration:underline;
}

hr{
	color:#4F81BD;
	background-color:#4F81BD;
	height: 1px;
	border: 0;
}

img {
	border: 0;
}

fieldset {
	padding: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #bbb;
}

label  {
	display: inline;
	float: left;
	width: 70px;
}

ul {
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
}