a:link, a:visited {
	color: #14149d;
}
a.dl:link, a.dl:visited {
	color: #282828;
}
a.em6 {
	text-decoration: none;
}
a.em7 {
	text-decoration: none;
	color: #282828;
}
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	background-color: #7ca2c2;
	color: #282828;
	padding: 3px;
}
#main {
	padding: 5px;
	padding-left:  15px;
	padding-right: 15px;
	background-color: #7ca2c2;
	border-radius: 0 0 5px 5px;
}
h1 {
	font-family: Georgia, serif;
	border-bottom: 3px solid #f7fbfe;
	color: #f7fbfe;
	font-size: 30px;
}
table {
	width:100%;
}
table, th , td {
	border: 1px solid grey;
	border-collapse: collapse;
	padding: 5px;
}
th {
	text-align: left;
	background-color: #f7daab;
}
table tr:nth-child(odd) {
	background-color: #f7efdf;
}
table tr:nth-child(even) {
	background-color: #b8cfd1;
}
#tc1 {
	background-color: #b8cfd1;
}
#tc2 {
	background-color: #f7efdf;
}
#tc3 {
	background-color: #d3c6ac;
}
ul#menu {
	padding: 0;
	margin-bottom: 11px;
}
ul#menu li {
	display: inline;
	margin-right: 3px;
}
ul#menu li a {
	background-color: #b8cfd1;
	padding: 10px 20px;
	text-decoration: none;
	color: #282828;
	border-radius: 4px 4px 0 0;
}
ul#menu li a:hover {
	color: white;
	background-color: black;
}
span.em1 {
	font-style: italic;
}
span.em2 {
	font-weight: bold;
}
span.em3 {
	font-weight: bold;
}
span.em4 {
	color: #f7fbfe;
}
span.em5 {
	color: #f7fbfe;
	font-size: 1.5em;
}
span.em6 {
	font-size: 1.5em;
}
span.em7 {
	color: #b30000;
}
span.subt {
	font-weight: bold;
	color: #f7fbfe;
}
img {
	float: right;
	margin: 0px 0px 15px 20px;
}
img.a {
	float: left;
	margin: 5px 5px 5px 5px;
}
td.ic {
	text-align: center;
	font-size: 1.5em;
}
td.icn {
	text-align: center;
}
span.ico {
	float: right;
	position: relative;
	bottom: 5px;
	font-size: 15px;
}
span.ic1 {
	color: #f7fbfe;
}
span.ic2 {
	color: #7ca2c2;
}
form {
	margin: 0 auto;
}
form div + div {
	margin-top: 1em;
}
label {
	display: inline-block;
	width: 120px;
	text-align: right;
}
input, textarea {
	font-family: sans-serif;
	font-size: 16px;
	width: 400px;
	background-color: #f7fbfe;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #b8cfd1;
}
input:focus, textarea:focus {
	border-color: #f7daab;
}
textarea {
	vertical-align: top;
	height: 15em;
	resize: vertical;
}
.button {
	padding-left: 120px;
}
button {
	margin-left: .3em;
	background-color: #f7daab;
	border: 2px solid #b8cfd1;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
}



