body {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #eeeee0;
	background-color: #000;
}

img { border: 0; }

th,
strong { font-weight: bold; }

hr {
	color: #333;
	background-color: #333;
	height: 1px;
	border: 1px;
	margin: 12px 0 24px;
}

#wrapper {
	position: relative;
	width: 800px;
	margin: 40px auto;
	background-color: #000;
}

#header { height: 120px; }

ul.navigation li {
	float: left;
	padding-right: 8px;
}

#content {}

* html #content {}

#content a { 
	color: #fff; 
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#content a:hover {
	color: #000;
	background-color: #fff;
}

#content table.list td,
#content table.list th {
	padding: 2px;
	padding-right: 16px;
}

#content table.clearing td,
#content table.clearing th {
	padding: 2px;
	padding-right: 16px;
}


#content label {
	float: left;
	width: 200px;
}

.msg {
	padding-top: 20px;
	padding-left: 200px;
}

.error { color: #fc0; }

.valid { color: #090;}

.expired { color: #900; }

.unknown { color: #999; }

.rest { color: #666; }

.readonly { 
	color: #fff;
	background-color: #000;
}

#content a.logos {
	display: block;
	width: 200px;
	height: 220px;
	float: left;
	text-decoration: none;
	border-bottom: 0px;
	background-color: transparent;
	font-size: 13px;
	line-height: 17px;
}

#content a.finq-link:hover,
#content a.logos:hover {
	text-decoration: none;
	border-bottom: 0px;
	color: #fc0;
	background-color: transparent;
	
}

#content a.finq-link img {
	float: left;
	margin-right: 12px;
}

#content a.finq-link {
	font-size: 13px;
	line-height: 17px;
}


/*
#content li {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 12px;
	text-indent: -12px;
}
*/
.mininav {
	float: right;
}

.clearer {
	clear: both;
}

#content .mininav a.news {
	color: #fc0;
	border-bottom: 1px solid #fc0;
}

#content .mininav a.news:hover {
	color: #000;
	background-color: #fc0;
}

/* === START CLEARFIX === */

.clearfix:after {
/*    content: ".";*/
    display: block;
    height: 0;
/*    clear: both;*/
/*    visibility: hidden;*/
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* === END CLEARFIX === */
