/* CSS Document */

body {
	background-color: #212121;
	/*background-image: url(images/bg_tile.jpg);
	background-repeat: repeat;*/
	margin: 100px 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.copyright {
	font-size: 9px;
	color: #666;
}
#wrapper {
	width: 600px;
	margin: 0 auto;
}
#content {
	width: 600px;
}
.header {
	font-family: "Trebuchet MS", "Lucida Grande";
	font-size: 14px;
	color: #A3AF46;
	margin: 20px 0;
	border-bottom: 1px dotted #A3AF46;
}
.subheader {
	margin: 10px 0;
	font-weight: bold;
	color: #A3AF46;
}
#footer {
	margin: 20px 0;
	padding: 5px 0;
	border-top: 1px dotted #A3AF46;
	color: #666;
}
table.samples {
	border: 1px solid #121212;
}
th {
	background-color: #121212;
	color: #704304;
	font-weight: normal;
}
tr.odd {
	background-color: #292929;
}
tr.even {
	background-color: #303030;
}

/* ================ LINKS ================ */
a:link {
	color: #CCC;
	text-decoration: none;
}
a:hover, a:active {
	color: #CC9900;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a.download { /* DOWNLOAD button */
	display: block;
    width: 16px;
    height: 16px;
    background: url(images/download.gif) no-repeat;
}
a:hover.download {
    background-position: -16px 0;
}
/* ================ end LINKS ================ */
