BODY A
{
	TEXT-DECORATION: none
}
BODY A:hover
{
    TEXT-DECORATION: underline;
     }
     body,p,td,li,blockquote,h1,h2,h3,h4
     {    font-family: verdana, arial, helvetica, sans-serif;
     }
     h1
     {    font-size:24px;
	      font-weight:bold;
     }
     h2
     {    font-size:18px;
          font-weight:bold;
     }
     blockquote
     {   
    vertical-align: top;
    width: 100px;
    font-weight: 700;
    padding: 10px;
     }
	 td
     {    font-size:10px;
     }
	.style1 {color: #FF0000;}
	.style3 
	 {color: #FF0000; 
	 font-weight: bold; }
	 .style4 {font-size: 11px}
.style7 {font-size: 10px; color: #999999; }
.style11 {font-size: 9px}
.style14 {color: #000000}
.style17 {font-size: 12px; color: #000000; }


img{border:0;}
a {
	font-family: tahoma;
	font-size: 11px;
	color: #7a789b;
	text-decoration: none;		
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;	
}
.testimonial {
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height:22px;
	color: #666666;
}
.testimonialbottom {
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	line-height:14px;
	color: #999999;
	font-weight: bold;
	background-position: right;
	text-align: right;}
	
.formSection {
    clear: both;
    padding: 5px 0;
}

.formField {
    float: left;
    vertical-align: top;
    padding: 3px;
	font-weight: 700;
}
.mainLabel required {
    font-weight: 700;
	color: #cc0000;	
}
.mainLabel {
    font-weight: 700;
	color: #666666;
}
.mainLabel required {
    font-weight: 700;
	color: #cc0000;	
}
.hiddenLabel {
    display: none;
}

.formLabel {
    float: left;
    vertical-align: top;
    width: 100px;
    font-weight: 700;
    padding: 10px 5px;
}
.formSupporting {
	margin: 4px 0;
	color: #777;
	font-size: 11px;	
}

.formSpacerCell {
    float: left;
    width: 15px;
}

.formHeading {
    font-size: 150%;
    font-weight: 700;
}

.formSubmit {
    clear: both;
    padding: 25px 5px;
}

.formSubmit input {
    padding: 3px;
}

.formError {
    font-weight: 700;
    margin: 15px 0;
    background-color: #fee;
    color: #000;
    border: 1px solid red;
    padding: 10px;
    clear: both;
}

form,.formErrorBack {
    margin: 0;
}

.formRow,.formSpacer {
    clear: both;
}

.formRow {
    height: 100%;
}

#formMainDiv {
    width: 100%;
    display: table;
}

#fsFooter {
    padding-top: 10px; 
    text-align: right; 
    border-top: solid 1px black;
}

#fsFooter img {
    border: 0; 
    vertical-align: text-top;
}

fieldset {
	border: none;
	margin-top: 10px;
	padding: 0;
	clear:both;
}

legend {
	font-weight:bold;
    padding: 10px;
}

fieldset .formText {
	padding: 5px 10px;
	margin: 0;
}
.space {
	text-indent: 10px;
}

