body {
	background-color: White;
	color: black;
	scrollbar-3dlight-color: #F0ECEB;
	scrollbar-arrow-color: #0042AA;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: #FBDCAD;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #5597FF;
	scrollbar-track-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 4px;
	margin-top: 4px;
}

p {
	text-align: justify;	
	font-size: 10pt;
	
}

hr {
	color:#003495;
}

.hr2 {
	color: #E02E32;
}
h1 {
	color: #E02E32;
	text-align: center;
	font-family: "Arial Black";
	font-weight: bolder;
}

h2,h3,h4 {
	color: #E02E32;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

a:link {
	font-family : arial, helvetica, sans-serif;
	color: #774E0A;
	text-decoration: none;
	font-weight: bold;
}	
	
a:visited {
	font-family : arial, helvetica, sans-serif;
	color:#774E0A;
	text-decoration: underline;
	font-weight: bold;
}		
		
a:hover {
	font-family : arial, helvetica, sans-serif;
	color:#003495;
	text-decoration: underline;
	font-weight: bold;
}		


.textA8 {
	font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
}

.textA8b {
	font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
}

	
.textA10 {
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
}

.textA10b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}	

.textA12b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}	

.textA12 {
	font-family : arial, helvetica, sans-serif;
	font-size : 12pt;
}

.textA16 {
	font-family : arial, helvetica, sans-serif;
	font-size : 16pt;
}

.textA16i {
	font-family : arial, helvetica, sans-serif;
	font-size : 16pt;
	font-style: italic;
}

.copyright {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	font-style: italic;
}


.em {
	font-family : "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11pt;
}

.menu {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
}

blockquote {
	font-family : "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11pt;
	text-align: justify;
}


li {
	list-style-type: square;
	list-style-image: url(images/square-red.jpg);
	font-weight: bold;
}

.checkbox {
	list-style-image: url(images/checkbox.png);
}

.checkboxB {
	list-style-image: url(images/checkbox-blue.png);
}

.colorblue {
	color:#003495;
	font-weight: bold;
}