body, p, td, ul, blockquote
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 16px; 
	color: #333333
}
h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size: 24px; 
    font-weight: bold; 
    color: #333333
}
h2
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 21px; 
    font-weight: bold; 
    color: #333333
}
h3
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 18px; 
    font-weight: bold; 
	line-height: 20px; 
    color: #333333
}
h4
{
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size: 15px; 
    font-weight: bold; 
    color: #333333
}
pre
{
    font-family: monospace; 
    font-size: 11px; 
    line-height: 16px; 
    color: #333333
}

a:link
{
    color: #003399; 
    text-decoration: none; 
    font-weight: bold
}
a:visited
{
    color: #003399;
    text-decoration: none; 
    font-weight: bold
}
a:hover
{
    color: #ff0000;
    text-decoration: underline; 
    font-weight: bold
}
a:active
{
    color: #ff0000;
    text-decoration: underline; 
    font-weight: bold
}

a.menu:link
{
    color: #ffff99; 
    text-decoration: none; 
    line-height: 20px; 
    font-weight: bold
}
a.menu:visited
{
    color: #ffff99;
    text-decoration: none; 
    line-height: 20px; 
    font-weight: bold
}
a.menu:hover
{
    color: #ffff99;
    text-decoration: underline; 
    line-height: 20px; 
    font-weight: bold
}
a.menu:active
{
    color: #ffff99;
    text-decoration: underline; 
    line-height: 20px; 
    font-weight: bold
}
.divider
{
    background: #ffffcc;
    color: #000000
}
.highlight
{
    background: #ffffff;
    color: #ff0000
}
.hidden
{
    display: none
}
.ed
{
    background: #ffffff;
    color: #ff6666
}
.important
{
    background: #ffffff;
    color: #ff0000
}
.headerHighlight
{
	color: #ff0000;
	font-weight: bold;
	background: #ffffff;
	text-align: center;
}

