h1, h2, h3, h4
{
    margin:0;
    padding:0 0 5px 0;
    font-family:Georgia, "Trebuchet MS", Helvetica, sans-serif;
    color:#1f1e21;
}
h1, body.homePage #rightCol h2
{
    margin:0 0 15px 0;
    padding:0 0 5px 0;
    border-bottom:#bfbfbf 1px solid;
}
h1
{
    font:1.6em/1.0 Georgia, "Trebuchet MS", Helvetica, sans-serif;
}
h2
{
    font:1.35em/1.0 Georgia, "Trebuchet MS", Helvetica, sans-serif;
}
body.homePage #rightCol h2
{
    margin:0 0 15px 0;
    padding:2px 0 6px 0;
    font-weight:normal;
}
h3
{
    font:1.2em/1.0 Georgia, "Trebuchet MS", Helvetica, sans-serif;
}
h4
{
    font:1em/1.0 Georgia, "Trebuchet MS", Helvetica, sans-serif;
}
p 
{
	padding:0 0 12px 0;
	line-height:130%;
	color:#1f1e21;
}
a
{
    font-weight:bold;
    text-decoration:none;
    color:#be1620;
}
a:hover
{
    color:#1f1e21;
}
ol, ul
{
    margin:0 0 10px 25px;
}
ol li
{
    list-style-type:decimal;
}
ul li
{
    list-style-type:disc;
}
address
{
    font-style:normal;
}