BODY
{
    font-size: 10px;
    color: #333333;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
a:link
{
    text-decoration: none;
    color: #cc0099;
}
a:active
{
    text-decoration: none;
    color: #ffcccc;
}
a:visited
{
    text-decoration: none;
    color: #cc0099;
}
a:hover
{
    text-decoration: underline;
    color: #cc0099;
}
.footer
{
    font-size: 10px;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
.required
{
    font-size: 12px;
    color: #ff0000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
.RegSmallText
{
    font-size: 10px;
    color: #000000;
    font-family: Verdana,Arial;
}
.RegText
{
    font-size: 12px;
    color: #000000;
    font-family: Arial;
}
.RegTextTitle
{
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    font-family: Arial;
}
.highlight
{
    font-size: 18px;
    color: #000000;
    font-family: Arial;
    background-color: yellow;
}
.homepage_button_left
{
    display: inline;
    float: left;
    text-align: right;
    width: 140px;
    cursor: pointer;
    color: #9999CC;
    font-size: 1.25em;
    text-decoration: none;
    margin-top: -50px;
    padding-top:7px;
}
.homepage_button_right
{
    display: inline;
    float: left;
    text-align: left;
    margin-left: 70px;
    width: 200px;
    cursor: pointer;
    color: #9999CC;
    font-size: 1.25em;
    text-decoration: none;
    margin-top: -50px;
}

.homepage_heading_left
{
    float: left;
    display: inline;
    color: #9999cc;
    font-weight: bold;
    font-style: italic;
    font-size: 1.25em;
    font-family: Lucida Bright, Trebuchet MS, Arial, Serif;
    margin-left: 20px;
    text-decoration: none;
    cursor: pointer;
}

.homepage_heading_right
{
    float: right;
    display: inline;
    color: #9999cc;
    font-weight: bold;
    font-style: italic;
    font-size: 1.25em;
    font-family: Lucida Bright, Trebuchet MS, Arial, Serif;
    margin-right: 20px;
    text-decoration: none;
    cursor: pointer;
}

.homepagebutton:hover
{
    text-decoration: none;
}

.readmore, .readmore:active, .readmore:link, .readmore:visited
{
    font-size: 0.9em;
    font-family: Lucida Bright, Trebuchet MS, Arial, Serif;    
    font-weight: bold;
    font-style: italic;
    color:#d47ea9;
    text-decoration:none;
    float:right;
}

.readmore:hover
{
    color:#fcc8f8;
    text-decoration:none;
}