a:link {  color: #583F90; text-decoration: none; font-weight: bold;}
a:visited {  color: #583F90; text-decoration: none; font-weight: bold;}
a:focus {  color: #583F90; text-decoration: none; font-weight: bold;}
a:hover {  color: #6699CC; text-decoration: underline; font-weight: bold;}
a:active {color: #583F90; text-decoration: none; font-weight: bold;}



.clear-all {
	clear:both;
	font-size:.00001%;
	height:0px;
}



body {
	margin: 0 auto;
	padding: 0px;
	background: #73aaed;  /* #583F90 */
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}





p {
	color:#000;

}



h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 



/* TEXT COLORS */
h1 {
	color:#000;
	}
h2, h3, h4, h5 {
	color:#000000;
	}
h6 {
	color:#000000;
	}

    
h2 {
   font-size: 24px;
   margin-top: 0px;
} 



.bold {
	font-weight: bold;
}

.italics {
	font-style:italic;
}