@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/page_back.png);
	background-repeat: repeat-x;
	margin-top: 0px;
}
.common_font_text {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.common_font_text_dark {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.heading_text {
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-weight: normal;
	color: #000000;
}
.red_text {	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.text_small_gray {	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.white_text_big {	font-family: Verdana;
	font-size: 17px;
	font-weight: normal;
	color: #666666;
}
.main_border {
	border: 1px solid #666666;
}

.text_small_blue {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #006600;
}
.big_green_text {
	font-family: "Trebuchet MS";
	font-size: 31px;
	color: #1D6827;
	font-weight: normal;
}
.big_green_text_small {
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #1D6827;
	font-weight: normal;
}
.sub_header {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.sub_header_dark {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.heading_text_white {
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
}
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #3366FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a:active {
	color: #006600;
}
