body, html {
  margin: 0px auto;
  font-size: 8pt;
  font-family: Arial, Helvetica;
}
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right;}
A {
  color: #666666;
  text-decoration: Underline;
  font-style: normal;
  font-weight: normal;
}

A:Hover {
  color: #666666;
  text-decoration: underline;
  font-style: normal;
  font-weight: normal;
}

div.container {
  text-align: left;
}

span.hidden {
  display: none;
}

.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-field select, .csc-mailform-radio fieldset {
  width: 70%;
  padding: 2px;
  border: 1px solid #000000;	
}

.csc-mailform-submit {
  margin-left: 17%;
}


.csc-mailform-field {
  margin-top: 5px;
  margin-right: 0pt;
  margin-bottom: 5px;
  margin-left: 0pt;
  clear: both;
}

.csc-mailform-field label {
  float: left;
  text-align: left;
  margin-right: 2%;
  width: 15%;
  display: block;
}

fieldset.csc-mailform {
  border: 0px;
  color: #666666;
  font-size: 10pt;
}

h2 {
  font-size: 13px;
  font-family: Arial, Helvetica;
  font-weight: Bold;
  font-style: normal;
  text-decoration: none;
  color: #666666;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: 0px;
}

div.content-elements  p.bodytext {
	font-size: 12px;
	font-family: Arial,Helvetica;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #666666;
	line-height: normal;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-bottom: 10px;
}

h1 {
	font-size: 17px;
	font-family: Arial,Helvetica;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #666666;
	line-height: normal;
}	

div.content-elements h1, div.content-elements img {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 5px;
}

