/* CSS Document */


/*generic*/

html, body {
	margin: 0px; padding: 0px;
	background-color: #ffffff; height:100%;}

p, td, div {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

th {color:#000000; font-weight:bolder; text-align:left;}


/*standard links*/ 
 A:link {  color: #0000FF; text-decoration: none } 
 A:visited { color: #0000FF; text-decoration: none }
 A:hover { color: #FF6600; text-decoration: underline}
 
 
img {
 	border: 0px; margin: 0px; padding: 0px;}
	
form {padding:0px; margin: 0px;
	}
	
select {font-size:small; color: #000033;
	}
	
input {font-size:small; color: #000033;
	}
	
 input:focus, textarea:focus, select:focus {background:#FFFF80;color:black; border:1px solid green;}
 select option {color: #000033;padding-top:4px}
	
h1 {
	font-size: xx-large;
}