/**
 * File name:     lovett.css
 * Context path:  lovettcreations.com
 * Author:        David Lovett   
 * Created:       4-3-2006 (DL)
 * Last modified: 7-31-2006 (DL)
 **/
 
 
/*
 * style group: Overall copy style
 *
 * purpose:     These styles are applied to the body copy
 *              and headlines. 
 */

h1 {
  color:           #639442;
  font-family:     verdana, arial, sans-serif;
  font-size:       20pt;
  font-weight:     normal;
  line-height:     16pt;
  text-decoration: none;
}

h2 {
  color:           #639442;
  font-family:     verdana, arial, sans-serif;
  font-size:       14pt;
  font-weight:     normal;
  line-height:     12pt;
  text-decoration: none;
}

p {
  color:           #000000;
  font-family:     verdana, arial, sans-serif;
  font-size:       9pt;
  font-weight:     normal;
  line-height:     14pt;
  text-decoration: none;
}

ul {
  color:           #000000;
  font-family:     verdana, arial, sans-serif;
  font-size:       9pt;
  font-weight:     normal;
  line-height:     14pt;
  text-decoration: none;
}

ol {
  color:           #000000;
  font-family:     verdana, arial, sans-serif;
  font-size:       9pt;
  font-weight:     normal;
  line-height:     14pt;
  text-decoration: none;
}

.normal {
  color:           #000000;
  font-family:     verdana, arial, sans-serif;
  font-size:       9pt;
  font-weight:     normal;
  line-height:     14pt;
  text-decoration: none;
}


.small {
  color:           #000000;
  font-family:     verdana, arial, sans-serif;
  font-size:       8pt;
  font-weight:     normal;
  line-height:     10pt;
  text-decoration: none;
}

.large {
  color:           #639442;
  font-family:     verdana, arial, sans-serif;
  font-size:       10pt;
  font-weight:     bold;
  line-height:     12pt;
  text-decoration: none;
}

.gray {
  color:           #6a6a6a;
  font-family:     verdana, arial, sans-serif;
  font-size:       10pt;
  font-weight:     bold;
  line-height:     12pt;
  text-decoration: none;
  shading: 	   	   none;
}

.gray2 {
  color:           #b0b0b0;
  font-family:     verdana, arial, sans-serif;
  font-size:       10pt;
  font-weight:     normal;
  line-height:     12pt;
  text-decoration: none;
  shading: 	   	   none;
}


.green {
  color:           #639442;
  font-family:     verdana, arial, sans-serif;
  font-size:       10pt;
  font-weight:     bold;
  line-height:     12pt;
  text-decoration: none;
}

.green2 {
  color:           #639442;
  font-family:     verdana, arial, sans-serif;
  font-size:       14pt;
  font-weight:     bold;
  line-height:     18pt;
  text-decoration: none;
}

.orange {
  color:           #ff6600;
  font-family:     verdana, arial, sans-serif;
  font-size:       16pt;
  font-weight:     bold;
  line-height:     18pt;
  text-decoration: none;
}

.black2 {
  color:           #000000;
  font-family:     verdana, arial, sans-serif;
  font-size:       14pt;
  font-weight:     bold;
  line-height:     18pt;
  text-decoration: none;
}

.red {
  color:           #FF0000;
  font-family:     verdana, arial, sans-serif;
  font-size:       8pt;
  font-weight:     normal;
  line-height:     12pt;
  text-decoration: none;
}

.white {
  color:           #FFFFFF;
  font-family:     verdana, arial, sans-serif;
  font-size:       10pt;
  font-weight:     bold;
  line-height:     14pt;
  text-decoration: none;
}

.whitelg {
  color:           #FFFFFF;
  font-family:     verdana, arial, sans-serif;
  font-size:       11pt;
  font-weight:     bold;
  line-height:     12pt;
  text-decoration: none;
}

/*
 * style group: Body margins
 *
 * purpose:     These styles are applied to the body traits. 
 */

body {
  margin-top: 10px; 
  margin-right: 0px; 
  margin-bottom: 10px; 
  margin-left: 0px; 
	}


/*
 * style group: Overall link style
 *
 * purpose:     These styles are applied to the body copy. 
 */

a:link { text-decoration: none; color:# } 
a:active { text-decoration: none; color:#   } 
a:hover { text-decoration: underline; color:# }
a:visited { text-decoration: none; color:#   } 

.link-one {
color: 			   #639442;
font-family:       verdana, arial, sans-serif;
font-size:         9pt;
font-weight:       normal;
line-height:       14pt;
text-decoration:   none;
}

.link-two {
color: 			   #639442;
font-family:       verdana, arial, sans-serif;
font-size:         8pt;
font-weight:       normal;
line-height:       12pt;
text-decoration:   none;
}


.link-white {
color: 			   #FFFFFF;
font-family:       verdana, arial, sans-serif;
font-size:         9pt;
font-weight:       normal;
line-height:       14pt;
text-decoration:   none;
}

table.border {
border-width: 1px;
border-style: solid;
border-color: #639442;
border-collapse: collapsed;
}


/*
 * style group: HR rule
 *
 * purpose:     These styles are applied to HR. 
 */

hr {border: none 0; 
border-top: 1px solid #639442;
width: 100%;
height: 1px;
} 

hr.short {border: none 0; 
border-top: 1px solid #639442;
width: 935;
height: 1px;
align: center; 
} 

hr.blue {border: none 0; 
border-top: 4px solid #75AFD6;
width: 100%;
height: 1px;
} 