body,td,th {
	font-family: Tahoma;
}
body {
	background-color: #CCCCCC;
	background-image: url(images/grey_back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #339900;
}
a:active {
	text-decoration: none;
	color: #006699;
}
.style1 {
	color: #006699;
	font: bold;
}
.style2 {
	color: #006699;
	font: bold;
	font-style: italic;
	font-size: 16px;
}
.style4 {
	font-size: 18px;
	font-style: italic;
}
.style6 {font-size: 16px; color: #FFFFFF;}

.style7 {
	color: #006699;
	font-weight: bold;
}
.style8 {color: #2B6699}


.dashTop {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #999999;
}

.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;
  }

	img { 
    visibility:hidden !important; 
    position:absolute !important;
  }
  
	.AllowPrint { 
    visibility:visible !important; 
    position:relative !important;
  }
	
  .NoPrint{
    visibility:hidden !important; 
    position:absolute !important;
  }
  
}