/* editorials.css */

body {
 width:400px;
 height:1200px;
}

div.caption {
 position:absolute;
 left:0px;
 top:0px;
 height:22px;
 width:420px;
 font:14pt;
 font-family:'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;
 font-family:'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;
 font:9pt verdana;
 color:#000000;
 text-align:justify;
 margin-left:10px;
}

div.amend {
 font:8pt times;
 font-weight:medium;
 text-align:center;
} 







