@charset "UTF-8";
/* CSS Document */

.p {
    font-size: 14px;
    line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	}
	
.headline {
    font-size: 24px;
	font-weight: bold;
    line-height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	}
	
.bold {
    font-size: 14px;
	font-weight: bold;
    line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	}
	
.italic {
    font-size: 14px;
	font-style: italic;
    line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	}
	
.italicbold {
    font-size: 14px;
	font-style: italic;
	font-weight: bold;
    line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	}

.legal {
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color:#000000;
	}

