﻿body {
    font-family:Verdana Courier;
    font-size:12;  
    background-color:#CFCFCF;
}
.LineStyle
{
    width:100%;
    color:#a6c1f3;
}
.FontBold
{
    font-weight:bold;
    color:#000000;
    font-size:0.9em;
}
.TextboxStyle
{
    border:solid 1px #CFCFCF;
    color:#000000;
    font-size:12px;
}
.ButtonStyle
{
    border:solid 1px #a6c1f3;
    color:#000000;
    font-size:12px;
}
.ErrorMessage
{
    color:red;
    font-size:12px;

}
.WarningStyle
{
    color:red;
    font-size:0.8em;
}
.smallfont
{
    color:#0f0f0f;
    font-size:0.8em;
}
.SubTitle
{    
    font-weight:bold;
    font-size:1.2em;
    background-image:url(images/top-bg.gif);
    background-repeat:repeat-x;
    height:25px;
    color:#5a95f9;    
}
.ChapterTitleFont
{    
    font-weight:bold;
    font-size:1.2em;
    color:#5a95f9;    
}
.TopNavigation
{    
    font-weight:bold;
    font-size:1.2em;
    color:#0f58d6;    
}
.MainTitle
{    
    font-weight:bold;
    font-size:1.5em;    
    color:#f40705;    
}
.TableBorder
{
    border:solid 1px #5a95f9;
    background-color:#FFFFFF;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}