.m2 {
	background-image: url(images/m2.jpg);
	background-repeat: repeat-y;
}
.m3 {
	background-image: url(images/m3.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.txt-green {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #006600;
	font-size: 180%;
}
.padTop {
	padding-top: 39px;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #003300;
	margin: 0px;
	padding: 0px;
}
.padTopFooter {
	padding-top: 100px;
}
