/* =====================================
    CSS PRINT STYLES FOR bailbondsmd.com
   =====================================*/   
/* 
  === Color Directory === 
Blue			  #003399
Pink			  #c42b75
Tan         #e0cca1
*/ 
   
/* print */

body {
  text-align:left;
	background-color:#fff;
  font-family: Trebuchet, Tahoma, Arial, Helvetica;
  font-size:  13px; 
  font-weight:normal; 
  color: #000000;
  }
.no-print {display:none;}  
h1 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:20px; font-weight:normal; color: #039;}
h2 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:18px; font-weight:normal; color: #039;}
h3 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:16px; font-weight:bold; color: #039;}
h4 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:14px; font-weight:bold; color: #039;}
h5 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:12px; font-weight:bold; color: #039;}
h6 {font-family:Trebuchet, Tahoma, Arial, Helvetica; font-size:10px; font-weight:bold; color: #039;}
a:link {text-decoration:none; color:  #039;}
a:visited {text-decoration:none; color:#039;}
a:active{text-decoration:none; color:  #039;}
a:hover {text-decoration:underline; color:  #000000;}
.small {font-size: 10px; font-weight:normal;}
.big {font-size: 18px; font-weight:bold; color:#039;}
.blue {color: #039;}
.hidden {display:none;}
ul li {list-style-type:square ;}
ul li li {list-style-type:disc;}
ul li li li {list-style-type:circle;}
ol li {list-style-type:decimal;}
ol ol li {list-style-type:lower-alpha;}
ol ol ol li {list-style-type:lower-roman;}
#foot {
  font-family:Garamond, Trebuchet MS, Arial, Helvetica; 
  font-size:12px;}
#foot span {margin: 10px 8px 0px 8px;}