h1, h2, h3, h4, h5, h6 {
    font-family: verdana, arial, sans-serif;
    font-style: normal;
    color: black;
}

p.content {
    text-indent: 2em;
    font-size: 10pt;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	color: black;
}

p.listing {
    text-indent: 0em;
	font-size: 10pt;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	color: black;
}

p.notes-b {
    text-indent: 0em;
    font-size: 8pt;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    color: black;
}

p.notes-w {
    text-indent: 0em;
    font-size: 8pt;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    color: white;
}

font.list-n {
    font-size: 10pt;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	color: black;
}

font.list-bw {
    font-size: 10pt;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: white;
}

font.form-n {
    font-size: 10pt;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
    font-style: italic;
	color: black;
}

font.form-b {
    font-size: 10pt;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-style: italic;
	color: black;
}

a:link {
    text-decoration: none;
    color: #336699;
}

a:visited {
    text-decoration: none;
    color: #336699;
}
 
a:hover {
    color: #CC3366;
}

a.lite:link {
    text-decoration: none;
    color: white;
}

a.lite:visited {
    text-decoration: none;
    color: white;
}

a.lite:hover {
    color: #CC3366;
}

.button {
    font-size: 8pt;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: black;
    background-color: #F8F8FF;
}

.buttonsm {
    font-size: 6pt;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: black;
    background-color: #DDDDDD;
}