body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(gfx/bg.gif);
}
body,td,th,p,input,textarea,select {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #181874;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #181874;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
	font-weight: bold;
}
.header {
	font-size: 14px;
	font-weight: bold;
	color: #181874;
}
.subhead {
	font-size: 12px;
}.smaller {
	font-size: 9px;
}
.headerlarger {
	font-size: 18px;
	font-weight: bold;
	color: #181874;
	border-bottom-color: #7474AC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.box1 {
	border: 1px solid #CC0000;
	padding: 5px;
	background-color: #FFFFCC;
	font-weight: bold;
}
.caption {
	font-size: 11px;
}

.inputwidth {
width: 90%;
}
