﻿
    body
    {
        font-family: Tahoma,Verdana,Arial;
        font-size: 10pt;
        color: #06447B;
        margin: 0; padding: 0; 
    }
    .ccontent
    {
        width: 100%;
        font-size: 10pt;
        margin-left: 10px;
        margin-right: 40px;
        margin-top: 5px;
        margin-bottom: 10px;
        vertical-align: top;
    }
     a
    {
        text-decoration: none;
        font-weight: bold;
    }
    a img{ border: none; }
    a:link
    {
        color: #5092D3;
    }
    a:visited
    {
        color: #5092D3;
    }
    .menuitem
    {
        cursor: pointer;
        color: #DFEBF7;
        font-weight: bold;
        font-size:12pt;
        font-family:Arial;
    }
        .submenuitem
    {
      cursor: pointer;
      color: #DFEBF7;
      font-weight: bold;
      font-size: 10pt;
      font-family: Arial;
      margin-left:10px;
    }
    hr { color:#5092D3; }
    .lines
    {
        color: #5092D3;
        border-style: solid;
        border-width: thin;
    }
.button {
    background-color:#DFEFFD;
    color:#06447B;
    }
.test {
color:white;
}
#modaloverlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:150%;
     z-index: 1000;
     background-image:url(images/modalbackground.jpg);
}
#modaloverlay div {
     width:700px;
     margin: 10px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:10px;
}
#modalcontents {
 background-color:white;
 width:100%;
}

 /* rss.css */
                     .ChannelTitle
                    {
                    font-family:  Verdana;
                    font-size:  11pt;
                    font-weight:  bold;
                    width:  500px;
                    text-align:  center;
                    }
                    .ArticleEntry
                    {
                    border-width:  2px;
                    border-color:  #FF3C7B;
                    border-style:  solid;
                    width:  500px;
                    }
                    .ArticleTitle
                    {
                    background-color:  #FF3C7B;
                    color:  #FFFFFF;
                    font-family:  Verdana;
                    font-size:  10pt;
                    font-weight:  bold;
                    padding-left:  5px;
                    padding-top:  5px;
                    padding-bottom:  5px;
                    }
                    .ArticleHeader
                    {
                    background-color:  #FF3C7B;
                    color:  #FFFFFF;
                    font-family:  Verdana;
                    font-size:  7pt;
                    padding-left:  5px;
                    padding-top:  2px;
                    padding-bottom:  2px;
                    }
                    .ArticleHeader A:visited
                    {
                    color:  #FFC6D9;
                    text-decoration:  none;
                    }
                    .ArticleHeader A:link
                    {
                    color:  #FFC6D9;
                    text-decoration:  none;
                    }
                    .ArticleHeader A:hover
                    {
                    color:  #FFC6D9;
                    text-decoration:  underline;
                    }
                    .ArticleDescription
                    {
                    color:  #FF3C7B;
                    font-family:  Verdana;
                    font-size:  9pt;
                    padding-left:  5px;
                    padding-top:  5px;
                    padding-bottom:  5px;
                    padding-right:  5px;
                    }


 