a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

body {
	background-color: #EFEBCE;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-size: 100%;
}

div.column {
	float: left;
	margin-left: 1%;
	margin-right: 2%;
	width: 45%;
}

h1 {
	font-size: 185%;
	background-color: transparent;
	color: #000000;
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: 600;
	margin: 0%;
	margin-bottom: 2%;
	margin-top: 10%;
	text-align: center;
}

h2 {
	background-color: transparent;
	color: #1D761E;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-size: 200%;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 0%;
	text-align: center;
}

h3 {
	background-color: transparent;
	color: #8F5B26;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-size: 105%;
	font-weight: 600;
	margin-bottom: 0%;
	margin-left: 0%;
	margin-top: 0%;
}

h4 {
	background-color: #F5F5F5;
	color: #939393;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-size: 110%;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 2%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	padding-bottom: 1%;
	padding-top: 1%;
	text-align: center;
	vertical-align: middle;
}

h5 {
	background-color: transparent;
	color: #3B6B95;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-size: 104%;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0%;
}

p {
	line-height: 130%;
	margin-top: 0%;
}

p.copy {
	background-color: transparent;
	color: #9F9F9F;
	font-size: 85%;
	text-align: center;
}

table {
	background-color: #EFEBCE;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2px;
	margin-top: 5%;
	
}

.right {
	margin-left: 10%;
}

