p.subhead {
font:normal normal normal 1.5em/1em arial,sans-serif;
margin:1em 0 .8em 0;
}

p {
font:normal normal normal 1.25em/1.25em arial,sans-serif;
}

h3 {
font:normal normal normal 1.5em/1em arial,sans-serif;
margin:1em 0 .8em 0;
}

ul {
list-style-image:none;
list-style-type:disc;
}


/* 
/* Anchors & Subheadings /*
*/

div.anchored_subheadings p {
    font:normal normal normal 1.25em/1.25em arial,sans-serif;
}

div.anchored_subheadings p.anchor_subheadings {
    font:normal normal bold 1.5em/1em arial,sans-serif;
}

div.anchored_subheadings p.anchor_subheadings a {
    color:blue;
    text-decoration: none;
    color: blue;
}

div.anchored_subheadings ul.anchors {
    list-style: none outside;
    list-style-image: none;
}

div.anchored_subheadings ul.anchors li {
    font: normal normal bold 1.5em/1em arial,sans-serif;
    background-image: url('blue_arrow.gif');
    background-repeat: no-repeat;
    background-position: 0px 3px; 
    padding-left: 20px;
}

div.anchored_subheadings ul.anchors li a {
    text-decoration: none;
    color: #333366;
}

div.anchored_subheadings ul.anchors li a:visited {
    text-decoration: none;
    color: #333366;
}

