.title_blue .Head {
	color:#95BC0E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.main_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #95BC0E;
}





.Container_gradient {
	background-image: url(images/container_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}


.container_top_right {
	background-image: url(images/top_right_corner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.container_top_left {
	background-image: url(images/top_left_corner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.container_bottom_left {
	background-image: url(images/bottom_left_corner.png);
	background-repeat: no-repeat;
}
.container_bottom_right {
	background-image: url(images/bottom_right_corner.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.container_top {
	background-image: url(images/top.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.container_bottom {
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
	background-position: left top;
}
