body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #444A52;
}
a:link, a:visited, a:active, a:hover {
	color: #6c8248;
}
a:link {
	color: #999999;
}
a:visited {
	color: #6c8248;
}
a:active, a:hover {
	font-weight: bold;
	color: #b2c495;
}
a img {
    border: none;
}
ul {
	margin: 6px;
	padding: 0px;
	margin-left: 20px;
}
li {
	list-style: disc;
	margin: 0px;
	padding: 0px;
}
.floatright {
	float: right;
	margin: 6px;
}
.texttab {
	margin-left: 66px;
}
.clear {
	clear: both;
}
#root {
	width: 980px;
	margin: auto;
	padding: 0px;
	background: #222529;
}
#qtroot {
	width: 741px;
	margin: auto;
	padding: 0px;
	background: #222529;
}
#qt640root {
	width: 661px;
	margin: auto;
	padding: 0px;
	background: #222529;
}

#topline {
	border-bottom: 1px solid #65676A;
}
#bottomline {
	border-top: 1px solid #65676A;
}
#topleft {
	background-image: url(images/corner_topleft.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 34px;
	padding: 0px;
	padding-left: 30px;
	float: left;
}
#topright {
	background-image: url(images/corner_topright.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 34px;
	padding: 0px;
	padding-right: 20px;
	float: right;
}
#bottomleft {
	background-image: url(images/corner_bottomleft.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 34px;
	padding: 0px;
	padding-left: 20px;
	float: left;
}
#bottomright {
	background-image: url(images/corner_bottomright.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 34px;
	padding: 0px;
	padding-right: 20px;
	float: right;
}
#copyright {
	color: #b1b1b1;
	padding: 2px;
	text-align: center;
	margin-top: 10px;
	margin-left: 33%;
	float: left;
}
#copyrightqt {
	color: #b1b1b1;
	padding: 2px;
	text-align: center;
	margin-top: 10px;
	margin-left: 26%;
	float: left;
}

#banner {
	height: 408px;
	border-bottom: 1px solid #65676A;
	background: black;
}
#qtbanner {
	height: 405px;
	border-bottom: 1px solid #65676A;
	background: black;
}
#listbanner {
	border-bottom: 1px solid #65676A;
	background: #181a1d;
	color: #999999;
	font-size: 11px;
	padding: 20px;
}
#qt640banner {
	height: 401px;
	border-bottom: 1px solid #65676A;
	background: black;
}
#separator {
	height: 1px;
	background: #65676A;
}
#content {
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	background: #44464A url(images/main_bg.gif) repeat-x;
}
#qtcontent {
	width: 721px;
	padding-left: 10px;
	padding-right: 10px;
	background: #44464A url(images/main_bg.gif) repeat-x;
}
#qt640content {
	width: 641px;
	padding-left: 10px;
	padding-right: 10px;
	background: #44464A url(images/main_bg.gif) repeat-x;
}
#links {
	width: 180px;
   float: left;
}
#middle {
   float: left;
   background: #181a1d;
	border-left: 8px solid #222529;
	
}
#middleinner {
	float: left;
	border-left: 1px solid #000000;
	
}
#middletext {
   float: left;
	background: #222529;
	width: 755px;
	padding: 8px;
}

#textborder {
	background: #1c1e21;
	border: 2px solid #393b3f;
	padding: 0px;
	
}

a.newspages, a.newspages:hover {
	font-weight: bold;
	color:#333333;
}
.imagesleft, .imagesright {
	display:block;
	float: left;
}
.imagescontent {
	padding-bottom: 3px;
}
.imagesleft {
	width: 190px;
}
.imagesright {
	text-align: right;
	width: 80px;
}
.imagestitle {
	font-weight: bold;
}
.imagesbuttons {
	width: 20px;
	display:block;
	float: right;
	margin: 0px;
	margin-bottom: 3px;
}

#menutitle {
	display:block;
	text-align:right;
	text-decoration:none;
	width: 168px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 8px;
	background-color:#111214;
	color: #595a5b;
	padding: 6px;
}
#menu {
	width: 180px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 8px;
}

a.block, a.blockover {
	display:block;
	text-align:left;
	text-decoration:none;
   width:159px;
	padding: 6px 0px 6px 16px;
	margin-top: 7px;
	background-image: url(images/menu_left.gif);
	background-repeat: no-repeat;
}

a.block {
	color: #858585;
	background-color:#303134;
	border-right: 5px solid #666666;
}

a.block:hover {
	color: #c5c5c5;
	background-color:#37383b;
	border-right: 5px solid #999999;
}

a.blockover {
	color:#111111;
	background-color: #585a61;
	border-right: 5px solid #6c8248;
}

#contenttitle {
	display:block;
	text-align:left;
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
	background-color:#111214;
	color: #6c8248;
	padding: 6px;
}

#contenttext {
	font-size: 11px;
	padding: 6px;
	color: #777777;
}

.contenttext {
	font-size: 11px;
	padding: 6px;
	color: #777777;
}
.textbold {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.textgreenbold {
	font-size: 13px;
	font-weight: bold;
	color: #6c8248;
}
.contentbold {
	font-weight: bold;
	color: #888888;
}
.textgraybold {
	font-weight: bold;
	color: #444444;
}
.textitalic {
	font-style: italic;
}
.textbright {
	color: #CCCCCC;
}
.textred {
	color: #FF9999;
}
a.downloadtext {
	font-size: 13px;
	font-weight: bold;
	color: #6c8248;
}
a.downloadtext:hover {
	font-size: 13px;
	font-weight: bold;
	color: #b2c495;
}
