
/* QUIRKSMODE CSS */

.bb {
	font-family: Helvetica,Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 10px;
}

body {
	font: 0.7em/135% Arial,times,serif;
	
	color: #213C63;
		/* padding-top: 161px; set by quirksmode.js if advanced JS is supported
		and headers are therefore loaded */
}

a {
	font: 1.0em/125% arial,verdana,serif;
	 color: #0C4469; 
	/* color: #fd7200;*/
	
	text-transform:none;
	margin-bottom: 5px;
 
	
}


a:hover,a:focus {
	opacity: 1 !important;
	border-color: #0C4469 ;
	color: #2EB2DC;
	
}


a:visited {
	opacity: 0.8;
}


/* MAIN CONTENT */


h1{
	font-family: georgia,times,serif;
	font-size: 130%;
	margin-top: 0;
	line-height: 110%;
		color: #116cbb;
}

h2 {
	font-family: georgia,times,serif;
	font-size: 160%;
	margin-top: 0;
	line-height: 110%;
	color: #116cbb;
}

h3 {
	font-family: georgia,times,serif;
	font-size: 140%;
	margin-top: 2em;
	color: #0C4469; 
}

h4 {
	font-family: georgia,times,serif;
	font-size: 110%; 
	margin-top: 2em;
	margin-bottom: 2em;
	color: #116cbb; 
	text-decoration:underline;
	
}

h5 {
	font-family: georgia,times,serif;
	font-size: 115%; 
	line-height: 110%;
	margin-top: 1em;
	margin-bottom: 2em;
	color: #0C4469; 
	
	
}


pre {
	font-family: monospace;
	color: #070606;
	background-color: #eef0eb;
	margin: 2em 0;
	padding: 1em 0;
	border: 1px dotted #b7c4d3;
	border-width: 1px 0;
	font-size: 120%;
	line-height: 130%;
	margin-left: -233px;
	padding-left: 233px;
	zoom: 1;
	/* margin-right: set by quirksmode.js to stretch entire screen */
}


hr {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #fd7200;
	border: 1px dotted;
}




th {
/* border: 1px solid; */
font-family: georgia,times,serif;
color: #2EB2DC;

}


.medic  {
		
		color: #116cbb;
}