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

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
}
.regular_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.headline_green {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #2DA632;
}
.bigger_green {
	font-size: 16px;
	font-weight: bold;
	color: #2DA632;
}
.bigger_gray {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.lighter_gray {
	font-size: 13px;
	font-weight: bold;
	color: #b7beb7;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #006cff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.left_table {
	background-color: #bec6be;
	background-image: url(../images/bg_left_table.gif);
	background-repeat: repeat-x;
	background-position: top;
}

