@charset "utf-8";
/* CSS Document */

.main_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_blue {
	color: #005591;
}
.text_white {
	color: #ffffff;
}
.text_green {
	color: #009933;
}
.text_red {
	color: #FF0000;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;	
}
a:hover {
	color: #0000FF;
	text-decoration: none;	
}
a:active {
	color: #0000FF;
	text-decoration: none;	
}
