/* CSS Document */

body {
	font: "Times New Roman", Times, serif;
	background-color: ##CCCCCC;
	margin: 0px, 0px, 0px, 0px;
	font-size: 12pt;
	}
	
h1 {
	color: #cc0000;
	font-size: 16pt;
	
	}

h2 {
	color: #0A287B;
	font-size: 13.5pt;
	
	}

h3 {
	color: #cc0000;
	font-size: 12pt;
	}
	
.small_font {
	font-size: 10pt;
	}
	
.notes {
	font-size: 9px;
	}
	
.bold-red {
	color: #cc0000;
	font-size: 13.5pt;
	}