body {
	background-color: #090F7B;
	font-size: 10px;
	font-family: Verdana;
	margin: 17px;
	padding: 0px;
}

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

a:hover {
	color: #FF0000;
}

a.enter:link, a.enter:visited, a.enter:active, a.enter:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	font-size: 28px;
}

a.enter:hover {
	color: #CBCBCB;
}

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

img {
	border: 0;
}

table {
	border: 0;
}

td {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
}

.button {
	height: 46px;
	background: url('images/menu-button.gif');
	font-size: 12px;
	text-align: center;
	padding-left: 10px;
	padding-right: 18px;
}

.content_home {
	background-image: url('images/home-back.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

.footer {
	width: 737px;
	background: url('images/bottom-right.gif');
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	padding-right: 70px;
	padding-bottom: 10px;
}

.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;
}