

/* Presentation Stylesheet */ 

h1, h1 a {
 color: #7DAA1B;
 font-size: 14pt;
 margin: 0 0 20px 0;
 text-decoration: none;
}

h2 {
 color: #330099;
 padding-left: 18px;
 background: url(../images/decoration.png) 0 0 no-repeat #fff;
 font-size: 11pt;
 margin-bottom: 10px;
}

h3 {
 color: #330099;
 padding-left: 18px;
 background: url(../images/decoration.png) 0 0 no-repeat inherit;
 font-size: 10pt;
 margin: 0;
}

h4,thead td {
 font-size: 10pt;
 font-weight: bold;
}

p, li, div {
 font-size: 10pt;
 margin-bottom: 10px 0 30px 0;
}

td {
 font-size: 9pt;
}

a {
 color: #7DAA1B;
 text-decoration: underline;
}

input, textarea {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 10pt;
}


