body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}
.controls {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
}
.optin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #666666;
}
a {
	color: #A12D50;
	text-decoration: none;
}

form {
	background-color: #ffffff;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	text-align:justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A12D50;
}

h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A12D50;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #797C31;
	text-align:center;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 9px;
}


a:hover {
	text-decoration: underline;
  	color: #797C31;
}


.button {
	background: #EEEEE7;
	border: 1px;
	font-size: 11px;
	border-style: outset;
	color: #666666;
	font-weight : bold;
}
.checkb {
	background: #ffffff;
	border: 0px;
	font-size: 10px;
	color: #ffffff;

}
.sbutton {
	background: #FDF6DD;
	border: 1px;
	font-size: 9px;
	border-style: outset;
	color: #666666;

}
input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color: #ffffff;
	border: 1px solid #9DA2A1;
	color: #666666;
}
select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color : #ffffff;
	border: 1px solid #9DA2A1;
	color: #666666;
}
textarea {
	background-color: #ffffff;
	border: 1px solid #9DA2A1;
	font-family : Arial, Helvetica, sans-serif;f;
	font-size : 11px;
	color: #666666;
}

ul {
	list-style-type:square;
}