A:LINK {
    text-decoration : underline;
    color : blue;
}
A:VISITED {
    text-decoration : underline;
    color : blue;
}
A:ACTIVE {
    text-decoration : none;
    color : blue;
}
A:HOVER {
    text-decoration : underline;
    color : red;
}

A:LINK.pink_link {  color : #FF00FF;  font-size : 12pt;  text-decoration : none;}
A:VISITED.pink_link {  color : #FF00FF;  font-size : 12pt;  text-decoration : none;}
A:ACTIVE.pink_link {  color : #FF00FF;  font-size : 12pt;  text-decoration : none;}
A:HOVER.pink_link {   color : #FF66FF;  font-size : 12pt;   text-decoration : underline;}

A:LINK.pink_link8 {  color : #FF00FF;  font-size : 8pt;  text-decoration : none;}
A:VISITED.pink_link8 {  color : #FF00FF;  font-size : 8pt;  text-decoration : none;}
A:ACTIVE.pink_link8 {  color : #FF00FF;  font-size : 8pt;  text-decoration : none;}
A:HOVER.pink_link8 {   color : #FF66FF;  font-size : 8pt;   text-decoration : underline;}

A:LINK.blue_link {  color : #0033FF;  font-size : 12pt;  text-decoration : none;}
A:VISITED.blue_link {  color : #0033FF;  font-size : 12pt;  text-decoration : none;}
A:ACTIVE.blue_link {  color : #0033FF;  font-size : 12pt;  text-decoration : none;}
A:HOVER.blue_link {   color : #66FFFF;  font-size : 12pt;   text-decoration : underline;}

.font8 {font-size : 8pt;}

.font12 {
		font-size : 12pt;
		font-weight: bold;
		color : #CC0000;}

.TITLEBAR {
    font-size : 14pt;
    margin-top : 1px;
    margin-bottom : 1px;
    background-color : gold;
}
H1 {
    font-size : 14pt;
    margin-top : 1px;
    margin-bottom : 1px;
    background-color : #FF3399;
}
H2{
    font-size : 12pt;
    margin-top : 1px;
    margin-bottom : 1px;
}
H3{
    font-size : 11pt;
    margin-top : 1px;
    margin-bottom : 1px;
}
H4{
    margin-top : 1px;
    margin-bottom : 1px;
}
H5{
    font-weight : normal;
    margin-top : 1px;
    margin-bottom : 1px;
}
H6{
    font-size : 10pt;
    font-weight : normal;
    margin-top : 1px;
    margin-bottom : 1px;
}

BODY{
    font-size : 10pt;
}

/* footer *****************************************************************/


#footer .f1

{

	font-size:70%;

	line-height:120%;

	color: #818181;

}



#footer .f1 a

{

	text-decoration: none;

	color: #818181;

}



#footer .f2

{

	font-size:75%; letter-spacing:1px;



}



#footer .bold

{

	font-size:75%; letter-spacing:1px;

	font-weight: bold;

	color: #616161;

}



#footer a:hover

{

	color: #0099FF;

}