body {
color: #333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em; 
line-height: 170%;
}
p {
padding: 7px 0 7px 0;
}
p, br, td {
font-size: 0.9em;
}
td p {
margin: 0;
padding: 0;
font-size: 0.9em;
}
/**************************
LINK STYLES
**************************/
a {
color: #8ea9b1;
font-weight: bold;
text-decoration: none;
font-size: 0.9em; 
}
a:hover {
color: #618792;
font-weight: bold;
text-decoration: underline
font-size: 0.9em; 
}
/**************************
H-tags
**************************/
h1, h2, h3, h4, h5 {
color: #5C7C7C;
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
line-height: normal;
padding: 0;
margin: 0 0 16px 0;
}
h2 {
font-size: 1.3em;
line-height: normal;
margin: 0;
padding: 5px 0;
}
h3 {
font-size: 1.2em;
font-weight: bold;
padding: 0;
margin: 0;
}
h4 {
font-size: 1.0em;
}

/**************************
CONTENT DIV STYLES
**************************/
#content p {
font-size: 0.9em;
line-height: 180%;
margin: 3px 0 12px 0;
padding: 0;
}
#content p.introtext {
color: #618792; /*5C7C7C*/
font-size: 0.9em;
line-height: 160%;
margin: 0 0 18px 0;
}
#content li {
font-size: 0.9em;
font-weight: normal;
line-height: 130%;
text-transform: none;
margin: 0;
padding: 0;
}
#content li li {
font-size: 0.9em;
}
#content a
{
text-decoration: underline;
}
.footer-text {
font-size: 0.9em;
text-align: center;
}

/**************************
FORM STYLES
**************************/
input, textarea {
border: solid 1px #aa9c8f;
}
