/* editorials.css */

body {
 font:9pt verdana;
 color:#000000;
 width:399px;
 height:1200px;
}

div.caption {
 position:absolute;
 left:0px;
 top:0px;
 height:22px;
 width:419px;
 font:14pt times;
 font-weight:bold;
 line-height:90%;
 color:#FFFFFF;
 background-color:#006699;
 text-align:center;
}

div.picture {
 position:relative;
 top:15px;
 text-align:center;
}

 h3 {position:relative;
 font:14pt times;
 font-weight:bold;
}

div.title {position:relative;
 font:14pt times;
 font-weight:bold;
 text-align:center;
 line-height:2%;
}

div.text {
 position:relative;
 width:370px;
 text-align:justify;
 margin-left:9px;
}

div.amend {
 font:8pt times;
 font-weight:medium;
 text-align:center;
} 








