/* CSS Document */
body {margin: 0px;}
body,td,th {
	font-size: 12px;color: #333333;
}
.white{color:#FFFFFF;}
.whitebg{ border-bottom:#FFFFFF solid 1px;}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.blue{ color:#003399;}
.new_line{ border-bottom:#CCCCCC dashed 1px;}