 @media print 
{
    .noPrint 
    {
        display:none;
    }
}
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
 .NoStyle {
    background: none;
    border: 0;
    color: black;
    padding: 0;
    height: auto;
}
.displaynobreaks {
    display: inline-table;
}
html {
	margin: 0;
	padding: 0;

	height:100%;

}
body
{
  padding: 0; 
  margin:0;
  color: #353535;
  height:100%;
  min-height:100%;
  background-color: #FFFFFF;
  background: url('/images/bkgroundstripe.jpg') fixed repeat-x;
	  font-family:Verdana, Geneva, 'DejaVu Sans', sans-serif;
	font-size:12px;
}
p 
{ margin-top:10px;
  margin-bottom:10px;
}
.cleared
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:0;
  overflow:hidden;
}
h1 
{ font-size:26px;
  color:#8d282d;
  margin-bottom:14px;
  font-family:Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	}
h2 
{ font-size:22px;
  color:#8d282d;
  margin-bottom:16px;
  font-family:Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	}
h3 
{ font-size:18px;
  color:#8d282d;
  margin-bottom:12px;
  font-family:Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	}
	h4 
{ font-size:14px;
  color:#8d282d;
  margin-bottom:12px;
  font-family:Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	}
h1, h2, h3, h4, h5, h6
{   
	padding: 0;
}
.br_bullets ul { 
   list-style-type: disc; 
   list-style-position: inside; 

}
.br_bullets ol { 
   list-style-type: decimal; 
   list-style-position: inside; 

}
.br_bullets li { 

   padding-left: 22px ;
	text-indent: -22px ;
}
.br_bullets ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 30px; 
}
.br_bullets ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 30px; 
}
.paddingbottom20 {padding-bottom:20px;}

.helpiconmoveup20 {margin-top:-20px;}
.helpiconmoveup40 {margin-top:-40px;}
.helpiconmoveup60 {margin-top:-60px;}
.helpiconmoveup80 {margin-top:-80px;}
.helpiconmoveup100 {margin-top:-100px;}
.helpiconmoveup120 {margin-top:-120px;}
.helpiconmoveup140 {margin-top:-140px;}
.helpiconmoveup160 {margin-top:-160px;}

.NoStyle { background: none; border: 0; color: black; padding: 0; height: auto; }

.snapshotauto-style1 {
        white-space:nowrap;
    }
    .snapshotboxlabel {
        top:-20px;
        position:relative;
        color:black;
        background-color:white;
    }
    .snapshotbox {

  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
 
  padding:10px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 1px 1px 1px;
background-color:#ffffff; width: 100% ;
  margin-left: auto ;
  margin-right: auto ;
  
  padding-top:-10px;
    }
    .snapshotauto-style2 {
        text-align: center;
    }
    .snapshotauto-style3 {
        text-align: center;
 
    }