/*
body{
font-size: 12pt;
margin:0px;
background:repeat-x top center;
background-image:expression("url('" + urlTile + "')");
background-repeat: repeat-x;
background-position: top center;
font-family:ms shell dlg;
}

h1 {
	margin:0px;
	background:no-repeat top center;
	background-image:expression("url('" + urlBg + "')");
	background-repeat: no-repeat;
	background-position: top center;
	height: expression(headerHeigth[yb] + "px");
	padding-right:40px;
	font-family: ms shell dlg;
    font-size:16px;
    font-weight:bold;
    border-bottom:6px solid #ADBB88;
}

#Header1_HeaderTitle{float:left;padding-top:116px;text-align:right;width:100%;visibility: hidden;}

#tagline {
    color:#fff;
    font-size: 12px;
    text-align : right;
    vertical-align:bottom; 
    position : absolute; 
    top : 150px;
    right : 20px;
    margin : 0px;
    margin-left : 0px;
    font-family:ms shell dlg;
    visibility: hidden;    
}

#rigthtag {
	display: none;
}
*/