@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
body {
	background-color: #000000;
	margin: 0px;
}
.menu {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.menu a:link {
	color: #febc49;
	font-weight: bold;
	text-decoration: none;
	
}
.menu a:visited {
	color: #febc49;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	color: #ff683a;
	font-weight: bold;
	text-decoration: none;
}
.menu a:active {
	color: #febc49;
	font-weight: bold;
	text-decoration: none;
}

.main {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.main a:link {
	color: #febc49;
	text-decoration: underline;
}
.main a:visited {
	color: #febc49;
	text-decoration: underline;
}
.main a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.main a:active {
	color: #febc49;
	text-decoration: underline;
}

.title {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.credit {
	color: #cecece;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.credit a:link {
	color: #02638c;
	text-decoration: underline;
}
.credit a:visited {
	color: #02638c;
	text-decoration: underline;
}
.credit a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.credit a:active {
	color: #02638c;
	text-decoration: underline;
}

table.maintable td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
}

table.innertable {
	padding: 5px 5px 5px 5px;
	background-color: #000000;

}

td.transparent {
    padding: 6px;
    background-color: transparent;
 }

td.black {
    padding: 6px;
    background-color: #000000;
 }

td.bgnorepeat {
    background-repeat: no-repeat;
 }

img.thinborder {
border: 1px solid #444444;
}

img.thickborder {
border: 3px solid #febc49;
}


-->
</style>

