html, body {
	scrollbar-face-color: #ffffcc; 
	scrollbar-highlight-color: #000000; 
	scrollbar-shadow-color: #000000; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #fdfacf; 
	scrollbar-darkshadow-color: #000000;
	margin-top: 5;
	padding: 0;
	height: 100%;
}

body {
	font: 13px Arial;
	text-align: center;
	background-color: #fdfacf;
	color: #000000;
}

td {
	font-size: 13px;
	font-family: Arial, sans;
	color: #FFFFFF;
 }

p {margin: 0px; padding: 0px;}

/*
input	{ 
	border-right: #CDD2E5 1px solid; 
	border-top: #CDD2E5 1px solid; 
	border-left: #CDD2E5 1px solid; 
	border-bottom: #CDD2E5 1px solid; 
	background: white; 
	font-size:10px; 
	font-family: verdana;
}

select	{ 
	border-right: #CDD2E5 1px solid; 
	border-top: #CDD2E5 1px solid; 
	border-left: #CDD2E5 1px solid; 
	border-bottom: #CDD2E5 1px solid; 
	background: white; 
	font-size:10px; 
	font-family: verdana;
}

textarea	{ 
	border-right: #CDD2E5 1px solid; 
	border-top: #CDD2E5 1px solid; 
	border-left: #CDD2E5 1px solid; 
	border-bottom: #CDD2E5 1px solid; 
	background: white; 
	font-size:10px; 
	font-family: verdana;
}
*/
img {
	border-color: #FF6D0B;
}

a:link,a:visited { 
	color: #FF6D0B; 
	text-decoration: none; 
}
a:hover { 
	color: #FF6D0B; 
	text-decoration: underline; 
}