   html { overflow-x: auto; } 
   body {
	font-family: sans-serif,Garamond,Palatino,serif;
	font-size: 10px;
	color : #000000; 
	background-color : #000000; 
	margin : 0px 5px;
	background-image:url();
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top; 
	} 
	
#container
{
	width: 800px;
	margin: 7px auto;
	background: white;
	border-top: 1 px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}
fieldset
{
	margin: 10px 10px 10px 0px;
	padding:5px;
	width:460px;
	overflow:hidden;
	background-image: url(../../../images/topbar.jpg);
	background-repeat:no-repeat;
	background-position: 0px 11px -1px 0px; 
	border-top: 1px solid #000000;;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
fieldset legend
{
	margin-left: 12px ;
	margin-top: 0px;
	padding:0px;
	position:absolute;
	top: 1 px;
	font-size:medium;
	font-weight:bold;
	color: #ffffff;
	
}


   A {color: #0066CC; text-decoration: underline;}
   A:hover {color: #F56655; text-decoration: underline;} 
   button {
	background-color: #FFFFFF;
	font-size: 10px;
	cursor: hand;}
   .sideboxhead {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-width: thin;
	border-top-color: #999999;}
   .sidebox {
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;}
	
	.sidebox2 {
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: #999999;
	}

