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

.green-section-title {
font-size: 42px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height: 1;
color: #99CC66;
	
}

.padding {
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;}

.green-section-suntitle {
font-size: 16px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height: 1;
color: #89AF6A;
}

a:visited {
	color: #155283;
	text-decoration: none;
}
a:active {
	color: #508BD1;
	text-decoration: none;
}
a:hover {
	color: #508BD1;
	text-decoration: underline;
}

body {
	background-color:  #CDE5F7;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.body-column {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #76A252;
	
}

.section-title {
font-size: 16px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height: 1.5;
color: #6A784F
}

.section-subtitle {
font size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5;
color: #94A970;
}


.section-body {
font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #758559
	
}

.section-price {
font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	color: #99CC66;
	
}


.blue-section-title {
font-size: 16px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height: 1.5;
color: #5D6E86;
}

.blue-section-subtitle {
font size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5;
color: #89A5BF
}


.blue-section-body {
font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #596A79;
	
}

.blue-section-price {
font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	color: #B4CDE4;
}



a:link {
	color: #508BD1;
	text-decoration: none;
}

.line {
	border-top-width: 100%;
	border-top-style: none;
	border-top-color: #99CC66;
	border-right-color: #99CC66;
	border-bottom-color: #99CC66;
	border-left-color: #99CC66;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}
