body {
	margin: 0;
	padding: 0;
	background-color: #135393 ;
	color: #ffffff ;
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Lucida Grande',	Verdana, Lucida, Geneva, Helvetica,	Arial, sans-serif;
}

div,p {
	position: relative;
	margin: 0;
	padding: 0;
}
#topbg {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 159px;
	background-position: top center;
	background-image: url("g/backgroundup.gif");
}
#pageout {
	width:100%;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #F2E19B;
	background-position: bottom center;
	background-image: url("g/backgrounddown.gif");
	background-repeat: no-repeat;
}

#page {
	position: relative;
	width: 900px;
	height: 731px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	top:0px;
	display:block;
}

a:link, a:visited {
	text-decoration: none;
	color: #ff0000 ;
}
a:hover {
	color: #ff8000 ;
}

.fl { float:left; }
.fr { float:right; }

.clb { clear: both; }
.clr { clear: right; }
.cll { clear: left; }

.fs8 { font-size: 8px; }
.fs8 { font-size: 8px; }
.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs17 { font-size: 17px; }
.fs18 { font-size: 18px; }
.fs19 { font-size: 19px; }
.fs20 { font-size: 20px; }