/* CSS Document */
.style1 {color: #FFFFFF}
a.foo:link{color:white;text-decoration:none;font-size: 12px;}
a.foo:visited{color:white;text-decoration:none;font-size: 12px;}
a.foo:active{color:white;text-decoration:none;font-size: 12px;}
a.foo:hover{color:white;text-decoration:none;font-size: 12px;}
h1 { 

    font-family: Georgia, "Times New Roman", Times, serif; 

    font-size: 18px; 

    font-weight: bold; 

    color: #000000; 

    }
	h2 { 

    font-family: "Times New Roman", Times, serif; 

    font-size: 16px;

    font-weight: bold; 

    color: #000000; 

    border-bottom: 1px solid #C6EC8C; 

    } 
	h3 { 

    font-family: Georgia, "Times New Roman", Times, serif; 

    font-size: 14px;

    font-weight: bold; 

    color: #000000; 

    border-bottom: 1px solid #C6EC8C; 

    }  
	h4 { 

    font-family: Georgia, "Times New Roman", Times, serif; 

    font-size: 14px;

    font-weight: bold; 

    color: #000000; 

    border-bottom: 1px solid #C6EC8C; 

    } 
	h5 { 

    font-family: Georgia, "Times New Roman", Times, serif; 

    font-size: 14px;

    font-weight: bold; 

    color: #000000; 

    border-bottom: 1px solid #C6EC8C; 

    }
	h6 { 

    font-family: Georgia, "Times New Roman", Times, serif; 

    font-size: 14px;

    font-weight: bold; 

    color: #000000; 

    border-bottom: 1px solid #C6EC8C; 

    }  
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.style3 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

