A.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.menu:visited {
	color: #FFFFCC;
	text-decoration: none;
}

A.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

BODY {
	background-color: #FFFFCC;
	background-image: url(/graphics/bgrnd.jpg);
	background-repeat: no-repeat;
	color: #333300;
}

DT {
	font-weight: bold;
}

H1, H2, H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

P, LI, DT, DD, .body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

LEGEND {
	font: italic bold 14px Arial, Helvetica, sans-serif;
}
FIELDSET {
	width: 550px;
}
.formlabel {
	clear: left;
	float: left;
	padding-right: 2px;
	text-align: right;
	width: 200px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.headline {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.agent_button {
	border: 1px solid #FF0000;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 90px;
	text-align: center;
}
.agent_button a {
	text-decoration: none;
	color: #009900;
}
.agent_button a:hover {
	text-decoration: underline;
}
.button {
	background-color: #006600;
	border: 2px outset;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	width: 300px;
	text-align: center;
}
.button a {
	color: #FFFF00;
	text-decoration: none;
}