body {
	background-image: url(../images/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000033;
	scrollbar-3d-light-color:#FFFFFF; 
	scrollbar-arrow-color:#000033; 
	scrollbar-base-color:#060A27; 
	scrollbar-dark-shadow-color:#313B90; 
	scrollbar-face-color:#77A5D3;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#737AAF;
}
.headline {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 13px;
}
.text {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 13px;
}
.text a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.text a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.text a:hover {
	color: #CE4C17;
	text-decoration: none;
}
.text a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.text_blue {
	color: #000033;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 13px;
}
.text_blue a:link {
	color: #000033;
	text-decoration: underline;
}
.text_blue a:visited {
	color: #000033;
	text-decoration: underline;
}
.text_blue a:hover {
	color: #CE4C17;
	text-decoration: none;
}
.text_blue a:active {
	color: #000033;
	text-decoration: none;
}