/* CSS Document */

<!--

.iframe {
background:url(back.jpg) transparent fixed no-repeat top left;
background-color: transparent;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #272727;
    scrollbar-shadow-color: #272727;
    scrollbar-highlight-color: #272727;
    scrollbar-3dlight-color: #272727;
    scrollbar-darkshadow-color: #272727;
    scrollbar-track-color: #272727;
    scrollbar-arrow-color: #00FF00;
}

td,th {
	font-family: Arial;
	font-size: 9.5pt;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C0C0C0;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: underline;
	color: #00FF00;
}
.head {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	font-weight:bold;
}
.head-red {
	font-family: Arial;
	font-size: 9pt;
	color: #CC0000;
	font-weight:bold;
}
h2 {
	font-family: Arial;
	font-size: 11.5pt;
	color: #FFFFFF;
	font-weight:bold;
}

#container {
	position	: absolute;
	top			: 10px;
	left		: 10px;
	width		: 590px;
	height		: 400px;
	background	: #272727;
	overflow	: hidden;
	border		: 0px solid #666;
}

#content {
	position	: relative;
	width		: 580px;
	left		: 5px;
}

p {
	font-family: Arial;
	font-size: 9.5pt;
	color: #C0C0C0;
	
}

#scrollArea {
	position	: absolute;
	left		: 620px;
	top			: 10px;
	height		: 400px;
	width		: 15px;
	border		: 1px solid #666;
	overflow	: hidden;
}

#scroller {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background	: #AAA;
	border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;
}
-->

