﻿body 
{
    margin: 0px;
    line-height: 18px; 
    font-family: Arial, Trebuchet MS, Helvetica, Geneva, Tahoma, Verdana, Sans-Serif; 
    font-size: 14px;
    color: #036;
}
a:link		    {text-decoration: none; border: none; color: #0066CC;}
a:hover		    {text-decoration: underline; border: none; color: #0066CC;} 
a:active	    {text-decoration: none; border: none; color: #0066CC;}
a:visited	    {text-decoration: none; border: none; color: #0066CC;}
a:visited:hover {text-decoration: underline; color: #0066CC;}
form          {margin: 0;}

/* BEGIN Rating */
.RatingHeader {
    font-size: larger;
    font-weight: bold;
    width: 95%;
    margin: 1ex auto;
}
.RatingBody {
    text-align: center;
    margin: 1.5ex auto;
}
.RatingBodySave {
    text-align: right;
    padding-right: 5%;
    padding-bottom: .5ex;
}
.RatingBodyRegistration {
    width: 90%;
    margin: 1ex auto;
}
.RatingBodyRegistrationClose {
    text-align: right;
}
#divRatingScore a {
    display: inline-block;
    background: url("../Images/RatingsStarEmpty.png") no-repeat;
    cursor: pointer;
    width: 36px;
    height: 30px;
}
#divRatingScore .on {
    background: url("../Images/RatingsStarFilled.png") no-repeat;
}
/* END Rating */

.InsiderHeader {
    font-size: larger;
    font-weight: bold;
    width: 95%;
    margin: 1ex auto;
}

.InsiderBody {
    width: 90%;
    margin: 1ex auto;
}

.BodyBullets {
    padding-right: 1em;
}

/* BEGIN Rhs Box */
.Rhs {
    border: 1px solid #ddd;
}
.RhsRule {
    width: 90%;
    color: #ddd;
}
/* END Rhs Box */
