BODY
{
	background-color: black;
}
.smalltext
{
	font-size: 11px;
	color: #ff6600;
	font-family: Verdana;
}
.button
{
	border-right: 1px groove;
	border-top: 1px groove;
	font-size: 10px;
	border-left: 1px groove;
	color: black;
	border-bottom: 1px groove;
	background-color: #ff6600;
}
.textbox
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #ff9933;
}
.table1
{
	border-right: white 1px dotted;
	padding-right: 10px;
	border-top: white 1px dotted;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: white 1px dotted;
	padding-top: 10px;
	border-bottom: white 1px dotted;
}
.textarea
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #ff9933;
}
.select
{
	font-size: 12px;
	color: black;
	background-color: #ff9933;
}
.title
{
	font-size: 14px;
	color: white;
	font-family: Verdana;
}
.error
{
	font-weight: bold;
	font-size: 20px;
	color: #ff3333;
	font-family: Verdana;
}
#orange_text
{
	font-size: 8pt;
	color: white;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
}
#orange_text A
{
	font-size: 8pt;
	color: #ff9900;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
}
#orange_text A:active
{
	font-size: 8pt;
	color: #ff9900;
	font-family: Verdana;
	font-weight: normal;
}
#orange_text A:hover
{
	font-size: 8pt;
	color: #ff9900;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: underline;
}
H3 
{

	font-size: 12pt;
	color: #ff9900;
	font-family: Verdana;
	font-weight: bold;
}