/* Time to import font-face elements for font embedding.
The fonts will be declared in the lists at lib/php/config.inc.php
*/
@font-face {
   font-family: "CartoGothic Std";
   src: url("/full/lib/fonts/CartoGothicStd-Book.otf");
}
    
@font-face {
   font-family: "CartoGothic Std Italic";
   src: url("/full/lib/fonts/CartoGothicStd-Italic.otf");
   font-style: italic;
}
    
@font-face {
   font-family: "CartoGothic Std Bold";
   src: url("/full/lib/fonts/CartoGothicStd-Bold.otf");
   font-weight: bold;
}
    
@font-face {
   font-family: "CartoGothic Std BoldItalic";
   src: url("/full//lib/fonts/CartoGothicStd-BoldItalic.otf");
   font-weight: bold;
   font-style: italic;	
}

h1,h2,h3,h4,h5,h6 
{
	color:				black;
	background-color:	transparent;
	opacity:			0.80;
	font-family:		"CartoGothic Std Bold", "Segoe UI", "Gill Sans MT", "Gill Sans", Arial, Helvetica,sans-serif;
}

h1 { 
	font-size:			1.6em;
	font-weight:		600;
}

h2 { 
	font-size:			1.4em;
	font-weight:		600;
}

h3 { 
	font-size:			1.2em;
	font-weight:		600;
}

h4 { 
	font-size:			1.2em;
	font-weight:		500;
}

h5 { 
	font-size:			1.1em;
	font-weight:		600;
}

h6 { 
	font-size:			1.1em;
	font-weight:		500;
}


p
{
	color:				black;
	background-color:	transparent;
	font-family:		Georgia, Garamond, Times New Roman, Times, serif;
	font-size:			1em;
	text-align:			left;
	padding-top:		1em;
	font-weight:		500;
}

dt
{
	font-family:				Georgia, Garamond, Times New Roman, Times, serif;
	font-weight: 				600;
	font-style: 				normal;
	font-size: 					0.9em;
	background-color: 			transparent;
	color: 						rgb(102,102,102);
	padding-top:				.15em;
	padding-bottom:				.15em;
}

dd
{
	font-family:				Georgia, Garamond, Times New Roman, Times, serif;
	font-weight: 				500;
	font-style: 				normal;
	font-size: 					0.8em;
	text-align: 				left;
	background-color: 			transparent;
	color: 						rgb(102,102,102);
	padding-top:				.15em;
	padding-bottom:				.15em;
}

code
{
	font-family: 				"Courier New", courier, fixed;
	font-weight: 				600;	
}

ul 
{
	list-style-type:			none;
	list-style-image:			none;
}

li 
{
	margin-left:				1em;
}

ol
{
   	list-style-type: 			decimal;
}

address
{
	font-family:				Georgia, Garamond, Times New Roman, Times, serif;
	text-align: 				left;
	font-weight: 				500;
	font-style: 				italic;
	font-size: 					0.9em;
	background-color: 			transparent;
	color: 						rgb(102,102,102);	
}

a 
{
	text-decoration:			none;
	font-weight:				700;
}

a:link 
{
	color:						rgb(153,0,0);
}

a:visited 
{
	color:						rgb(0,0,102);
}

a:active 
{
	color:						rgb(0,102,0);
}

a:hover 
{
	color:						rgb(255,255,0);
}

