@charset "utf-8";
/* CSS Document */

#tdSidebar a {
	text-decoration: none;
	display: block;
	margin: 10px;
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ced2b6;
	border-bottom-color: #CED2B6;
	color: #FFFFFF;
}
#tdSidebar a:hover {
	background-color: #fbfcf9;
	color: #474f49;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-size: 12px;
	line-height: 1.7em;
	margin-top: 0px;
}
h5 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
}
h3 {
	margin-top: 5px;
	margin-bottom: 12px;
}
#dateformat {
	font-size: 14px;
	padding-top: 5px;
	padding-left: 30px;
}

