/* html tags */

BODY { font-family:arial; font-size:12px; color:#09222E; }
TD { font-family:arial; font-size:12px; color:#09222E; }
INPUT { font-family:arial; font-size:12px; color:#09222E; width:200px; }
SELECT { font-family:arial; font-size:12px; color:#09222E; }
TEXTAREA { font-family:arial; font-size:12px; color:#09222E; width:200px; height:100px; }

a { font-family:arial; font-size:12px; color:#09222E; text-decoration:underline; }
a:hover { text-decoration:none; }
ol { }
ul { padding-left:27;margin-left:0;margin-top:5;margin-bottom:7}

/* custom styles */

.nav { text-decoration:none; }
.nav:hover { text-decoration:underline; }
.nav_selected { font-family:times; font-size:13px; color:#09222E; text-decoration:underline; line-height:19px; font-weight:bold; }
.textlink { font-family:arial; font-size:12px; color:#09222E; text-decoration:underline; }
.textlink:hover { color:#983C2C; }
.title { font-family:times; font-size:14px; font-weight:bold; }

/* font styles */

.bodytext { line-height:18px;}
.small { font-size:11px; }
.intro { font-size:12px; line-height:18px; }
.extrasmall { font-size:9px; }
.medium { font-size:13px; }
.large { font-size:14px; }
.extralarge { font-size:16px; }
.extraextralarge { font-size:22px; }
.error { color:#FF0000; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { text-decoration:underline; }
.h1style { line-height:18px; margin:0px; }
.center { text-align: center; }

/* font families */

.arial { font-family:arial; }
.times { font-family:times; }

/* colors */

.white { color:#E6E7E8; }
.black { color:#09222E; }
.grey { color:#899399; }
.pink { color:#ECB5AB; }
.red { color:#983C2C; }

/* background colors */

.bggrey { background:#E1E1E3; }
.bgred { background:#983C2C; }
.bgwhite { background:#FFFFFF; }
.bgblack { background:#030608; }

/* form styles */

/* div styles */

div.float {
border: 1px dashed #FF0000;
color: #000000;
text-align: center;
width: 100px;
margin: 0px;
padding: 4px;
float: left;
}
.switchdiv { display:none; }

/* TABLE STYLE */
.bodytext table tr td,
.bodytext table {
  border: 1px solid #E1E1E3;
}

.bodytext table {
  width: 100%;
  margin: 0 0 10px 0;
}

.bodytext table tr td {
  padding: 0 0 10px 0;
  vertical-align: top;
}

/* Testimonials */
div.testimonial {
  margin: 20px 20px 0 20px;
}

div.testimonial img.photo {
  border: 1px #e1e1e1 solid;
  float: left;
  margin-right: 12px;
  padding: 4px;
}

div.testimonial span.text {
  color: #9e9e9e;
  display: block;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  line-height: 20px;
}

div.testimonial span.name {
  color: #ad625f;
  display: block;
  font-style: italic;
  margin-top: 10px;
  font-family: Georgia;
}
