/* CSS Document */

body {  background-color : #ffffff ;
                font-family : arial ;
		        font-size : 11px ;
		        color : #444 ;
	}
	
	td {
		font-family : arial ;
		font-size : 11px ;
		color : #444 ;
}	

a:link {
	color: #444;
}

a:visited {
  color: #444;
}

a:hover {
	color: #444;
	background-color: #FFFF99
	text-decoration: none;
}

a:active {
	color: #444;
}
	h1, h2, h3, h4, h5, h6 {
		                font-size : 11px ;
		                margin : 0px ;
		                color : #1E6CB5 ;
	}
	
	h1 {
		padding : 5px ;
	}
	
	ul, li {
		margin : 0px ;
		padding : 0px ;
	}
	
	caption {
	        font-family : verdana ;
	        font-size : 16px ;
	        font-weight : bold ;
	        color : #1E6CB5 ;
	}

