body {
	width: 100%;
	height: 100%;
	text-align:center;
	background-color: #ffffff;
/* 
background-image: url(/img/background.gif); 
	background-repeat: repeat-x;
	background-position: left top; 
*/	
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-family: Arial;
}

a:link {font: 9px arial, sans-serif; color: #eeeeee; text-decoration: none;}
a:visited {font: 9px arial, sans-serif; color: #eeeeee; text-decoration: none;}
a:hover {font: 9px arial, sans-serif; color: #ffffff; text-decoration: underline;}
a:active {font: 9px arial, sans-serif; color: #eeeeee; text-decoration: none;}

.border {
	border:1px solid #9f0303;
	width:90%;
	background-color:#81d5f1;
}

.tableh {
	height:100%;
	width:210px;
    border:1px solid black;
	background-color:#FFF;
}

.idb {
	background-color:#81d5f1;
}

.idw {
	background-color:#FFF;
}

