/* CSS Document */

.contentRow{ width:920px; height:auto; overflow:hidden; margin:10px auto; padding:10px; border:1px solid #CCCCCC; }
.contentRow h1{ color:#FFFFFF; background:#999999;font-size:12px; font-weight:600; margin:0px; padding:4px;display:block;}
.contentRow p{ color:#333333; font-size:11px; font-weight:500; margin:0px; padding:0px; text-align:justify;}
.contentRow a{ color:#6666CC; font-size:12px; font-weight:600; text-decoration:underline;}
.contentRow a:hover{ color:#FF0000; text-decoration:underline;}

.rowLine{ width:920px; margin:5px auto; height:10px; border-bottom:1px dashed #CCCCCC; font-size:1px;}

