/* CSS Document */
BODY {
    FONT-FAMILY: Tahoma;
    font-size:16px; 
    color:#000000; 
    font-style: strong; 
    line-height: normal; 
    height: auto; 
    width: auto
}

H1 {
	
    font-family:Tahoma; 
    font-size: 20pt;
    color:#cc0000; 
    font-style: normal; 
    line-height: normal; 
    height: auto; 
    width: auto
}

H2 {
    font-family:Tahoma; 
    font-size: 17pt;
    color:#cc0000; 
    font-style: normal; 
    line-height: normal; 
    height: auto; 
    width: auto
}
H3 {
    font-family:Tahoma; 
    font-size: 15pt;
    color:#cc0000; 
    font-style: normal; 
    line-height: normal; 
    height: auto; 
    width: auto
}
H4 {
    font-family:Tahoma; 
    font-size: 13pt;
    color:#000000; 
    font-style: normal; 
    line-height: normal; 
    height: auto; 
    width: auto
}
td {
     FONT-FAMILY: Tahoma;
     font-size:16px; 
     color:#000000; 
     font-style: strong; 
     line-height: normal
}
A {
    text-decoration: underline; 
	color: #000099
}
A:hover
{
	color: #FF0000;
	TEXT-DECORATION:underline
}