/* CSS Document */

H1 { 

font-weight: normal; 
font-size: 16pt;
color: #000000;
line-height: 18pt; 
font-family: Times New Roman; 
font-variant: normal;
font-style: normal;
font-stretch: normal;
font-size-adjust: none;
link: Yellow;


}

H2 { 

font-weight: normal; 
font-size: 13pt;
color: #000000;
line-height: 18pt; 
font-family: Arial; 
font-variant: normal;
font-style: normal;
font-stretch: normal;
font-size-adjust: none;
link: Yellow;


}

H3 { 

font-weight: normal; 
font-size: 9pt;
color: #000000;
line-height: 14pt; 
font-family: Arial; 
font-variant: normal;
font-style: normal;
font-stretch: normal;
font-size-adjust: none;
link: Yellow;


}

Body {
background-color:#FFFFFF;
font-weight: none; 
font-size: 10pt;
color: #000000;
line-height: 15pt; 
font-family: Arial; 
font-variant: normal;
font-style: normal;
font-stretch: normal;
font-size-adjust: none;
link: Red;
}


p { 
color:#000000
}


A:link {
color:#Blue;
font-style:normal;
text-decoration:none;
}

A:visited {
color:#Red;
font-style:normal;
text-decoration:none;
}

A:active {
color:#Red;
font-style:normal;
text-decoration:none;
}

A:hover {
text-decoration: underline;
text-decoration:none}
