/* 
    Document   : greens
    Created on : Apr 13, 2009, 9:24:23 PM
    Author     : Jon
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
margin: 0;
padding: 0;
background: #95B3D7;
color: black;
font-family: Arial, Helvetica, sans-serif;
}

h2 {
font-size:14px;
font-weight:bold;
}

h3 {
font-size:12px;
font-weight:bold;
}

ul {
font-size:10px;
}

li {
margin-bottom:1em;
}

p {
margin: 8px 28px .8em 0px;
font-size: 12px;
line-height: 1.3em;
}

p.quote {
margin: 12px 12px 1.2em 0px;
text-align: center;
font-weight: bold;
font-size: 12px;
line-height: 1.3em;
}

indent {
margin-left:30px;
}

contact {
margin: 8px 0 .8em 16px;
font-size: 10px;
line-height: 1.3em;
}

table {

}

.bas1 {
font-size: 12px;
margin-top: 0px;
}

td.h {
text-decoration:underline;
font-weight:bold;
text-align:center;
font-size:12px;
}

td.d {
font-size:12px;
text-align:right;
margin-right:5px;
}

td.n {
font-size:12px;
text-align:center;
margin-right:5px;
}

