body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body.blue {
	background-color: #336699;
}
body.back {
	background-color: #CE6335;
}
body.stone {
	background-color: #FBEECE;
}
body.margin {
	margin: 10px;
}
td {
	font-family: Tahoma;
	font-size: 9pt;
}
td.menu {
	font-family: Tahoma;
	font-size: 10pt;
	color: #CC6633;
	font-weight: 400;
	letter-spacing: 2pt;
}
td.menu a {
	font-family: Tahoma;
	font-size: 10pt;
	color: #CC6633;
	font-weight: 400;
	letter-spacing: 1pt;
	text-decoration: none;
}
td.menu a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.border {
	border: 1px solid #CC6633;
}
.noborder {
	border: 0px;
}
table.stone {
	background-color: #FBEECE;
}
.space {
	border: 1px solid #336699;
}
.copyright {
	color: #336699;
	font-size: 9px;
	text-decoration: none;
}
h3 {
	font-size: 16px;
	letter-spacing: 1pt;
	font-family: "Times New Roman", Times, serif;
}
h3.blue {
	color: #336699;
}
h3.stone {
	color: #CC6633;
}
iframe {
	border: 1px solid #336699;
}
input, select, textarea {
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #CC6633;
}
.button {
	font-size: 12px;
	font-weight: bold;
	background-color: #336699;
	border: 1px ridge #FFFFFF;
	color: #FFFFFF;
	width: 100px;
	cursor:pointer;
}
.imgbutton {
	border: 0px;
	cursor:pointer;
}
a {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 1px solid #336699;
}
a:hover img {
	border: 1px solid #CC6633;
}
.alert {
	color: #CC0000;
}
td.heading {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC6633;
}