.white_font {
	color: #FFFFFF;
}
.blue_font {
	color: #3053ac;
}
.font_8pt {
	font-size: 8pt;
}

a {
	text-decoration: none;
}

body {
	background-color: #cedc8b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
td {
	font-size: 10pt;
}
.yellow_inputbox {
	background-color: #FFFF99;
	border: thin solid #333333;
}
.red_button {
	background-color: #FF0000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #FF6600;
}

.inputbox {
	border-style:solid; border-color:#999999; border-width: thin;
}