﻿


/* ================================================== */
/* ---------------------- PRINT ---------------------- */
/* .................................................. */



body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
#searchResult, #sideBarLeft, #header, #topMenu, #searchResult, #rightContent, #sideBarRight
{
    display:none !important;
}

/* ====================== FONTS & HEADINGS & IMG ====================== */
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #313131;
	display:block;
	padding: 0 0 7px 0;
}

h2 
{
    font-size: 1.0em;
	font-weight: bold;
	color: #313131;
	display:block;
	padding: 5px 0 0;
}

h3 
{
    font-size: 0.8em;
	font-weight: bold;
	color: #313131;
	display:block;
	padding: 5px 0 0;
}

.introduction
{
	font-weight: bold;
	color: #333;
}

p {
	font-size:0.75em;
	color: #717171;
	line-height: 17px;
	padding: 0 0 5px 0;
}


a, a:link, a:hover, a:active, a:visited {
	color:#000;
	text-decoration: none;
	border: none;
	outline: none;
	cursor:pointer;
}

.cb {
	clear: both;
	width: auto;
	height: 0;
	line-height: 0;
}

#footer
{
    width:100%;
    font-size:10px;
    text-align:center;
    padding:20px 0 0 0;
    clear:both;
}
#footer a, #footer span
{
    display:none !important;
}
#footer span.legalText
{
    display:block !important;
}


