/* CSS Document */

#static_blqt h2{
text-align:center;
margin:10px auto;
font-size:16pt;
}
#static_blqt h3{
text-align:center;
margin:5px auto;
font-size:13pt;
}
#static_blqt a{
color:#c90;
text-decoration:underline;
}
#static_blqt a:hover{
color:#ccc;
text-decoration:underline;
}
#static_blqt dt{
font-weight:bold;
}
#static_blqt dd{
margin-top:5px;
margin-bottom:10px;
}

/* Begin Static Page Left Navigation */
#static_left_nav{
width:165px;
text-align:left;
margin:5px auto;
}
#static_left_nav a{
display:block;
width:100%;
height:20px;
color:#ccc;
text-decoration:none;
font-size:9pt;
border-bottom:1px dashed #c93;
padding-top:5px;
}
#static_left_nav a:hover{
color:#c90;
text-decoration:none;
}
.static_left_nav_heading{
width:100%;
height:20px;
border-bottom:1px dashed #c93;
font-size:14px;
font-weight:bold;
}
/* End Static Page Left Navigation */