body {
	background-color: #FFFFFF;
	background-image: url(img/banner1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px
}

a:link{
	color: #ffffff; text-decoration: none;
}
a:visited{
	color: #ffffff; text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #ffffff;
}
a:active{
	color: #00369a;
	text-decoration: underline;
}

#text {
	text-align: right;
	color: #ffffff;
	font-family: Verdana;
	font-weight: none;
	font-size: 11px;
}

#text2 {
	text-align: center;
	color: #000000;
	font-family: Verdana;
	font-weight: none;
	font-size: 11px;
}

#topic {
	text-align: center;
	color: #00a1f0;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}