html, body {width: 100%; height: 100%}

html {
    overflow-y:scroll;
}



.menu li {
    display: inline;
    padding: 0 5px; 
    font-size: 12pt; 
    color: #0761ab; 
    font-weight: bold; 
}

body
{
    background: url(graphics/bg.jpg);
	font-family: Helvetica, Arial,  sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#000000;
        -webkit-text-size-adjust: 100%;
}
.bar {
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}


.pager td {
    padding: 10px 20px;
    font-size:10pt;
    font-weight:bold;
}


.product li {
    padding: 1px; 
    font-size: 9pt; 
}

.news li {
    margin: 0;
    padding: 5px; 
    font-size: 14pt;
    font-weight:bold 
}

.message td {
    padding: 6px;
    font-size:10pt;
    color: #000;
}


td {
    /*text-align:left
    font-size:10pt;*/
}

img {
    border:none
}

textarea
{
	white-space:pre-wrap;
}


li {
    padding-bottom: 10px;
    text-align: left;
}

a { color: #0761ab; text-decoration: none}
a:visited { color: #0761ab }
a:active { color: #247ebd}
a:hover { color: #247ebd }


h1 {
    display:inline-block; 
    margin:-5px auto 5px auto; 
    text-align: center; 
    padding: 20px; 
    font-weight: bold; 
    font-size: 20pt; 
    color:#0054a0;
    font-style: italic;
}





.dashBottom {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
}
.dashRight {
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #999999;
}


@media print {
  body {
    background-color: white !important;
    background-image: none !important;
    color: #000000 !important;
    /*margin-left:-150px;*/
  }

  input{visibility:hidden}


	
	tr,td,span,div,font {
		color: #000000 !important;
        background-color:#ffffff !important;
	}
	
	.AllowPrint { 
    visibility:visible !important; 
    position:relative !important;
  }
	
  img { 
    visibility:hidden !important; 
    position:absolute !important;
  }
  
  .NoPrint{
    visibility:hidden !important; 
    position:absolute !important;
  }
	
	a { 
		color: #000000 !important;
	}
	
}
