/* CSS Document */

.bold, h1
{
font-size:14px;
font-weight:bold;
color:#01265e;
line-height:17px;
}

.strong
{
font-weight:bold;
color:#01265e;
}

a
{
color:#01265e;
text-decoration:underline;
}

a[href^="mailto:"]
{
font-weight:bold;
}

a:hover
{
color:#53c3fb;
text-decoration:none;
}

.number li
{
margin-left:50px;
margin-right:30px;
margin-top:15px;
margin-bottom:15px;
list-style:decimal;
line-height:17px;
}

.number li h4
{
color:#01265e;
font-size:12px;
font-weight:bold;
display:inline;
padding-right:5px;
}

.bullet li
{
margin-left:50px;
margin-right:30px;
margin-top:15px;
margin-bottom:15px;
list-style:disc;
line-height:17px;
}

.letter li
{
margin-left:50px;
margin-right:30px;
margin-top:15px;
margin-bottom:15px;
list-style:lower-alpha;
line-height:17px;
}

#hb .bullet li
{
margin-left:10px;
margin-right:0px;
margin-top:10px;
margin-bottom:0px;
float:left;
width:185px;
line-height:15px;
list-style:none;
background-image:url(../images/check.png);
background-position:top left;
background-repeat:no-repeat;
padding-left:20px;
}