/* Layout
---------------------------------*/

body { 
	
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}


/* Typography
---------------------------------*/

body { 
	font-family: georgia, times, serif;   
}

h1, h2, h3, h4, h5, h6 { georgia, times, serif; } 

/* approx 21px*/ h1 {  font-size: 21pt; } 

/* approx 16px*/ h2 {  font-size: 16pt; } 

/* approx 14px*/ h3 {  font-size: 12pt; } 

/* approx 12px*/ h4 {  font-size: 12pt; }

/* approx 10px*/ h5 {  font-size: 10pt; }

p {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: normal;
}


blockquote {
	float: left;
	width: 100mm;
	margin: 5mm 5mm 5mm 0;
	font-size: 14pt;
	line-height: 18pt;
	color: #3a3d7f;
}


/* Hidden
---------------------------------*/
#navcontainer,
#header,
#centerHead,
#business,
#last,
#ft,
.colSx,
.colDx
{
	display: none;
}

/* Links
---------------------------------*/
#bd a {
	color: #3a3d7f; 
	font-size: 0.8em;
}
#bd a:link { 
	color: #3a3d7f; 
}
#bd a:visited { 
	color: #3a3d7f; 
}
#bd a:active { 
	color: #3a3d7f; 
}

#bd a[href]:after {
	content: " [" attr(href) "] ";
}
