@import url(reset.css);

body {
	position: absolute;
	margin-left: 40px;
	padding-top: 20px;
	width: 705px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333;
}

p {
	padding: 0.2em 0;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: blue;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}

a:visited {
	color: blue;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}

a:hover {
	color: blue;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}

a:active {
	color: blue;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}

li {
	font-size:11px;
}

li.selected img {
	position: absolute;
	left: 10px;
	padding: 2px 4px 0 0;
}

table {
	border-style: solid;
	border-color: black;
	background-color: white;
	border-width: 1px 0 0px 0px;
	margin-top: 20px;
	height: auto;
	width: 700px;
}

div#container {
	position: relative;
	float: left;
	display: inline;
	top: -3px;
	background: #fff;
	height: 450px;
}
