@media projection,screen{

.toggler3{
 margin:0px 0 0px 0;
cursor:pointer;
text-decoration:none;
 color:blue;
 font-family:arial;
font-size:12px;
font-weight:bold;
 text-align:left;
line-height:20px;
display:block;
border:solid 1px #d4d4d4}
.toggler3-closed{
 color:blue;
 text-align:left;
 text-indent:0.2cm;
padding-left:10px;
height:20px;
background:#FFEFEF url('plus.gif') center left no-repeat;
border:solid 1px white}
.toggler3-closed:hover{
 color:blue;
 text-indent:0.2cm;
padding-left:10px;
height:20px;
background:#fff url('minus.gif') center left no-repeat;
border:solid 1px #e3e3e3}
.toggler3-opened{
 color:blue;
 text-align:left;
 text-indent:0.2cm;
padding-left:10px;
height:20px;
background:#FFEFEF url('minus.gif') center left no-repeat;
border:solid 1px white}
.toggler3-opened:hover{
 color:blue;
 text-indent:0.2cm;
padding-left:10px;
height:20px;
background:#fff url('plus.gif') center left no-repeat;
border:solid 1px #e3e3e3}

.toggler3-c{
margin-bottom:0px}
.toggler3-c-closed{
margin:-0px 0px 0px 0px;
 background:#fff;
 border:solid 1px #d4d4d4;
 border-top:0;
 padding:0px;
width:100%}
.toggler3-c-opened{
 margin:0px 0px 0px 0px;
 padding-left:2px;
 font-family:comic sans ms;
border-top:0;
width:100%}

}

@media print{

.toggler3-c{margin-bottom:25px}
.toggler3{display:none}

}

