@CHARSET "UTF-8";

html {
	min-height:100%;
	_height:100%;
}
body {
   /*font-family: Verdana, "Geneva CE", lucida, sans-serif;*/
	font-family: Arial, sans-serif;
   font-size: 0.8em; /*MSIE 5*/
   fo\nt-size: 0.8em;  
   color: #000000;
   margin: 0px;
   padding: 0px;
	_height:100%;
	text-align:center;
}

.bg-over {  background:#eee; }
.bg-sel { color:yellow; background:#666666; }
