/* Barbosa Law Group
   www.barbosalaw.com
   CSS Stylesheet 

   Last Modified 03-07-04 (DLG)
*/

/* Link Definitions */

a:link {
        font-family: Verdana, Arial, sans-serif; 
        font-size: 12px; 
 	text-decoration: none; 
 	color: #285050
 }

a:active {
        font-family: Verdana, Arial, sans-serif; 
        font-size: 12px; 
 	text-decoration: none; 
 	color: #285050
 }

a:visited {
        font-family: Verdana, Arial, sans-serif; 
        font-size: 12px; 
 	text-decoration: none; 
 	color: #285050
 }

a:hover {
        font-family: Verdana, Arial, sans-serif; 
        font-size: 12px; 
 	border-bottom: 1px dashed #285050; 
 	text-decoration: none; 
 	color: #285050
 }

/* Menu Link Definitions */

a.menu:link {
	font-family: "Trebuchet MS", Arial, sans-serif;
        font-size: 14px; 
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
        font-weight: bold;
 	text-decoration: none; 
 	color: #285050
 }

a.menu:active {
	font-family: "Trebuchet MS", Arial, sans-serif;
        font-size: 14px; 
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
        font-weight: bold;        
 	text-decoration: none; 
 	color: #B9CACA
 }

a.menu:visited {
	font-family: "Trebuchet MS", Arial, sans-serif;
        font-size: 14px; 
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
        font-weight: bold;
 	text-decoration: none; 
 	color: #285050
 }

a.menu:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
        font-size: 14px; 
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
        font-weight: bold;
 	border-top: 1px solid #285050; 
 	border-bottom: 1px solid #285050; 
 	background: #285050; 
 	text-decoration: none; 
 	color: #B9CACA
 }

/* Footer Link Definitions */

a.footerlink:link {
        font-family: Verdana, Arial, sans-serif; 
        font-size: 10px; 
 	text-decoration: none; 
 	color: #285050
 }

a.footerlink:active {
        font-family: Verdana, Arial, sans-serif; 
        font-size: 10px; 
 	text-decoration: none; 
 	color: #285050
 }

a.footerlink:visited {
        font-family: Verdana, Arial, sans-serif; 
        font-size: 10px; 
 	text-decoration: none; 
 	color: #285050
 }

a.footerlink:hover {
        font-family: Verdana, Arial, sans-serif; 
        font-size: 10px; 
 	border-bottom: 1px dashed #285050; 
 	text-decoration: none; 
 	color: #285050
 }

body { 
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 0px; 
        color: #FFFFFF;
        }
        
p, td { 
        font-family: Verdana, Arial, sans-serif; 
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        text-align: justify;
        line-height: 140%;         
        font-size: 12px;
        color: black
        }

h1, h2, h3, h4, h5 { 
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #285050
 }

.headline { 
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0px;
	color: #285050
 }

.subhead { 
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: italic;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #285050
 }
     
.mainpanel { 
        font-family: Verdana, Arial, sans-serif;
        margin-top: 0px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0px; 
        padding: 15px;
        font-size: 12px;
        width: 575px;
        height: 375px;
        overflow: auto;
        color: black
        }     
              
.footer { 
        font-family: Veranda, Arial, Helvetica, sans-serif; 
        font-size: 10px; 
        margin-top: 5px;
        margin-left: 25px;
        margin-right: 45px;
        margin-bottom: 0px; 
        text-align: justify;
        line-height: 110%;  
        color: black
        }
        



