@charset "utf-8";
/* CSS Document */
body {
	background-color:#b4d8b9;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

h1 {
	font-size:18px;
	font-weight:bold;
	}

ul {
	margin-top:5px;
	line-height:20px;
	}

.smallText{
	font-size:10px;
	}
	
.container{
	margin-top:25px;
	margin-left:35px;
	margin-right:15px;
	}
	
.homeFooter{
	margin-left:35px;
	margin-top:25px;
	margin-right:35px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
}

.subFooter{
	margin-left:90px;
	margin-top:50px;
	margin-right:35px;
	color:#FFFFFF;
}

.homeFooter2{
	margin-left:90px;
	margin-top:100px;
	margin-right:35px;
	color:#FFFFFF;
}

.subFooter a:link {color:#ffffff; text-decoration:none;}
.subFooter a:visited {color:#ffffff; text-decoration:none;}
.subFooter a:active {color:#ffffff; text-decoration:underline;}
.subFooter a:hover {color:#ffffff; text-decoration:underline;}

.homeFooter2 a:link {color:#ffffff; text-decoration:none;}
.homeFooter2 a:visited {color:#ffffff; text-decoration:none;}
.homeFooter2 a:active {color:#ffffff; text-decoration:underline;}
.homeFooter2 a:hover {color:#ffffff; text-decoration:underline;}
