

/* Presentation Stylesheet */ 


p {
font-size: 9.5pt;
line-height: 12pt;
	}
	
	
li {
	font-size: 9.5pt;
line-height: 14pt;
}

h1 {
	font-size: 12pt;
	line-height: 15pt;
	font-weight: bold;
	color: #2566A4;

}

h2 {
		font-size: 12pt;
		font-weight: bold;
		color:#808080;
	}
	
h3 {	
		font-size: 10pt;
		font-weight: bold;
		color:#ff0000;
	}


h1, h2, h3, hr, p {
 margin:0;
 padding:10px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
g:first-letter {
 font-size: 110%; 
 font-weight: bold;
 color:#2566A4;
 }
 
 a:link {color: #000080;
	background-color: #E9E9EB;
	text-decoration: none;
	}

a:visited {color: #000080;
	background-color: #E9E9EB;
	text-decoration: none;
	}
/* font color used to be #993399*/
/* background color used to be #cfd8e0*/

a:hover {color: #ffffff;
	background-color: #BBBBBD;
	text-decoration: none;
	}

a:active {background-color: #67849e;
	text-decoration: none;
}
