

/* Buttons */
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #313C00;
	margin: 1px 0px 0px 0px;
	padding: 1px;
	border: 1px solid #022148;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.button:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #313C00;
	margin: 1px 0px 0px 0px;
	padding: 1px;
	border: 1px solid #022148;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #313C00;
	margin: 1px 0px 0px 0px;
	padding: 1px;
	border: 1px solid #022148;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.button:link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #313C00;
	margin: 1px 0px 0px 0px;
	padding: 1px;
	border: 1px solid #71832D;
	font-weight: bold;
	color: #71832D;
	text-decoration: none;
	cursor: pointer;
}
.button:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #313C00;
	margin: 1px 0px 0px 0px;
	padding: 1px;
	border: 1px solid #71832D;
	font-weight: bold;
	color: #71832D;
	text-decoration: none;
	cursor: pointer;
}

.frontbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	width: 200px;
	margin: 1px 0px 0px 0px;
	padding: 1px 1px 10px 1px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	cursor: crosshair;
}
.frontbutton:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	cursor: crosshair;
}
.frontbutton:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	cursor: crosshair;
}
.frontbutton:link:hover {
	font-weight: normal;
	color: #95200A;
	text-decoration: underline;
	cursor: crosshair;
}
.frontbutton:visited:hover {
	font-weight: normal;
	color: #95200A;
	text-decoration: underline;
	cursor: crosshair;
}

input[type=submit], input[type=button] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #313C00;
	margin: 0px;
	padding: 1px;
	border: 1px solid #022148;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
input[type=submit]:hover, input[type=button]:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	background-color: #313C00;
	margin: 0px;
	padding: 1px;
	border: 1px solid #71832D;
	font-weight: bold;
	color: #71832D;
	text-decoration: none;
	cursor: pointer;
}

.button_sel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #022148;
	margin: 0px;
	padding: 1px;
	border: 1px solid #022148;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.button_sel:link {
	background-color: #022148;
	margin: 0px;
	padding: 1px;
	border: 1px solid #022148;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.button_sel:visited {
	background-color: #022148;
	margin: 0px;
	padding: 1px;
	border: 1px solid #022148;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.button_sel:link:hover {
	background-color: #022148;
	margin: 0px;
	padding: 1px;
	border: 1px solid #022148;
	font-weight: bold;
	color: #FF6666;
	text-decoration: none;
	cursor: pointer;
}
.button_sel:visited:hover {
	background-color: #022148;
	margin: 0px;
	padding: 1px;
	border: 1px solid #022148;
	font-weight: bold;
	color: #FF6666;
	text-decoration: none;
	cursor: pointer;
}

.button_special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #313C00;
	margin: 1px;
	padding: 1px 3px 1px 5px;
	/*border: 1px solid #022148;*/
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.button_special:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.button_special:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.button_special:link:hover {
	font-weight: bold;
	color: #71832D;
	text-decoration: none;
	cursor: pointer;
}
.button_special:visited:hover {
	font-weight: bold;
	color: #71832D;
	text-decoration: none;
	cursor: pointer;
}

/* .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 1.4em;
	background-color: #313C00;
	margin: 0px;
	padding: 1px;
	border: 1px solid #022148;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}*/

.e404 {
	position: absolute;
	display: block;
	width: 420px;
	top: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -210px;
	background-color: #ffffff;
	padding: 0.5em;
	text-align: center;
}
.e404 h2 {
	margin: 0;
	padding: 0;
}
.e404 p {
	margin: 0;
	padding: 0;
}

.white {
	color: #ffffff;
}
