body {
	background-color:#FFFFFF;
	background-image: url("../interface/back.gif") ;
    background-position: top center;
	scrollbar-face-color:#FAAE29;
	scrollbar-shadow-color:#FFF4E6;
	scrollbar-highlight-color:#FFF4E6;
	scrollbar-3dlight-color:#FFF4E6;
	scrollbar-darkshadow-color:#FFF4E6;
	scrollbar-track-color:#FFF4E6;
	scrollbar-arrow-color:#FFF4E6;
}

p,ul,li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #124F73;
}

h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #124F73;
}

.justify {
	text-align:justify;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.bold {
	font-weight:bold;
}

#red {
	font-weight:bold;
	color: #FF0000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

a:link       { text-decoration:none; color:#C35925; }
a:visited    { text-decoration:none; color:#C35925; }
a:active     { text-decoration:none; color:#C35925; }
a:hover      { text-decoration:underline; color:#A84B1D; }

#text { 
	width: 480px; 
	height: 200px; 
	background-color: white;
	background: url(../interface/spacer.gif);
	background-attachment: inherit;
	overflow: auto;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top: none;
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #0E2152;
}

#counter { z-index:200; visibility:hidden; position:absolute; }

