.bgcontent {
	background-color: #fff;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.maintitle {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}
a.footlink:link {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a.footlink:visited {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a.footlink:hover {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
a.footlink:active {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.bgdir {
	background-image: url(img/bg-directory.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
