html,body {
	background: url(../images/background.gif);
	font: 1em/1.5 verdana,arial,helvetica,sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
	color: #B85050;
}
a:visited {
	text-decoration: none;
	color: #B85050;
}
a:hover {
	text-decoration: none;
	color: #C0A764;
	border-bottom: 1px #C0A764 dotted;
}
a:active {
	text-decoration: none;
	color: #C0A764;
}
img {
	border: none;
}
.mainTable {
	background: #fff;
	border: 3px #000 solid;
	width: 760px;
	font-size: smaller;
	margin-top: 15px;
}
.leftColumn {
	padding: 25px 10px 10px 45px;
	width: 200px;
	font-size: smaller;
}
.leftColumn a:link {
	text-decoration: none;
	font-weight: bold;
	color: #B85050;
}
.leftColumn a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #B85050;
}
.leftColumn a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #C0A764;
	border-bottom: 1px #C0A764 dotted;
}
.leftColumn a:active {
	text-decoration: none;
	font-weight: bold;
	color: #C0A764;
	border-bottom: 1px #C0A764 dotted;
}
.leftColumnInside {
	padding: 15px 10px 10px 15px;
	width: 180px;
	font-size: smaller;
}
.leftColumnInside a:link {
	text-decoration: none;
	font-weight: bold;
	color: #B85050;
}
.leftColumnInside a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #B85050;
}
.leftColumnInside a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #C0A764;
	border-bottom: 1px #C0A764 dotted;
}
.leftColumnInside a:active {
	text-decoration: none;
	font-weight: bold;
	color: #C0A764;
	border-bottom: 1px #C0A764 dotted;
}
.mainColumnFront {
	padding: 25px;
	padding-top: 15px;
	width: 579px;
}
.mainColumn {
	padding: 25px;
	padding-top: 15px;
	width: 559px;
}
.title {
	color: #000;
	font-variant: small-caps;
	font-size: larger;
	font-weight: bold;
}
.footer {
	font-size: smaller;
	padding: 10px 10px;
}