.main {
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	padding-top: 8px;
	font-size: 12px;
	color: #000000;
}
.buttoncase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	padding: 5px;
	height: 20px;
	width: 180px;
	position: relative;
	bottom: 235px;
	right: 270px;
	margin-bottom: 20px;
}

.smalllink {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}

.smalllink a {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}

.smalllink a:link {
    color: #666666;
	text-decoration: underline;
}
.smalllink a:visited {
    color: #666666;
	text-decoration: underline;
}
.smalllink a:hover {
    color: #666666;
	text-decoration: underline;
}
.smalllink a:active {
    color: #666666;
	text-decoration: underline;
}

.biglink {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
}

.biglink a {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
}

.biglink a:link {
  color: #666666;
  text-decoration: underline;
}

.biglink a:hover {
  color: #666666;
  text-decoration: underline;
}

.biglink a:active {
  color: #666666;
  text-decoration: underline;
}

.biglink a:visited {
  color: #666666;
  text-decoration: underline;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #EE3124;
	font-weight: bold;
}
.formcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.promo {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	padding: 10px;
	width: 725px;
	border: thin solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}

#ft {
  color: #666666;
  font-weight: bold;
  font-size: 11px;
}

#ft a:link {
  text-decoration: none;
  color: #666666;
}

h1 {font-weight:bold;font-size:18px;}
h2 {font-weight:bold;font-size:16px;}
h3 {font-weight:bold;font-size:14px;}

table.pdTable tr td {padding:5px;}

/* Button */
.generic-button {
  /* button styles */
  background-color: #ff0000; -webkit-border-radius: 10px 9px; -moz-border-radius: 10px 9px; border-radius: 10px 9px; */
  border: 0px;
  margin: 5px;
  padding: 4px 10px 2px 10px;
  min-width: 215px;
  min-height:50px;
		  
  /*text styles */
  color: white;
  font-size: 16px;
  font-weight: bold;

  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  text-shadow: 0px 0px 0px black;

  /*interaction */
  cursor: pointer;
}

.contact-us { background-color: #ff0000; text-transform: capitalize;}
