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

body,td,th {
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 30px;
	margin-top: 30px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.style1 {font-size: 10px}
.style2 {
	color: #CC0000;
	font-weight: bold;
	font-size: 13px;
}
.style3 {font-size: 12px}
