body {
	margin:0px 0; 
	padding:0;
	background-color: #ffffff;
	scrollbar-face-color: #000099;
 	scrollbar-highlight-color: #CCCCCC;
 	scrollbar-shadow-color: #FFFFFF;
 	scrollbar-3dlight-color: #FFFFFF;
 	scrollbar-arrow-color: #bed9ed;
 	scrollbar-track-color: #ffffff;
 	scrollbar-darkshadow-color: #ffffff;
}
a:link{
	color: #f07436; 
	text-decoration:underline;
}
a:visited {
	color: #d46819; 
	text-decoration:underline;
}
a:hover 	{
	color: #bde664; 
	text-decoration: overline underline;
}
a:active {
	color: #f07436;
	text-decoration:underline;
}
color {
	orange: #f07436;
	yellow: #f4ed7b;
	light blue: #a3dde1;
	light green: #bde664;
	dark blue: #8498cd;
	lavender: #b872b1;
}

td img {display: block;}

td p {
	font-size : 12px;
	font-family : "lucida grande",tahoma,sans-serif;
	color : #000000;
	font-weight : normal;
	font-style : normal;
}	

h4 {
	font-size : 12px;
	font-family : "lucida grande",tahoma,sans-serif;
	font-weight : bold;
	font-style : normal;
	line-height : 14pt;
	color : #ff882a;
	text-align: left;
}			

.bold {
	font-size : 12px;
	font-family : "lucida grande",tahoma,sans-serif;
	color : #333333;
	font-weight : bold;
	font-style : normal;
}	
input {
  font-family:courier;
  border: 1pt solid #ff882a; 
}  
input.none {
  border: none;
 }  


