body
{
    font-size: 9pt;
    font-family: 'Arial';
    text-align: justify
}
div
{
    font-size: 9pt;
    font-family: 'Arial';
    text-align: justify
}
div.small
{
	font-size: 8pt;
}
div.center
{
    text-align: center
}
div.right
{	
    text-align: right
}
h3
{
    font-size: 11pt;
    color: green;
    font-family: 'Arial'
}
h3.center
{
    text-align: center
}
h4
{
    font-size: 10pt;
    color: black;
    font-family: 'Arial'
}
a:link
{
    color: darkgreen
}
a:visited
{
    color: darkgreen
}
a:hover
{
    color: green
}
hr
{
    color: darkgreen
}
th
{
	font-size: 9pt;
}
a.navbar
{
    font-size: 9pt;
    font-weight: bold
}
a.navbar:link
{
    
    color: white
}
a.navbar:visited
{
    color: white
}
a.navbar:hover
{
    color: rgb(0,0,255)
}
input, select
{
	font-size: 11pt;
}