@media screen
{
	
	p, li, td, th, h1, h2, h3, h4, h5, #headernav, .breadcrumb, #footerbuttons, #footernav, #footernote, form, input, button, select, textarea, div {
	    color: #003580;
	    font: small/1.2em Arial, Helvetica, sans-serif;
	}

	a img {
	    border: none !important;
	}
	a:link {
	    color: #0896FF;
	    font-weight:bold;
	    text-decoration: underline;
	}
	a:visited {
	    color: #537CB4;
	    font-weight:bold;
	    text-decoration: underline;
	}
	a:hover {
	    color: #FEBA02;
	}
	a:active {
	    color: #B30000;
	}
	
	.shadow {
		background: #aaa;
		opacity: 0.9;
	}
	
	.opaque .shadow {
		opacity: 1;
	}
	
	#tooltip h3 {
		text-align: left;
		position: relative;
		background: #FFF9E7;
		border: 1px solid #feba02;
		color: #444;
		padding: 4px;
		top: -2px;
		left: -2px;
		font-size: 1em;
		font-weight: normal;
	}

	.honeypot {
		display:none !important;
		visibility:hidden !important;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}
	
	#tooltip {
		position: absolute;
		z-index: 3000;
	}
	
	#tooltip h3, #tooltip div {
		margin: 0;
	}


	
