body
{
	background-image:url(graphics/primaryBackground_repeat.jpg); 
    background-repeat:repeat-y;
    background-position:center;
    /*
	background-image:url(graphics/background.jpg); 
	background-repeat:repeat-x; 
	*/
    font-family:Verdana,Arial; 
    background-color:#5B5F61; 
    color:#ffffff;
    margin:0px; 
    padding:0px; 
    border:0px;
}

textarea
{
	white-space:pre-wrap;
}
img
{
	border:0px;
}

a { color: #7AB75A; text-decoration: underline}
a:visited { color: #7AB75A;text-decoration: underline }
a:active { color: #ffffff; text-decoration: underline}
a:hover { color: #ffffff;text-decoration: none }


.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,table,tr,td
  {
  background-color: white !important;
  background-image: none !important;
  }

	tr,td,span,div,font,a {
		color: #000000 !important;
	}
	
		
  .AllowPrint { 
    visibility:visible !important; 
    position:relative !important;
  }
	
  img { 
    visibility:hidden !important; 
    position:absolute !important;
  }
  
  .NoPrint{
    visibility:hidden !important; 
    position:absolute !important;
  }
	
}

