@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: justify;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(images/iframe.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link {
	color: #FAA942;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #882422;
}
a:active {
	text-decoration: none;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: justify;
}
.bolds {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.bolds2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: FAA942;
	font-weight: bold;
}
div.scroll {
	height: 275px;
	width: 429px;
	overflow-x: hidden;
	overflow-y: auto;
}