@charset "utf-8";
/* CSS Document */

body {
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #ffcc33;
}
a:active {
	text-decoration: none;
	color: #666666;
}

div {
	0, auto
}

.tdSidebar {
	text-decoration: none;
	display: block;
	border-top: 2px #990000 solid;
	border-bottom:2px #990000 solid;
	vertical-align: top;
	background-position: top;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	top: auto;
	color: #990000;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}