@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	background-color: #FFFFFF;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 13px;
	line-height: 1.7em;
	vertical-align: top;
}
a:link {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	color: #999999;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 18px;
	padding-left: 12px;
	text-align: left;
}
h2 {
	font-size: 16px;
	color: #666666;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a {
	font-size: 12px;
}
a:active {
	text-decoration: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#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;
