@charset "utf-8";
/* CSS Document */

div#content h4 strong {
color: #028BC1;
}

div#content h4 {
color: #036;
font: normal normal bold 18px/normal Arial, Helvetica, Verdana, sans-serif;
text-transform: uppercase;
text-indent: 2px;
}

/*more buttons*/
div#content .more {
padding: 0 13px 0 0;
font-weight: normal;
color: #C00;
font-size: 12px;
font-weight: normal;
text-decoration: none;
background: transparent url(../img/global/more_red_v2.1.gif) no-repeat center right;
}

div#content .more:hover{
text-decoration:underline;
}



div#content h4 {
 border-bottom: 1px dotted #999;
}
