/**
 * File name:     fineline.css
 * Context path:  fineline.com
 * Author:        David Lovett   
 * Created:       7-30-2007 (DL)
 **/
 
 
/*
 * style group: Overall copy style
 *
 * purpose:     These styles are applied to the body copy
 *              and headlines. 
 */

h1 {
  color:           #6e787e;
  font-family:     verdana, arial, sans-serif;
  font-size:       20pt;
  font-weight:     normal;
  line-height:     22pt;
  text-decoration: none;
}

h2 {
  color:           #6e787e;
  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:       8pt;
  font-weight:     normal;
  line-height:     12pt;
  text-decoration: none;
}

ul {
  color:           #000000;
  font-family:     verdana, arial, sans-serif;
  font-size:       8pt;
  font-weight:     normal;
  line-height:     12pt;
  text-decoration: none;
}

ol {
  color:           #000000;
  font-family:     verdana, arial, sans-serif;
  font-size:       8pt;
  font-weight:     normal;
  line-height:     12pt;
  text-decoration: none;
}

.normal {
  color:           #000000;
  font-family:     verdana, arial, sans-serif;
  font-size:       8pt;
  font-weight:     normal;
  line-height:     12pt;
  text-decoration: none;
}

.small {
  color:           #ffffff;
  font-family:     verdana, arial, sans-serif;
  font-size:       7pt;
  font-weight:     normal;
  line-height:     12pt;
  text-decoration: none;
}

.headline {
  color:           #6e787e;
  font-family:     verdana, arial, sans-serif;
  font-size:       20pt;
  font-weight:     normal;
  line-height:     18pt;
  text-decoration: none;
}

.large {
  color:           #6e787e;
  font-family:     verdana, arial, sans-serif;
  font-size:       12pt;
  font-weight:     normal
  line-height:     16pt;
  text-decoration: none;
}

.red {
  color:           #FF0000;
  font-family:     verdana, arial, sans-serif;
  font-size:       7pt;
  font-weight:     normal;
  line-height:     12pt;
  text-decoration: none;
}

.white {
  color:           #FFFFFF;
  font-family:     verdana, arial, sans-serif;
  font-size:       8pt;
  font-weight:     bold;
  line-height:     12pt;
  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: 10px; 
  margin-bottom: 10px; 
  margin-left: 10px; 
  background: img src="images/fineline_21.jpg"
	}
	

body { 
background-image: 
url('images/fineline_21.jpg');
background-repeat: repeat
}


/*
 * style group: Overall link style
 *
 * purpose:     These styles are applied to the body copy. 
 */

a:link { text-decoration: none; color:#6e787e  } 
a:active { text-decoration: none; color:#6e787e   } 
a:hover { text-decoration: underline; color:#6e787e }
a:visited { text-decoration: none; color:#6e787e   } 

.link-one {
color: 			   #6e787e;
font-family:       verdana, arial, sans-serif;
font-size:         8pt;
font-weight:       normal;
line-height:       12pt;
text-decoration:   none;
}

.link-two {
color: 			   #6e787e;
font-family:       verdana, arial, sans-serif;
font-size:         7pt;
font-weight:       normal;
line-height:       12pt;
text-decoration:   none;
}

.link-white {
color: 			   #FFFFFF;
font-family:       verdana, arial, sans-serif;
font-size:         7pt;
font-weight:       normal;
line-height:       12pt;
text-decoration:   none;
}



/*
 * style group: Table border
 *
 * purpose:     These styles are applied to tables. 
 */
 


/*
 * style group: HR rule
 *
 * purpose:     These styles are applied to HR. 
 */

hr {border: none 0; 
border-top: 1px solid #057c9f;
width: 100%;
height: 1px;
} 

hr.long {border: none 0; 
border-top: 1px solid #DDDDDD;
width: 100%;
height: 1px;
} 

hr.blue {border: none 0; 
border-top: 4px solid #057c9f;
width: 100%;
height: 1px;
} 