
html{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	}
body{
	scrollbar-face-color: #FBDD97;
	scrollbar-track-color: #FBDD97; 
	scrollbar-highlight-color: #F5873C; 
	scrollbar-3dlight-color: #FBDD97; 
	scrollbar-arrow-color: #F5873C; 
	scrollbar-shadow-color: #F5873C; 
	scrollbar-darkshadow-color: #FBDD97;
	padding:0px;
	margin:0px;
	background:#FBDD97;	
	overflow:auto;
	text-align:center;
}

#container {

width: 960px;
margin: 0px auto;
text-align: left;
position: relative;
height: 100%;
}

a,p,td,th,h1,h2,h3,h4,h5,h6,ol,ul,pre,code{
	font-family:Verdana;
}
a,a:active,a:hover,a:visited{
	text-decoration:none;
	color:#0000FF;
}
a:hover{
	text-decoration:underline;
}
.button,.button:visited,.button:active,.button:hover{
	text-decoration:none;
	text-align:center;
	width:120px;
	height:18px;
	font:bold 11px/18px Verdana;
	color:#FFF;
	background:#283483;
	/*border:solid 1px #273483;*/
}
.button:hover{
	color:#F8AF40;F;
}
.label{
	font:normal 11px Verdana;
	color:#000;
}