/* CSS Document */

/* Green h1 Tag */
h1.Section_Header {
font-size: 11px;
font-weight: bold;
color: #6AAF1E;
margin-bottom: 0em;
margin-top: 0em;
}

/* HR Under h1 Tag */
hr.Green_Underline {
color:#333333;
background-color:#333333; 
height:1px;
border:0px;
}

img.Article_Footer_Mini_Links {
width: 13px;
height: 13px;
display: inline;
margin-right:5px;
position: relative;
top: 3px;
}