A:link,A:visited,A:active {
					font-family: arial,verdana; 
					font-size: 13px; 
					color:#ffffff; 
					font-weight: bold; 
					text-decoration: none
}


td {					
					font-family: arial,verdana; 
					color: #FFFFFF; 
					font-size: 10px; 
}
td.dotted      {
					font-family: arial,verdana; 
					color: #FFFFFF; 
					font-size: 10px; 
					background-position: bottom; 
					background-image: url('images/dotted.gif'); 
					background-repeat: no-repeat;
}

INPUT, TEXTAREA, SELECT {
        font-family: arial,verdana;
        font-size: 10px;
        background: #F0EEEA;
        color: #6C6454;
        border: solid #6C6454 1px;
}

#idList {
	margin: 0;
	padding: 0;
	
}
 
#idList li {
	display: block;
	margin: 0;
	padding: 4px;
	width: 200px;
	background: #333;
	color: #888;
}