/* tobistyle print */


body
{
	font-family			: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size			: 9pt;
}

h1
{
	margin-bottom		: 20pt;
	padding-bottom		: 5pt;
	border-bottom		: 2pt solid #ccc;
}

hr
{
	background			: #ccc;
	border				: none;
	margin				: 10pt 0 10pt 0;
	height				: 2px;
}




/* justcontent table */

.justcontent table
{
	border-collapse		: collapse; 
	margin				: 1em 0;
}

.justcontent tr
{

}

.justcontent th, .justcontent td
{
	text-align			: left; 
	padding				: .5em; 
	border				: 1px solid #fff;
}

.justcontent th
{
	font-weight			: bold; 
	padding				: 5px 20px 8px 5px;
}

.justcontent td
{

}

/* / justcontent table */

/* zebra */
table.zebra {border-collapse: collapse; margin: 1em 0;}
.zebra th, .zebra td {}
.zebra th {background: #328aa4; color: #fff; }
.zebra td {background: #e5f1f4;}

.zebra tr.z1 td {background: #e5f1f4;}
.zebra tr.z2 td {background: #f8fbfc;}


/* / zebra */


#navigation, #side, #footer
{
	display				: none;
}






.tip01 {padding: 10px 15px; background-color: #fee; border: 1px solid #faa;}
.tip02 {padding: 10px 15px; background-color: #efe; border: 1px solid #afa;}






/* THE END */

