@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color: #CCC;
}.site_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.green {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0C0;
}
.site_txt_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.box_heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.box_black_heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.big_head {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.red_underline {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
