.table {
	border: 4px solid #FADE11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.navs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FADE11;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FADE11;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FADE11;
	background-color: #FADE11;
}
.side {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FADE11;
}
#textscroll2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF
	float: left;
	height: 450px;
	width: 500px;
	padding:10px;
	overflow: scroll;
}
#textscroll1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
	float: left;
	height: 380px;
	width: 320px;
	padding:15px;
	overflow: scroll;
	color: #000000;
}
.circle {
	background-image: url(images/circle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.white {
	background-color: #FFFFFF;
}

