.table_name_bg_color {
	background-color: #DCD4C0;
}
.table_data_bg_color {
	background-color: #F4EDE4;
	font-size: 10pt;
}
.table_title_bg_color {
	background-color: #AEA386;
}
td {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	font-size: 12pt;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
