@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #47484b;
	background:url(images/dots.jpg);
}

a { color:#FFFFFF;}

a:hover { color:#FFFFFF; cursor: hand; }

.header {
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 63px;
}
.header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-position: right;
	line-height: normal;
	vertical-align: middle;
	text-indent: 5px;
	text-align: right;
	margin-right: 10px;
	font-weight: normal;
}
.bottom-line {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 1px;
}
.bottom-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #999999;
	padding-left: 10px;
}
.mainsection {
	background-color: #FFFFFF;
}
.bottom-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	
}

.bottom-text a {
	text-decoration:none;
	color: #000000;
}

.explanation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	width: 200px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/* Section for Facebox display only */
.boxstyle{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 5px;
}

.boxstyle h1{
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif
}

.boxstyle div.scroll {
	height: 300px;
	width: 600px;
	overflow: auto;
	border: 0px solid #666;
	background-color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
}

.boxstyle a {
	color: #000000;
}

.boxstyle a:hover {
	color: #333333;
}