body
{
	font-family: "Bitstream Vera Sans", Verdana, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

div.header
{
	background-color: #00AAFF;
	background-image: url(tile.png);
	border-bottom: 2px solid #0088CC;
	border-collapse: collapse;
	border-top: 2px solid #0088CC;
	color: black;
	margin: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}

div.list
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
	width: 800px;
}

table
{
	border-collapse: collapse;
	border: 0;
	width: 100%;
}

table thead
{
	background-color: #00AAFF;
	background-image: url(tile.png);
	color: black;
}

th
{
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	color: white;
	padding: 10px;
	text-align: center;
}

th.title
{
	text-align: left;
}

th.border-left
{
	border-left: 1px solid black;
}

th.border-right
{
	border-right: 1px solid black;
}

tbody.hoverIt tr:hover
{
	background-color: #EEEEEE;
	color: black;
}

td
{
	border-bottom: 1px solid #eeeeee;
	padding: 4px;
}

td.border-left
{
	border-left: 1px solid #eeeeee;
}

td.border-right
{
	border-right: 1px solid #eeeeee;
}

td.number, td.year
{
	text-align: center;
}

div.links
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
	width: 400px;
}

div.links ul
{
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.links li
{
	margin-bottom: 5px;
}

div.footer
{
	background-color: #00AAFF;
	background-image: url(tile.png);
	border-top: 2px solid #0088CC;
	bottom: 0;
	color: white;
	font-weight: bold;
	margin-top: 17px;
	padding-bottom: 9px;
	padding-top: 9px;
	text-align: center;
	width: 100%;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus
{
	color: black;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a.mail:link,
a.mail:visited,
a.mail:hover,
a.mail:active,
a.mail:focus
{
	color: white;
	text-decoration: none;
}

a.mail:hover
{
	font-style: italic;
	text-decoration: none;
}

div.back
{
	float: left;
	font-size: 14px;
	margin: 5px;
	text-decoration: none;
}

a.back
{
	color: #999999;
	text-decoration: none;
}

a.back:hover
{
	font-weight: bold;
}


