body {
	margin: 10px;
	padding: 0px;
	background-color:#F2E8D2;
}

a:link, a:visited {
	color: red; text-decoration: none;
}

a:hover {
	color: black; text-decoration: underline;
}

.menu, .menu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal;
	color: black;
}

a.menu:link, a.menu:visited, a.menu1:link, a.menu1:visited {
	width: 100%; display: block;
	color: black; padding: 3px;
	padding-left: 0px;
	height: 22px; line-height: 22px;
	text-decoration: none; text-align: center;
	background-color: #CCCCCC;
	border: 1px solid white outset;
}
a.menu:hover, a.menu1:hover {
	background-color: #EEEEEE;
	color: #FF6600; 
}

a.menu1:link,a.menu1:visited {
	height: 12px; line-height: inherit; padding: 0px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold; border-bottom: 1px solid black;
}

.text, .errorBox {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
}

.item { background-color: #CFDFBD; }

.header { 
	background-color: #506A33; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; color: white; font-size: 11px;
}

.button {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	color: black;
}
	
.errorBox {
	border: 1px inset white; width: 400;
	padding: 10px; background-color: #FF6633; color: white; font-weight: bold;
}
	