/* Stoeckel CSS Document */

/* page and text design */
body {
	background-color: #3DD0E2;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #35241C;
}

/* hypertext design */
a:link {
	color: #800000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	color: #800000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:active {
	color: #800000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}




/* custom designs */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #35241C;
}
.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #35241C;
}
/* redefined tag designs */

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #35241C;
	text-align: left;
}
tr {
	text-align: left;
	vertical-align: top;
}

