body {
	color: #000000;
	background-color: #f0f0f0;
	font-family: serif;
	font-size: medium;
	text-align: left;
}	

h1 {
	color: #000000;
	text-decoration: none;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
h2 {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
	vertical-align: middle;
}
h3 {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

img {
	border: 0;
}

table {
	background-color: #f0f0f0;
	padding: 0px;
	border-width: thin;
	vertical-align: middle;
}

tr {
	vertical-align: top;
}

th {
	vertical-align: middle;
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-width: thin;
	border-style: solid;
	border-color: Black;
	background-color: #b0b0b0;
}

td {
	border-width: thin;
	border-style: solid none solid none;
	border-color: Black;
	vertical-align: middle;
}

td.subhead {
	text-align: center;
	border-width: thin;
	border-style: none;
	border-color: Black;
	vertical-align: middle;
	padding: 10px;
	background-color: #e0e0e0;
}

td.subheada {
	text-align: center;
	border-width: thin;
	border-style: none;
	border-color: Black;
	vertical-align: middle;
	background-color: Black;
}

td.logo {
	border-style: none;
}

td.contact {
	font-size: small;
	text-align: right;
	border-style: none;
}

td.items {
	text-align: justify;
	border-style: none;
	padding: 10px 0 10px 0;
}

td.linklist {
	border-style: none;
	padding: 10px 0 10px 0;
	text-align: center;
}

ul {
	text-align: left;
}

.m {
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.counter {
	text-align: center;
}

a:link {
	color: #0080a0;
	text-decoration: none;
}
a:visited {
	color: #0080ff;
	text-decoration: none;
}
a:active {
	color: #00ff00;
	text-decoration: none;
}
a:hover {
	color: Red;
	text-decoration: none;
}

	
