a {
	background-color: inherit;
	color: #000;
}

a:hover {
	background-color: #fff;
	color: #000;
}

html, body {
	background-color: #99f;
	color: #000;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

fieldset {
	display: none;
}

div.page {
	background-color: #ccf;
	border-left: solid 4px #99c;
	border-right: solid 4px #99c;
	color: #000;
	margin-left: auto;
	min-height: 100%;
	margin-right: auto;
	width: 800px;
}

div.body {
	padding: 5px;
}

div.column1 {
	float: left;
	position: relative;
	top: 10px;
	left: 5px;
	width: 390px;
}

div.column2 {
	float: left;
	margin-left: 5px;
	width: 390px;
}

div.box {
	border: solid 1px #99c;
}

body {
	font-family: sans-serif;
}

form {
	margin: 0px;
}

h1 {
	font-family: serif;
}

h4 {
	background-color: #99c;
	margin-top: 0px;
	text-indent: 10px;
}

textarea {
	font-family: Arial;
}

p.indent {
	margin-top: 0px;
	text-indent: 25px;
}

table.form {
	border: solid 2px #99c;
}

tr.alternate_bgcolor td {
	background-color: #99c;
}

td.column1 {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

/* MENU */

div.menu {
	height: 2em;
}

#menu, #menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	background-color: #99c;
	color: #000;
	float: left;
	letter-spacing: 1px;
	line-height: 2em;
	text-align: center;
	width: 25%;
}

#menu li a {
	background-color: inherit;
	color: #000000;
	display: block;
	text-align: center;
	text-decoration: none;
}

#menu li ul {
	display: none;
	position: absolute;
	width: 25%;
}

#menu li ul li {
	letter-spacing: normal;
}

#menu li ul li a {
	padding-left: 4px;
	text-align: left;
}
