/* CSS Document */
th {
text-align: left;
font-size: 13px;
font-weight: bold;
color: #ffffff;
background-color:#A5A5A5;
}
td {
font-size: 12px;
color: #000000;

}
table {
}
.white_bg {
background-color:#ffffff;
}
a:visited {
	color: 303030;
	text-decoration: none;
}
a:link {
	color: 303030;
	text-decoration: none;
}
a:active {
	color: 303030;
	text-decoration: none;
}
a:hover {
	color: A0A060;
	text-decoration: underline;
}
body {
color:#303030;
}
.h {
	color: #E0CAA1;
}
