On line 47 of template_css.css
h3, .componentheading {
border-bottom:1px solid #CCCCCC;
color:#333333;
font-family:Helvetica,Arial,sans-serif;
font-size:18px; <<<change to 13px
font-weight:normal;
margin:10px 0pt;
padding:4px 0pt;
text-align:left;
}
If this affects any other titles on your site, separate the h3 and componentheading and only style componentheading with the 13px.