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

body {
	margin: 0px;
	margin-bottom: 10px;
	background-color: #000000;
	background-image: url('gfx/back.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

* {
	color: #ffffff;
	font-family: "Trebuchet MS", Arial;
	font-size: 9pt;
}

strong {
	font-size: 10pt;
	font-weight: bold;
}

td {
	vertical-align: top;
	background-color: #231f20;
}

img {
	border: 0px;
}

td.menu {
	text-align: right;
	padding-right: 85px;
	padding-bottom: 20px;
}

img.menu {
	margin-top: 15px;
}

td.content {
	text-align: left;
	padding-right: 25px;
	padding-bottom: 20px;
}

a.link:hover, a.caselink:hover	 {
	color: #7ac142;
}