﻿body{
    font-size: 10pt;
    color: blue;
    font-family: Arial;
}

.BodyFont
{
    color: blue;
    font-family: Arial;
}


.PackageHeader
{
    font-size: 12pt;
    color: #ddc9b1;
    font-family: arial;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    padding-left: 5px;
}

.albummouseover
{
    cursor: hand;
    background-color: Blue;
} 

.albummouseout
{
    cursor: hand;
    background-color: black;
} 

.mygreentab
{
    font-size: 10pt;
    font-family: arial;
    background-color: transparent;
    background-image: url(images/greentab.jpg);
    width: 115px;
    height: 35px;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
}
.myredtab
{
    font-size: 10pt;
    font-family: arial;
    background-color: transparent;
    background-image: url(images/redtab.jpg);
    width: 115px;
    height: 35px;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
}
.myyellowtab
{
    font-size: 10pt;
    font-family: arial;
    background-color: transparent;
    background-image: url(images/yellowtab.jpg);
    width: 115px;
    height: 35px;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;

}

.hlink
{
    color: Blue;
    font-family: arial;
    font-size: 10pt;
}
.TableHeader
{
    font-weight: bold;
    font-size: 12pt;
    vertical-align: middle;
    color: white;
    background-color: #507CD1;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}
.TableFooter
{
    font-weight: bold;
    font-size: 10pt;
    vertical-align: middle;
    color: White;
    background-color: #507CD1;
    text-align: center;
        padding-bottom: 5px;
    padding-top: 5px;
}

.NewsTitle
{
    font-weight: bold;
    font-size: 14pt;
    text-transform: capitalize;
    color: blue;
    font-family: Arial;
}
.RotatorFrame
{
    border-right: yellow ridge;
    border-top: yellow ridge;
    border-left: yellow ridge;
    border-bottom: yellow ridge;
}
a:link
{
    font-size: 10pt;
    color: blue;
    font-family: Arial;
    text-decoration: underline;
    font-weight: bold;
}

.ArticleNewsType
{
    font-weight: bold;
    vertical-align: middle;
    color: blue;
    background-color: #99ccff;
    text-align: center;
}

.ArticleDetails
{
}

.ArticleAuthor
{
 }