/* CSS Document */

.heading {
color: #333333;
font-family: Arial;
font-size: 17pt;
line-height: 18pt;
}

td.navigation {
color: #ffffff;
background-color: #000000;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-family: Arial;
font-weight: bold;
vertical-align: middle;
text-align: center;
font-size: 9pt;
}

td.titlebar {
color: #ffffff;
background-color: #000000;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-family: Arial;
font-weight: bold;
vertical-align: middle;
text-align: center;
font-size: 9pt;
}

td.headerimage {
align: left;
vertical-align: top;
}

td.rightimage {
align: left;
vertical-align: top;
}

td.bodycell {
color: #333333;
background-color: #FFFFFF;
padding: 0px 20px 20px 20px;
font-family: Arial;
vertical-align: top;
text-align: left;
font-size: 10pt;
}

a {
color: #ffffff;
text-decoration: none;
}

a:hover {
color: #ffffff;
text-decoration: none;
}

td.footer {
color: #666666;
background-color: #FFFFFF;
padding: 0px 0px 12px 0px;
font-family: Arial;
vertical-align: bottom;
text-align: left;
font-size: 8pt;
}

.footer a {
color: #ff003d;
text-decoration: underline;
}

.footer a:hover {
color: #666666;
}

.bodycell a {
color: #ff003d;
text-decoration: underline;
}

.bodycell a:hover {
color: #666666;
}

hr {
height: 1px;
color: #ff003d;
margin: 0px 0px 8px 0px;
}

P { 
margin-top: 2px; 
margin-bottom: 2px; 
}

.newsheading {
color: #ff003d;
font-family: Arial;
font-size: 17pt;
line-height: 18pt;
}

.body {
color: #333333;
font-family: Arial;
font-size: 10pt;
}



/*Styles used for the mailing form*/

.tbmain{ 
 /* Changes on the form */
 background: url(http://www.jotform.com/images/styles/style4_2_bg.gif) #363535 top repeat-x !important; 
}
.left{
  /* Changes on the form */
  color: #cccccc !important; 
  font-family: Arial !important;
  font-size: 12px !important;
}
td.left {
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#cccccc;
   vertical-align: top;
   text-align: left;
}
.pagebreak{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:bold;
   color:black;
}
td.right {
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#cccccc;
   vertical-align: top;   
   text-align: left;   
}
.tbmain{
   height:100%;
   color:#cccccc;
   background:url(http://www.jotform.com/images/styles/style4_2_bg.gif) #363535 top repeat-x;
}
.head{
   font-family: "Trebuchet MS";
   font-size: large;
   font-weight:bold;
   color:#ffffff;
   vertical-align: top;
   text-align: left;
}
.notvalid{
   border:2px red solid;
   font-family:"Trebuchet MS";
}
.text{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#cccccc;
   border:1px #000000 solid;
   background:url(http://www.jotform.com/images/styles/style4_txt_bg.gif) #333333 top repeat-x;
}
select.other{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#ffffff;
   border:1px #000000 solid;
   background:url(http://www.jotform.com/images/styles/style4_txt_bg.gif) #333333 top repeat-x;
}
.btn{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#cccccc;
   border:1px #000000 solid;
   background: url(http://www.jotform.com/images/styles/style4_btn_bg.gif) #333333 top repeat-x;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}