@charset "utf-8";
/* Website Style */

body {
	color:#000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../background.jpg) no-repeat top center;
}

a:link {
	color: #FF0000;
	text-decoration:none;
}

a:visited {
	color: #FF0000;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
	text-decoration:none;
}

.redtext {
	color: #FF0000;
	text-decoration:none;
}

img {
	border-color:#FF0000;
}

.left {  /* Changes on the form */
  color: white !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
.pagebreak {  font-family:"Verdana";
  font-size:12px;
  color:black;
}
span.required {  font-size: 13px !important;
  color: red !important;
}
td.left {  font-family:"Verdana";
  font-size:12px;
  color:black;
}

/* Newsletter Style */

.tbmain{ 
 background: transparent !important; 
}
.left{
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
  background:black;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 
div.backButton{
	background: transparent url("http://jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
	height:16px;
	width:53px;
	float:left;
	margin-bottom:15px;
	padding-right:5px;
}
div.backButton:hover{
	background: transparent url("http://jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
	background: transparent url("http://jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
	background: transparent url("http://jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
	height:16px;
	width:53px;
	float: left;
	margin-bottom:15px;
	padding-right:5px;
}
div.nextButton:hover{
	background: transparent url("http://jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
	background: transparent url("http://jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
	padding-right:5px;
	margin-bottom:15px;
	float:left;
}