body {
	background-color: #800000;
	color: #000066;
	font-size: 10px;
	font-family: Verdana;
	margin: 0;
	padding: 0px;
}

a:link, a:visited, a:hover, a:active {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #000066;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #FF0000;
}

a.poweredby {
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: none;
}

input, textarea, select {
	border: 1px #BEBEBE solid;
	background-color: #FFFFFF;
	color: #000020;
	font-size: 10px;
	font-family: Verdana;
}

img {
	border: 0;
}

table {
	border: 0;
}

td {
	font-size: 10px;
	font-family: Verdana;
}

.sidebar {
	height: 27px;
	background-image: url("images/menu_back.gif");
	padding-left: 7px;
	padding-right: 7px;
}

.menu_header {
	width: 100%;
	height: 30px;
	background-image: url("images/bg-nav-but-head.gif");
	color: #FFD737;
	font-weight: bold;
	text-align: center;
}

.menu_item {
	width: 100%;
	height: 20px;
	background-image: url("images/bg-nav-but.gif");
	font-weight: bold;
	text-align: center;
}

.navbar {
	height: 27px;
	background-image: url("images/menu_back.gif");
	padding-left: 7px;
	padding-right: 7px;
}

.errortitle {
	border: 1px solid #992A2A;
	background-color: #E3C0C0;
	color: #992A2A;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding: 7px;
}

.errormessage {
	border-bottom: 1px solid #992A2A;
	border-left: 1px solid #992A2A;
	border-right: 1px solid #992A2A;
	background-color: #F2DDDD;
	color: #992A2A;
	font-size: 11px;
	text-align: left;
	padding: 7px;
}

.highlight {
	background-color: Yellow;
	color: Navy;
	font-size: 11px;
	font-weight: bold;
}