a {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;}
a:link { color:#FF6600; text-decoration:none}
a:visited { color:#FF6600; text-decoration:none}
a:hover {color:#FF6600; text-decoration:none}
a:active { color:#FF6600; text-decoration:none}

a {
white-space: nowrap;
}

.topnav A:link {text-decoration: none; font-family: Verdana; font-size: 11px; color: #FFFFFF}
.topnav A:visited {text-decoration: none; font-family: Verdana; font-size: 11px; color: #FFFFFF}
.topnav A:active {text-decoration: none; font-family: Verdana; font-size: 11px; color: #FFFFFF}
.topnav A:hover {text-decoration: none; font-family: Verdana; font-size: 11px; color: #FFCC00}


.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 20px;
	padding-right: 20px;

}
.border {
	border: 1px solid #CCCCCC;
}


h1.home {
  color: #CC3300;
  background: transparent;
  font-weight: bold;
  font-size:11px;
}
h1 {
  color: #CC3300;
  background: transparent;
  font-weight: bold;
  font-size:14px;
}
h3 {
  color: #000000;
  background: transparent;
  font-weight: bold;
  font-size:11px;
  line-height:24px;
}
h2 {
  color: #CC3300;
  background: transparent;
  font-weight: bold;
  font-size:14px;
}
h4 {
  color: #CC3300;
  background: transparent;
  font-weight: bold;
  font-size:14px;
}
ul {padding-top:20px;}
li {padding:8px 0;}



.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;

}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

#quote {
font:normal 11px verdana; 
}

#quote td  {border-bottom:solid 1px #ebebeb;}
#quote tr { text-align:left; border-bottom:solid 1px #ebebeb;}
input { background:#ebebeb;height:20px;border:solid 1px #333}
.red {color:#FF0000}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 100px;
background:url(images/formbg2.gif) repeat-x left top;
}