/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover {
	color: #C51C23;
	text-decoration:underline;
}
a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	background-color: #353638;
}
tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;

}
.sidebar_title { color:#000000; font-weight: bold; margin-left: 4px; }
.page_title { color:#000000; font-weight: bold; margin-left: 8px; }
.border { border: 1px solid white; }

