body
{
		background-color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		color:#000000;
}

textarea
{
	white-space:pre-wrap;
}

.bg
{
		background: #013175 url('graphics/bg_top.jpg');
		background-position: top;
		background-repeat: repeat-x;
}


.gridHeader
{
	border-bottom:solid 1px #999999;
	font-size:10pt;
	color:#000000;
	font-weight:bold;
	text-align:center
}

.gridHeaderLeft
{
	border-bottom:solid 1px #999999;
	font-size:10pt;
	color:#000000;
	font-weight:bold;
	text-align:left
}

.bgBottom
{
	background: url('graphics/bg_bottom.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
}


.boxRepeat {
		background-image: url('graphics/boxRepeat.png');
		border-radius: 20px;
}


.boxBig {
		background-image: url('graphics/boxBig.png');
		background-position: top;
		background-repeat: no-repeat;
		width:500px;
		height:500px;
		top:0px;
		left:0px;
}

.boxWide {
		background-image: url('graphics/boxwide.png');
		background-position: top;
		background-repeat: no-repeat;
		width:750px;
		height:236px;
		top:0px;
		left:0px;
}

.box {
		background-image: url('graphics/box.png');
		background-position: top;
		background-repeat: no-repeat;
		width:350px;
		height:125px;
		top:0px;
		left:0px;
}


.benefitTitle
{
	color: #fff200; 
	font-weight: bold; 
	font-size: 11pt;
}


a { color: #ffffff; text-decoration: none; font-weight:bold}
a:visited { color: #ffffff }
a:active { color: #fff200}
a:hover { color: #fff200 }


.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;
  }

  input{visibility:hidden}

	
	.bg {
  background-color: white !important;
  background-image: none !important;
  }
	
	.boxBig {
  background-color: white !important;
  background-image: none !important;
	}

	.box {
  background-color: white !important;
  background-image: none !important;
	}
	
	.boxRepeat {
  background-color: white !important;
  background-image: none !important;
  }
	
	tr,td,span,div,font {
		color: #000000 !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;
	}
	
}

