A:link 
{
    text-decoration : none;
    color : #1E7600;
}

A:visited 
{
    text-decoration : none;
    color : #1E7600;
}

A:hover 
{
    text-decoration : underline;
    color : #1E7600;
}


.container A:link 
{
    text-decoration : none;
    color : #1E7600;
}

.container A:visited 
{
    text-decoration : none;
    color : #1E7600;
}

.container A:hover 
{
    text-decoration : underline;
    color : #3D950A;
}



.header_left {
    display: block;
    letter-spacing: 6px;
    float : left;
    font-size : 80%;
    color : #808080;
    text-align : left;
    margin : auto;
    padding-left : 3px;
    padding-right : 3px;
    padding-top : 1px;
    padding-bottom : 1px;
    vertical-align: middle;
    background-color : #FFFFFF;
    width : 22%;
    min-width : 204px;
    min-height : 68px; 
}


.header_title A:link, .header_title A:visited {
    background-color : #229900;
}

.header_title A:hover {
    background-color : #33AA11;
}


.header_subtitle A:link, .header_subtitle A:visited {
    background-color : #44BB00;
}

.header_subtitle A:hover {
    background-color : #55CC11;
}


.header_notification {
    font-size: 90%;
    padding : 1px 3px;
    margin : 2px 5px;
    background-color : #FFAA00;
}




.content_desc A:link 
{
    text-decoration : none;
    color : #1E7600;
    font-size : 100%;
}

.content_desc A:visited 
{
    text-decoration : none;
    color : #1E7600;
    font-size : 100%;
}

.content_desc A:hover 
{
    text-decoration : underline;
    color : #1E7600;
    font-size : 100%;
}


.list_item {
    padding-top : 1px;
    padding-bottom : 3px;
    padding-left : 10px;
    padding-right : 1px;
    background-image : url(square_green.gif);
    background-repeat : no-repeat;
    background-position: center left;
    margin-left : 2px;
    margin-right : 2px;
    margin-top : 1px;
    margin-bottom : 5px;
    border-bottom : 1px dotted #4DC000;
}


.content_block_in {
    border-right : 0;
    border-left : 0;
    border-bottom : 6px solid #4DC000;
    border-top : 6px solid #FF9900;
}

.content_block_in_side {
    border-right : 0;
    border-left : 0;
    border-bottom : 6px solid #4DC000;
    border-top : 6px solid #FF9900;
}

.content_block_title A:link 
{
    text-decoration : none;
    color : #1E7600;
    font-size : 120%;
}

.content_block_title A:visited 
{
    text-decoration : none;
    color : #1E7600;
    font-size : 120%;
}

.content_block_title A:hover 
{
    text-decoration : underline;
    color : #3D950A;
    font-size : 120%;
}


.list_title {
    color : #ffffff;
    padding-left : 2px;
    padding-right : 2px;
    padding-top : 1px;
    padding-bottom : 1px;
    background-color : #4DC000;
    margin: 4px 1px;
}


.form_title {
    color : #ffffff;
    padding-left : 2px;
    padding-right : 2px;
    padding-top : 2px;
    padding-bottom : 2px;
    background-color : #FFAA00;
    display : block;
    margin : 0;
    min-height : 36px;
}

.form_title button
{
    padding : 3px;
    background-color : #FFAA00; 
    border : 2px solid #FFFFFF; 
    border-radius: 3px;
    margin: 0;
}

.form_desc {
    font-size : 90%;
    color : #ffffff;
    padding : 2px;
    background-color : #FFCC22;
}