body {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCC99;
	color: #000000;
}	

.col-a {
	color: #0000FF;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #663399;
}
a:active {
	color: #FF0000;
}

div {
	
	font-size: 12pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	
}

td {
	font-size: 12pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	color: Black;
}
/*black = #000000;*/


p {
	font-size: 12pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	/*text-align: justify;*/
	color: Black;
	}

.default {
	font-size: 12pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCC99;
	color: #000000;
	}

.menuright {
font-size:8pt;
text-align:right;
}
.menucntr {
text-align:center;
font-size:8pt;
}
.menuleft {
	text-align: left;
	font-size: 5pt;
}

.lgfont {
font-size:14pt;
}


.lgfontmar {
	font-size:14pt;
	color: Maroon;
}

.lgfontlft {
font-size:14pt;
text-align:left;
}

.lgfontcntr {
font-size:14pt;
text-align:center;
}

.lgfontrgt {
	font-size: 14pt;
	text-align: right;
}

.xlgfont {
	font-size: 18pt;
	color: Maroon;
	font-weight: bold;
}

.xlgfontcntr {
	font-size: 18pt;
	text-align: center;
	color: Maroon;
	font-weight: bold;
}

.right {
text-align:right;
}

.center {
text-align:center;
}

.left {
text-align:left;
}

.justify {
text-align:justify;
}

.sml {
text-align:left;
font-size:8pt;
}

.smlcntr {
text-align:center;
font-size:8pt;
}
.sml10j {
text-align:justify;
font-size:10pt;
}

.med {
font-size:12pt;
}

.medright {
font-size:12pt;
text-align:right;
}

.medcenter {
	font-size: 12pt;
	text-align: center;
	color: red;
	font-weight: bold;
}

.medlft {
font-size:12pt;
text-align:left;
}

.medj  {
text-align:justify;
font-size:12pt;
}

/*Heading 6 (smallest) */
H6 {
font-size : 10pt;
color : #003366;
text-align : left;
}

/*Heading 5 */
H5 {
font-size : 11pt;
color : #003366;
}

/*Heading 4 */
H4 {
font-size : 12pt;
color : #003366;
}

/*Heading 3 */
h3 {
	text-align: center;
	font-size: 15pt;
		color: Black;
}


/*Heading 2 */
h2 {
	text-align: center;
	font-size: 15pt;
	font-family: 	"Times New Roman", Times, serif;
	color: Black;
}

/*Heading 1 (biggest) */
H1 {
	font-size: 18pt;
	text-align: center;
	font-family: 	"Times New Roman", Times, serif;
	color: Black;
	margin-top: 0.75em;
	margin-left: 0;
	padding-left: 0;
}

 