/* CSS Document */
.body_txt {
	font-family: arial;
	font-size: 13px;
	color: #666667;
	text-decoration: none;
}
.body_txt_green {
	font-family: arial;
	font-size: 13px;
	color: #7ac142;
	text-decoration: none; font-weight:bold;
}
.blue_bold {
	font-family: arial;
	font-size: 13px;
	color: #00a4e3;
	text-decoration: none; font-weight:bold;
}
.red_bold {
	font-family: arial;
	font-size: 13px;
	color: #e66877;
	text-decoration: none; font-weight:bold;
}
.black_bold {
	font-family: arial;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	font-style:italic;
}
.yellow_bold {
	font-family: arial;
	font-size: 13px;
	color: #ff991a;
	text-decoration: none; font-weight:bold;
}
.purple_bold {
	font-family: arial;
	font-size: 13px;
	color: #b182a1;
	text-decoration: none; font-weight:bold;
}
.blue_bold_link {
	font-family: arial;
	font-size: 13px;
	color: #00a4e3;
	text-decoration: none; font-weight:bold;
}
.blue_bold_link:Hover{
	font-family: arial;
	font-size: 13px;
	color: #999999;
	text-decoration: none; font-weight:bold;
}
.body_txt_green_regular {
	font-family: arial;
	font-size: 13px;
	color: #7ac142;
	text-decoration: none; 
}