/*--- general ---*/
body {
	color: #000;
	font-family: san-serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	background: #FFF none;
	background-image: none;
}
h1 { font-family:  Arial, sans-serif; }
h1 { font-size: 190%; color: #000; font-weight: normal;}
h2 { font-size: 120%; color: #000; margin-bottom: 10px; text-transform: uppercase; }
h3 { font-size: 110%; color: #000; margin-bottom: 10px; text-transform: uppercase; }
h4 { font-size: 100%; margin-bottom: 5px; padding-top: 5px;}
p { margin-bottom: 10px; line-height: 130%; }

a, a:visited {
	color: #0076BC;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a img { border: none; }
.clear { clear: both; }
table { 
	width:auto;
	font-family: san-serif;
}
tr { 	background: #FFF; }
th { 
	background: silver; 
	color:#000; 
}
td { 
	border:1px solid #666;
}
/*---------------------------------------------------------------------- LAYOUT---*/
#all {
	width: auto;
	margin: 0;
	text-align: left; /* IE5.X workaround */
	background :#FFF; 
}
#top {	
	display: none;
}
#main {
	width: auto;
	padding-bottom: 10px;
	background : none ; 
}
#left {
	display: none;
}
#content {
	width:auto;
	float: none;
}
#header {
	width:auto;
	min-height: 20px; _height:20px;
	background: none ;
}
#header h1 {  
	padding-top: 0px; 
	padding-left: 10px; 
	background: none;
}
#footer {	
	width: auto; 
	clear: both;
	margin-bottom:0px;
	color:#000;	
	border-top: 1px solid #000; 
	border-bottom: none;
} 


