body {
	background-color: #C20000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF943C;
	font-weight: normal;
}
td {
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
.tabbg1 {
	background-color: #E24300;
}
.tabbg2 {

	background-color: #EE5C00;
}
.content {
	padding: 5px;
}
.h100 {
	height: 100%;

}
.subhead {
	font-size: larger;
	color: #FF943C;
	background-color: #E24300;
}
.head1 {
	color: #990000;
	background-color: #EE5C00;
	font-size: larger;
}
a:link {
	color: #EF8433;
}
a:visited {
	color: #EF8433;
}
a:hover {
	text-decoration: none;
	color: #EE5C00;
}
.gbhead {
	background-color: #990000;
	margin: 2px;
	padding: 2px;
	border: 2px dotted #EE5C00;
	font-size: smaller;

}
.gbmsg, .gbhead input, .gbhead textarea {
	color: #990000;
	background-color: #FF943C;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #990000;

}
.gbmsg {
	font-size: smaller;
}
.gberror {
	font-style: italic;
	font-weight: normal;
	color: #FFCC00;
}
h2 {
	font-size: 18px;
}
.small {
	font-size: smaller;
}

