html {
	background:#fff;
	font-family:"Bitstream Vera Sans","Lucida Grande","Lucida Sans Unicode",Lucidux,Verdana,Lucida,sans-serif;
}

body {
	padding: 0em 0.5em 0.5em 0.5em;
}

#header {
	top: 10px;
	width: 100%;
	height: 64px;
	background-image: url('/static/banner_filler.png');
	background-repeat: repeat-x;
}

#headerLeft {
	float: Left;
}

#headerRight {
	float: Right;
}

	
tr.e {
	background:#f4f4f4;
}
	
th,td {
	padding:0.1em 0.5em;
}

th {
	text-align:left;
	font-weight:bold;
	background:#eee;
	border-bottom:1px solid #aaa;
}

#list {
	border:1px solid #aaa;
	width:100%;
}

a {
	color:#a33;
}

a:hover {
	color:#e33;
}


div.footer {
	background: #f4f4f4;	
	border-top: 1px solid #ddd;
	border-left: 0px;
	border-right: 0px;
	color: #a33;
	text-align: center;
	font-size: 8pt;
	bottom: 1em;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0em 0em 0em 0em;
}


