﻿/* CSS Document */ 

#banner_read{
 BORDER-RIGHT: #999 0px solid;
 BORDER-TOP: #099 2px solid;
 BORDER-LEFT: #999 0px solid;
 WIDTH: 748px;
 BORDER-BOTTOM:#ccc 1px solid;
 HEIGHT: 1.7em;
 BACKGROUND-COLOR: #f3f3ff;
 padding:0;
 margin-top:3px;
}

#banner_read h2{
 MARGIN-TOP: 0.2em;
 FLOAT: left;
 MARGIN-LEFT: 1.6em;
 LETTER-SPACING: 0.5em;
 padding:0;
}

#banner_read p{
 MARGIN-TOP: 0.35em;
 FLOAT: left;
 MARGIN-LEFT: 3em;
 padding:0;
}


.banner_set{
 text-decoration:none;
 margin-top:3px;
 padding-left:45px;
 padding-bottom:2px;
 BORDER-bottom: #099 2px solid;
}

.banner_set a{
 margin:0;
 padding:0;
}

.banner_set img{
 margin:4px 2px 4px 3px;
 border:0px solid #ccc;
 padding:0;
}


@media print {
#banner_read,.banner_set {
   display:none;
}

}