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

#tableLayout {
}
#thHeader1 {
	color: #00FFFF;
	background-color: #0033CC;
	text-align: center;
	margin: 10px;
	padding: 10px;
}
#trSidebar a:hover {
	color: #00FFFF;
	background-color: #0000CC;
}
#trSidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
	text-decoration: none;
}
#trSidebar a {
	color: #000000;
	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: #0000FF;
	border-bottom-color: #0000FF;
}
