/* CSS Document */

body {
	margin-left: 00px;
	margin-top: 00px;
	margin-right: 00px;
	margin-bottom: 00px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #00A650;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #0A9E0A;
}
a:active {
	color: #FFFF00;
}

.upnav:link {
	color: #000000;
	text-decoration: none;
}
.upnav:visited {
	text-decoration: none;
	color: #000000;
}
.upnav:hover {
	text-decoration: none;
	color: #FA2839;
}
.upnav:active {
	text-decoration: none;
	color: #0066CC;
}


.footernav:link {
	color: #000000;
	text-decoration: none;
}
.footernav:visited {
	text-decoration: none;
	color: #000000;
}
.footernav:hover {
	text-decoration: none;
	color: #33CC00;
}
.footernav:active {
	text-decoration: none;
	color: #0066CC;
}


.getfreewindowestimtes {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.AreYouAContrator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #D84706;
}
.newwindows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.moreoptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #003300;
}
.clickhere {
	color: #000000;
	text-decoration: none;
}
.mainborder {
	border: 1px solid #E8FCE2;
	background-color: #FFFFFF;
}

.roundedcorner {
	border: 1px solid #D7F1E4;
	/* -moz-border-radius: 10px;
 	-webkit-border-radius: 10px; */
	border-radius: 10px; /*really large border radius to create round borders*/

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFFFFF;
}

.roundedcorner-green {
	border: 1px solid #00A650;
	/* -moz-border-radius: 10px;
 	-webkit-border-radius: 10px; */
	border-radius-bottomright: 10px; border-radius-bottomleft: 10px; /*really large border radius to create round borders*/

	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	
	background-color: #CAECDB;
}
.reverse {

	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

