* {
	margin					: 0;
	padding					: 0;
	border					: none;
	}

body {
	background-color		: #333333;
	color					: #8F8F8F;
	font-family				: tahoma;
	font-size				: 8pt;
	margin					: 10px;
	}

a {
	color					: #AFAFAF;
	text-decoration			: none;
	font-weight				: bold;
	}

h2 {
	font-size				: 12pt;
	font-weight				: normal;
	}

ul {
	list-style				: none;
	}

ul li {
	padding-left			: 10px;
	}

a:hover {
	color					: #FFFFFF;
	}

div.pageWrapper {
	
	}

div.headerWrapper {
	height					: 130px;
	background-image: url(/top2.png);
	background-repeat: no-repeat;
	}

div.headerWrapper:hover {
	}

table.contentWrapper {
	width					: 100%;
	background-color		: #3F3F3F;
	}

td.contentLeft {
	width					: 200px;
	vertical-align			: top;
	}

td.contentRight {
	margin-left				: 200px;
	}

div.footerWrapper {
	height					: 130px;
	}

table.linkLists {
	table-layout			: fixed;
	}

table.linkLists td {
	padding-top				: 10px;
	padding-bottom			: 10px;
	vertical-align			: top;
	width					: 300px;
	}

div.footerWrapper p {
	text-align			: right;
	}
