/* main layout */

body {
	font-family: Arial, Verdana, sans-serif, Helvetica;
	background-color: white;
	color: black;
	width: 550px;
}

td {
	font-family: Arial, Verdana, sans-serif, Helvetica;
}

input, select {
	font-family: Arial, Verdana, sans-serif, Helvetica;
	background-color: white;
	color: black;
	border-bottom: 1px solid white;
}

textarea {
	font-family: Arial, Verdana, sans-serif, Helvetica;
	background-color: white;
	color: black;
}

.top {
	background-color: #fff;
	font-size: 8pt;
	color: #000;
	vertical-align: bottom;
	padding: 10px;
}

/* title layout */
h1, h3 {
	background: white;
	color: black;
	padding-bottom: 1px;
 	border-bottom: 1px solid gray;
}

h2 {
	background: white;
	color: black;
	padding-bottom: 1px;
}

/* link layout */
a {
	background: white;
	color: black;
	text-decoration: underline;
 	font-weight: bold;
}

/* menu layout */
/* classes for message layout */
#menu, .menu, .submenu, .subsubmenu , .subsubsubmenu, .error, .warning, .message {
	display: none;
}

/* misc */

hr {
	background-color: black;
	color: black;
	height: 1px;
	border-top: 1px solid black;
}