/*This stylesheet is a product of MaKo - Orion HiTek, Inc. email: mako@orion-hitek.com */
/*It can be found at http://www.mako4css.com/  - a tutorial about CSS-P - and you are free to use and/or change it.*/
/*Nevertheless I would appreciate it if you give other people a chance to learn about CSS and the tutorial by leaving this note in the stylesheet*/

BODY {
    background-image: url(images/BGLeads-2.gif); 
    background-attachment: scroll; 
    background-repeat : repeat-y; 
    background-color: #FFFFFF;
    color: #000000; 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0px; 
    }

H1, H2, H3, H4 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; margin-bottom: 0px;}
A {font-size: 1em;}
P, UL, OL, DL {font-size: 0.8em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
P A, P UL, P DL, P OL, OL OL {font-size: 0.9em;}

.Content H4  {margin-bottom: -25px;}

OL {list-style: upper-alpha;}
OL OL {list-style: decimal;}

.mit {text-align: justify;}
.two { font-size: 1em; font-weight: 600;}
.three { font-size: 1em;}
.four { font-size: 0.9em;}
.five { font-size: 0.8em;}
.six { font-size: 0.7em; color: #708090; background-color: transparent;}

.red {color : #FF0000; font-weight: 600; background-color: transparent;}
.mint {color: #009999; font-weight: 600; background-color: transparent;}

.bg {background: #EAEAEA; font-weight: 600; color: #000000;}
.bg2 {background: #F5F5F5; font-weight: 500; color: #000000;}
.byl {background: #F5F5F5; 
        font-weight: 600; 
        font-size: 1em;
        border-style: double;
        border-color: #FF0000;
        border-width: 3px;
        padding: 2px;
        color: #000000;
        }
.fieldbg {background-color: #F8F8F8; color: #000000;} 
       
big {font-size: 1.2em; font-weight: 800;}
small {font-size: smaller;}
strong {font-weight: 600;}

A:link {color : #006699; background-color: transparent;}
A:visited {color : #DC143C; background-color: transparent;}
A:active {color : #FF0000; text-decoration: none; background-color: transparent;}
A:hover {color : #0000CC; text-decoration: none; background-color: transparent;}
A.tot {color: #000000; text-decoration: none; font-weight: 600; background-color: transparent;}

.Navigation {
     position: absolute;
     left: 1px; 
     top: 125px; 
     width: 120px; 
     padding: 2px;
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     color: #000000;
     background-color: transparent;
}
.navbox {background: #FFFFFF; 
        height: auto;
        width: 100px;
        border: 2px groove #DC143C;
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 16px;
        color: #000000;
        margin: 1px;
        padding: 0 0 0 2px;
        }
        
.Content {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0px 25px 0px 130px; 
    padding: 5px;
}
            
.boxM {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 160px;
	margin: 5px 0px;
	padding : 3px;
  border: 2px outset #DC143C;
  color: #000000;
  background: #FFFFFF;
  }

.boxS {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  width: 210px;
  height: auto;
	margin: 0;
	padding : 4px;
  border: 2px outset #DC143C;
  color: #000000;
  background: #FFFFFF;
  }
    
.boxS a {font-size: 0.8em;}
.boxM a {font-size: 11px;}
    
.box2 {
  background: #F5F5F5;
	color : #11405B;
	font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
	margin-left : 0px;
	margin-right : auto;
	padding : 1%;
  border: 1px solid #2E5368;
}

.rrand {float: right;}
.lrand {float: left;}

FORM {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
background: #ffe4e1;
border: 2px solid #FF0000;
margin-left: 20px;
padding: 10px 5px;
width: 400px;
}
    
input {
    font-family:  "Andale Mono", Verdana, Geneva, Arial, Helvetica, sans-serif; 
    color: #0000cc;
    background:#ffffff;
    font-size: 14px; 
    }
    
textarea {
    font-family: "Andale Mono", Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-weight: 600;
    color: #00008B;
    }
