body {
  margin:0;
  font-size:90%; font-weight: normal; width: auto; height: auto;
  color:#555;
}
div,p {
  font: 1em Georgia;
  font: 1em Verdana;
  font-size:1em;
  line-height:135%;
  color:#001F3D;
}
h1,h2,h3 {
  letter-spacing:1px; 
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight:normal;
  color:#002E5C;
}
h1 { font-size:20px; }
h2 { font-size:18px; }
h3 { font-size:17px; }

div.clear { clear:both; }
div.clearL { clear:left; }
div.clearR { clear:right; }


.turquoise {
  color:#72A291;
}




/** ANCHOR **/
a {
  color:#A35229;
  background-image:none;
  background-repeat:no-repeat;
  background-position:center left;
  text-decoration:none;
}
a:hover {
  color:#72A291;
}
a.download01 {
  color:#A35229;
  background-image:url("../images/download_icon.gif");
  background-repeat:no-repeat;
  background-position:center left;
  padding-left:25px;
  height:22px;
  display:block;
  font-size:1.1em;
  text-decoration:underline;
}
a.download01:hover {
#  text-decoration:none;
  color:#72A291;
}
.arrowLinksRed a {
  color:#A35229;
  background-image:url("../images/dbl-right-arrow-c63.gif");
  background-repeat:no-repeat;
  background-position:center left;
  padding-left:12px;
  text-decoration:underline;
  text-decoration:none;
}
.arrowLinksRed a:hover {
  color:#72A291;
  background-image:url("../images/dbl-right-arrow-669999.gif");
}
.arrowLinksTurquoise a {
  color:#72A291;
  background-image:url("../images/dbl-right-arrow-669999.gif");
  background-repeat:no-repeat;
  background-position:center left;
  padding-left:12px;
  text-decoration:underline;
  text-decoration:none;
}
.arrowLinksTurquoise a:hover {
  color:#A35229;
  background-image:url("../images/dbl-right-arrow-c63.gif");
}






/** INPUT **/
span.button_red {
  cursor:pointer;
  display:block;
  background: url('../images/button-left-red.gif') top left no-repeat;
  border:0;
  margin:0 1px 0 0 ;
  float:left;
  clear:both;
}
span.button_red input {
  cursor:pointer;
  background: url('../images/button-right-red.gif') top right no-repeat;
  border:0;
  padding: 1px 10px 3px 12px;
  font:12px verdana;
  color:white;
}
span.button_red:hover {
  background: url('../images/button-left-red_hover.gif') top left no-repeat;
}
span.button_red input:hover {
  background: url('../images/button-right-red_hover.gif') top right no-repeat;
}
span.button_red input:active {
  padding: 2px 9px 2px 13px;
}

