BODY {
	background-color : #FFFFFF;
	font-color: #000000;
	font-family: "Palatino Linotype";
	font-size: 8pt;
	margin-left: 0;
	margin-top: 0;
}



h1           { 	font-family: "Verdana", "Helvetica";
				font-size: 10pt;
				font-color: #FFFFFF;
				font-weight: bold; 
                text-align: center }


h2 			 { 
font-family : "Century Gothic";
font-size: 10pt; 
font-weight: bold;
margin-bottom: 0;
}

h3 			 { 
font-family : Palatino Linotype;
font-size: 10pt; 
font-weight: normal;
margin-left: 30;
margin-top: 15;
margin-right: 30;
margin-bottom: 15;
}

h4 			 { 
font-family : Palatino Linotype;
font-size: 10pt; 
font-weight: normal;
margin-top: 15;
margin-right: 30;
margin-bottom: 15;
}

h6 			 { 
font-family : Palatino Linotype;
font-size: 16pt; 
font-weight: normal;
}

A:link {
	text-decoration:none;
	color: #9BBAD9;
}

A:hover {
	text-decoration:underline;
	color: #ccccFF;
}

A:visited {
	text-decoration:none;
	color: #9BBAcc;
}

A:active {
	color : #FFFFFF;
	text-decoration : none
} 
		   
a:link.dark {
	color : #66CCFF;
	text-decoration : none;
}

a:hover.dark {
	color : #FFCEFF;
	text-decoration : underline
}

a:visited.dark {
	color : #0066EE;
	text-decoration : none
}

a:active.dark {
	color : #FF9C31;
	text-decoration : none
}
