@charset "utf-8";
/* CSS Document */


.check_it_out {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CC00;
	margin: 4px 0px 10px 20px;
}


.check_it_out a:link, .check_it_out a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CC00;
	text-decoration: underline;
	margin: 4px 0px 10px 0px;
	width: 150px;
	display: block;
}

.check_it_out a:hover, .check_it_out a:visited:hover {
	color: #00CC00;
	text-decoration: none;
}

.check_it_out_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0033;
	margin: 4px 0px 10px 20px;
	width: 170px;
	display: block;
}

.check_it_out_red a:link, .check_it_out_red a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0033;
	text-decoration: underline;
	margin: 4px 0px 10px 20px;
	width: 170px;
	display: block;
}

.check_it_out_red a:hover, .check_it_out_red a:visited:hover {
	color: #FF0033;
	text-decoration: none;
}
