body {
		background-repeat: no-repeat;
		background-color: RGB(144,168,232);
	}

body.bottom {
		background-color: #99CCFF;
	}

body.top {
		background-color: RGB(182,217,255);
}

body.content {
		background-color: #90A8E8;
	}

BODY, TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;

	Color: #000000;
/*	background-color: #99CCFF;*/

	scrollbar-arrow-color:white;
	scrollbar-base-color:#6CF;
	scrollbar-face-color:#69C;

}

A {
	text-decoration: none;
	color: #31639C;
	font-weight : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:Hover {
	text-decoration: underline;
	color: #003163;
}

.text{
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #339;
	font-weight : normal;
}

.headline{
	font-size : 16px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #339;
	font-weight : bold;
}

.big {
	font-size : 12px;
}

.small {
	font-size : 8px;
}

#hide {
	top: 0px;
	left: 0px;
	position: absolute;
}


