body {
	margin: 0px;
}
table {
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
}
.main_bg {
	background-image: url(../images/intro1_r4_c25.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
.red_font {
	font-size: 12px;
	color: #901A1A;
	text-decoration: none;
	font-weight: bold;
}
.blue_font {
	font-size: 12px;
	color: #0099FF;
}
.gray_font {
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0099FF;
	text-decoration: none;
}
