HTML, TABLE, TR, TD, IMG, INPUT, SELECT, TEXTAREA {
	color: #666c69;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

BODY {
	background-color : #E8EAEF;
}

A {
	color: #5fa8b4;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

INPUT, SELECT, TEXTAREA {
	color: #333936;
	border-style: solid;
	border-color: #9EA5A3;
	border-width: 1;
}
H1 {
	font-size: 18px;
	font-weight: bold;
}
H2 {
	font-size: 16px;
	font-weight: bold;
}
H3 {
	font-size: 14px;
	font-weight: bold;
}

.navbutton {
	color: white;
	background-color: #9EA5A3;
	font-size: 11px;
	border-bottom : 2px solid #455D85;
	border-right : 2px solid #455D85;
	border-top : 2px solid #ffffff;
	border-left : 2px solid #ffffff;
	font-weight: bold;
}
.navbutton a {
	color: white;
	text-decoration: none;
}
.navbutton a:hover {
	color: white;
	text-decoration: underline;
}
.navbutton a:active {
	color: white;
	text-decoration: underline;	
}
.navbutton a:visited {
	color: white;
}

.alt_navbutton {
	color: white;
	background-color: 62080a;
	font-size: 11px;
	font-weight: bold;
	border-bottom : 2px solid #455D85;
	border-right : 2px solid #455D85;
	border-top : 2px solid #ffffff;
	border-left : 2px solid #ffffff;
}
.alt_navbutton a {
	color: white;
	text-decoration: none;
}
.alt_navbutton a:hover {
	color: white;
	text-decoration: underline;
}
.alt_navbutton a:active {
	color: white;
	text-decoration: underline;	
}
.alt_navbutton a:visited {
	color: white;
}.

.outer {
	border-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: black;
}

.header {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.txt-white_b {
	color: #ffffff;
	font-family: 'Courier New', Courier, monospace;
	font-weight: bold;
	font-size: 10px;
}