.tdBlue {
	color: #000144;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #006600;
	color: White;
}
td {
	padding: 3;
	margin: 3px;
	font-size: 12px;
}
th {
	font-size: 12px;
	background: #993300;
	text-align: left;
	color: Black;
	padding: 4px;
	border: thin ridge Black;
}
.tdcontent {
	font-size: 12px;
	background: Silver;
	text-align: left;
	color: Black;
	padding: 4px;
	border: thin ridge Black;
}

.flash {
	color: #66CC00;
	letter-spacing: 3px;
	font-size: 15px;
	font-weight: bold;
}


input, select{
	font-size: 9px;
	background: White;
}

.border{
	border: 1px solid #F2272B;
}
h1 {
	color: Gray;
	font-weight: bold;
	font-size-adjust: inherit;
	font-size: 20px;
	border-bottom-style: dashed;
	border-bottom-color: #009999;
	border-bottom-width: 1;
}

a, a:active, a:focus, a:link, a:visited {
	color: Black;
}

a.nav, a:active.nav, a:focus.nav, a:link.nav, a:visited.nav {
	color: Black;
}
a:hover {
	text-decoration: none;
	color: White;
}
a:hover.nav {
	text-decoration: none;
	color: Silver;
}
.img {
	border-right: medium solid White;
	border-bottom-color: Teal;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-left: medium solid Teal;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: medium;
}
