body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FFF;
  color: #222;
}
a:link { text-decoration:none;color:#222;}
a:visited { text-decoration:none ;color:#222;}
a:hover { text-decoration:underline;color:#34498B;}

.bottom table {
	margin-left: auto;
	margin-right: auto;
}

.green {
	text-align: center;
	color: green;
}

.grey {
	text-align: center;
	color: #9A9A9A;
}

.header {
	text-align:center;
	border: 1px solid #FFF;
}

.header a:visited { text-decoration:none; color:#FFF}

input {
	border:1px solid white;
	background-color:#5176B5;
	color:white;
}


.main table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #072A66;
}

.main th {
	background: transparent url(cat.gif);
	border-bottom: 1px solid #5176B5;
	color: #FFF;
	text-align: center;
}

.main td {
	text-align: center;
	background: url(sub.gif);
}

select, option {
	background-color:#5176B5;
	color:white;
	text-align:center;
}

.red {
	text-align:center;
	color: #FF0000;
}

.w3c p {
	margin:0;
	padding:0;
	text-align:right;
}

.w3c a:hover { text-decoration:none;color:#222;}
.w3c a:link { text-decoration:none;}
.w3c a:visited { text-decoration:none; color:#FFF}

