﻿html, body {
    height: 100%;
    overflow: auto;
}
body {
    padding: 0;
    margin: 0;
}

.sys-template
{
    visibility:hidden;
    display:none;   
}

#silverlightControlHost
{	
    height: 100%;
    text-align:center;
	visibility: visible;
}

#printContainer
{	
	visibility: hidden;
	display: none;
}

.pg_header 
{
	width: 100%; 
	height: 26mm;
	visibility: hidden;
	display: none;
} 
.pg_main   
{
	width: 100%; 
	height: 218mm; 
	font: 9pt/11pt Arial, Times New Roman;
	visibility: hidden;
	display: none;
}
.pg_footer 
{
	width: 100%; height: 8mm; padding-top: 2mm;
	visibility: hidden;
	display: none;
}
.footnote  
{
	font-size: 7pt;
	visibility: hidden;
	display: none;
}

.xb 
{
	text-align: left; font-weight: bold;
	visibility: hidden;
	display: none;
}

.xr {text-align: right;}
.xc {text-align: center;}

a:link.likeXaml {
	text-decoration: none;
        color: blue;
}

a:visited.likeXaml {
	text-decoration: none;
        color: blue;
}

a:hover.likeXaml {
	text-decoration: underline;
        color: blue;
}

a:active.likeXaml {
	text-decoration: underline;
        color: blue;
}




