@charset "utf-8";
.white_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.red_border {
	border: 5px solid #990000;
}

.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #8CC63E;
}
.white_tag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 5px;
}
.title {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
}
.title_bold {
	font-family: "Century Gothic", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.imgright {
	padding: 3px;
	float: right;
}
