@charset "UTF-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #996;
	font-size: 14px;
}
body {
	background-color: #FFF;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #933;
}
a:hover {
	text-decoration: none;
	color: #963;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 17px;
	color: #096;
}
h2 {
	font-size: 15px;
	color: #09C;
}
#tdSidebar a {

	color: #666666;

	text-decoration: none;

	display: block;

	margin: 10px;

	padding: 8px;

	border-top-width: 1px;

	border-right-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-top-color: #999999;

	border-right-color: #999999;

	vertical-align: top;

	width: 160px;

}

#tdSidebar a:hover {

	background-color: #5A2211;
