.green_small {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #465A03;
	font-weight: bold;
}
.green_medium {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #465A03;
	font-weight: bold;
}
.green_big {
	font-size: 18px;
	font-family: arial;
	color: #465A03;
	font-weight: bold;
}
.red_big {
	font-size: 18px;
	font-family: arial;
	color: #FF0000;
	font-weight: bold;
}
.normal_text {
	color: #505050;
	font-size: 11px;
	font-family: verdana;
}
.normal_bold {
	color: #505050;
	font-size: 11px;
	font-family: verdana;
	font-weight:bold;
}
a:link {
	color: #465A03;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #465A03;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
body {
background-color: #C6DB8E;
background-image: url(../images/vertical_gradient_bg.jpg);
background-repeat: repeat-x;
}

