/* CSS Document */

/* Body Style */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9A00;
}
a:link {
	text-decoration: none; 
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}

/* Form Styles */
form {
float:right;
font-size: 9px;
}

input {
background-color: #ECE9D8;
color: #000000;
border: 1px solid #2763A5;
font-size: 11px;
padding: 1px;
}
	/* Button background #6DA6E2*/	
button {
padding: 0px;
background-color:#FF9A00 ;
color: #FF9A00;
border: 0px solid #2763A5;
font-size: 10px;
}
/*Table*/
table.sample {
	border-width: 0px;
	border-spacing: ;
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
}

