/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #330000;
}
h1 {
	font-size: 20px;
	color: #990000;
	text-align: left;
}
h2 {
	font-size: 17px;
	text-align: left;
	color: #990000;
}
h3 {
	font-size: 17px;
	text-align: left;
	color: #666666;
}
h4 {
	font-size: 14px;
	text-align: left;
	color: #990000;
}
h5 {
	font-size: 14px;
	text-align: left;
	color: #666666;
}
h6 {
	font-size: 13px;
	text-align: center;
	color: #990000;
}
.hidden {
	color:#000000;
	visibility:hidden;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer {
	color: #999999;
	font-size: 11px;
}
.bold {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
}
.bold_table {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}