<!--

a:link {
	text-decoration: none;
	color: #00ccff;
	}
a:active {
	text-decoration: none;
	color: #00ccff;
	}
a:visited {
	text-decoration: none; 
	color: #08c7f7;
	} 
a:hover {
	text-decoration: underline; 
	color: #efef10;
	}

body {
	scrollbar-face-color: #58586c;
	scrollbar-highlight-color: #fece02;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: #fece02;
	scrollbar-arrow-color: #5d799f;
	scrollbar-track-color: black;
	margin: 0px;
	}

textarea {
	scrollbar-face-color: #58586c;
	scrollbar-highlight-color: #fece02;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: #fece02;
	scrollbar-arrow-color: #5d799f;
	scrollbar-track-color: black;
	}

td {
	color: white;
	font: 11px verdana, sans-serif;
	background-color:black;
	text-align:left;
	}

select {
	font:12px
	}

.title {
	color:white;
	font:12px verdana, sans-serif;
	margin:0px;
	}

.header {
	color:black;
	font:bold 12px verdana, sans-serif;
	background-color:#5d799f;
	padding:2px;
	padding-left:8px;
	padding-right:8px;
	}

input.button {
	background-color:black;
	border:1px solid #5d799f;
	color:white;
	font:9pt verdana, sans-serif;
	}

table {
	background-color:#5d799f;
	}

.tWidth {
	width:430px;
	}

.side {
	position: relative;
	}

.cut {
	background-color:#5d799f;
	}

a.help {
	font:11px verdana,sans-serif;
	background-color:black;
	padding:1px;
	padding-top:0px;
	}

td.help {
	background-color:#5d799f;
	}

.trans {
	background-color:transparent;
	}

.rightLayer {
	position:absolute;
	top:0px;
	left:13px;
	visibility:hidden;
	filter:blendTrans(duration=0.5);
	}

table.lixL, table.lixR, table.lixS, table.lixB {
	background-color:transparent;
	}

table.lixL a, table.lixR a, table.lixS a, table.lixB a {
	display:block;
	font:12px verdana,sans-serif;
	cursor:hand;
	text-decoration:none;
	color:white;
	border:1px solid black;
	filter:blendTrans(duration=0.5);
	}

/* left lix */

table.lixL {
	position:absolute;
	}

table.lixL a {
	text-align:left;
	background-color:#58586C;
	width:130px;
	border-color:black;
	margin-left:5px;
	}
table.lixL a:link {
	color:white;
	}
table.lixL a:visited {
	color:white;
	}
table.lixL a:hover {
	color:black;
	background-color:#FECE02;
	text-decoration:none;
	}
table.lixL a:active {
	color:white;
	}

/* right lix */

table.lixR a {
	text-align:right;
	background-color:black;
	width:130px;
	border-color:#5d799f;
	}
table.lixR a:link {
	color:white;
	}
table.lixR a:visited {
	color:white;
	}
table.lixR a:hover {
	color:black;
	background-color:#5d799f;
	text-decoration:none;
	}
table.lixR a:active {
	color:white;
	}

/* sub lix */

table.lixS a {
	text-align:right;
	background-color:black;
	width:107px;
	border:none;
	}
table.lixS a:link {
	color:white;
	}
table.lixS a:visited {
	color:white;
	}
table.lixS a:hover {
	color:black;
	background-color:#5d799f;
	text-decoration:none;
	}
table.lixS a:active {
	color:white;
	}

/* back lix */

table.lixB a {
	text-align:right;
	background-color:black;
	width:100%;
	border-color:#5d799f;
	}
table.lixB a:link {
	color:white;
	}
table.lixB a:visited {
	color:white;
	}
table.lixB a:hover {
	color:black;
	background-color:#5d799f;
	text-decoration:none;
	}
table.lixB a:active {
	color:white;
	}

td img {
	vertical-align:bottom;
	}

//--> 