body {
	background-color: #FFFFFF;
}

td, th {
	font-family: arial;
	font-size: 12px;
	color: black;
}

form {
	margin-top: 0pt;
	margin-bottom: 0pt;
}

input, textarea, select {
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #144846;
}

input.button {
	background-color : #FFA751;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	font-family: arial;
	color: #A2DBFF;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-color: #083432;
}

a:hover {
	color: #FFFFFF;
	border-bottom: 1px;
	border-bottom-color: #A2DBFF;
	border-bottom-style: dotted;
}

.aongray {
	font-family: arial;
	font-size: 12px;
	color: #792026;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-color: #792026;
	border-bottom-style: dotted;
}

.aongray:hover {
	font-family: arial;
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #690123;
}

.headline {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #690123;
}

.aback {
	font-family: arial;
	background-color: #144846;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.aback:hover {
	font-family: arial;
	background-color: #8F290A;
	font-weight: bold;
	color: #C1E8CB;
	text-decoration: none;
}

.navback {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.anbback {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.anbback:hover {
	font-family: arial;
	text-decoration: none;
}

.copyright {
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
}

.smallish {
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	color: #A2DBFF;
}

.smallish:hover {
	background-color: #A40236;
	color: #FFFFFF;
}

.smally {
	font-family: arial;
	font-size: 10px;
	color: #792026;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-color: #792026;
	border-bottom-style: dotted;
}

.smally:hover {
	font-family: arial;
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #690123;
}

.date {
	font-family: arial;
	font-size: 9px;
	color: #000000;
}	

.back {
	font-weight: bold;
	margin-left: 3;
	margin-right: 3;
}

.backoff {
	background-color: #EEEEEE;
	font-style: italic;
}

.backoffbook {
	background-color: #EEEEEE;
}

.whitey {
	font-size: 11px;
	background-color: #FFFFFF;
}

.backbold {
	font-size: 11px;
	font-weight: bold;
	background-color: AntiqueWhite;
}

.awardname {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	padding-left: 3;
	padding-right: 3;
	padding-top: 2;
	padding-bottom: 2;
}

.newshead {
	background-color: #083432;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #A2DBFF;
}
.newscopy {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.section {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	background-color: #447593;
	border-top: 1px solid #447593;
	border-left: 1px solid #447593;
	border-right: 1px solid #447593;
	border-bottom: 2px solid #447593;
}

.intro {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.rowback1 {
	background-color: #222222;
	color: #FFFFFF;
	font-weight: bold;
}

.rowback2 {
	background-color: #444444;
	color: #FFFFFF;
	font-weight: bold;
}

.alert {
	background-color: #78322C;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: yellow;
}

.success {
	background-color: #66FFCC;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

// Navigation related

div {
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

table.subnav {
	border: solid 1px #CCCCCC;
	background-color: #144846;
}

table.subnav td {
	white-space: nowrap;
}

table.subnav td a {
	font-weight: bold;
	font-size: 10px;
	display: block;
	padding: 4px;
}

table.subnav td a:hover {
	background-color: #8F290A;
	text-decoration: none;
	border-bottom: 0px;
	color: #FFFFFF;
}