P, DT, DL, LI  {
	font-family: arial, verdana, helvetica;
    font-size: 12px;
}

H1  {}

H2  {}

H3  {}

A  {
	font-family: arial, verdana, helvetica;
	font-weight : bold;
	font-style : normal;
	color : #003366;
	text-decoration : none;
}

a:active, a:visited, a:link {
	color : #003366;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
        
a:hover {
    text-decoration: underline;
}

BODY  {
	font-family: arial, verdana, helvetica;
	font-style: normal;
	color: Black;
	text-decoration: none;
}

.imgright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.imgleft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.caption {
    font-size: 11px;
    font-style: italic;
}

.whitecaption {
    font-size: 11px;
    font-style: italic;
    color: #ffffcc;
}

.blackcaption {
    font-size: 11px;
    font-style: italic;
    color: #000000;
}

.q {
    color: #660000; 
    font-size: 15px; 
    font-weight: bold;
}

.a {
    color: #006600; 
    font-size: 15px; 
    font-weight: bold;
}

.articleheading {
    font-size: 15px; 
    font-weight: bold; 
    color: #333333; 
    text-align: left;
}

.articledate {
    font-size: 12px;
    font-style: italic;
    color: #333333;
}

.pageheading  {
    font-size: 20px; 
    font-weight: bold; 
    color: #333333;
}

.texthighlight {
    font-weight: bold;
    color: #333333;
}

.linkonblue {
    color: #ffffcc;
}
