@charset "utf-8";
/* CSS Document */

table
{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

th
{
	background-color:#394c59;
	color:white;
}


.altRow
{
	background-color:#eaeaea;
}

td
{
	vertical-align:top;
}

#footer
{
	font-size:12px;
	font-style:italic;
	text-align:center;
}

#footer a
{
	font-style:normal;
	margin-right:5px;
	margin-left:5px;
}

table.listWrapper
{
	margin-bottom: 30px;
}


br
{
	clear: left;
}

ol
{
	width:30em;
	
}

li.list
{
	float:left;
	width:10em;
	list-style:none;
}
