/* =========================================
    CSS STYLES FOR SCHOLARSHOP JR 
    v1.1, March 2004
   =========================================
*/   

BODY
{
}

/* Web Page Styles */
.TitleText
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 24px;
    font-weight: bold;
}

.BodyText
{
    color: #842A07;
    font-family: Comic Sans MS, Verdana, Arial;
    font-size:  13px;
}

.MonitorText
{
    color: #812b0d;
    font-family: Verdana, Arial;
    font-weight: bold;
    font-size: 9px;
}

.MonitorErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
}

.Header1
{
    color: #842A07;
    font-family: Comic Sans MS, Verdana, Arial;
    font-size: 24px;
    font-weight: bold;
}

.Header2
{
    color: #842A07;
    font-family: Comic Sans MS, Verdana, Arial;
    font-size:  16px;
    font-weight: bold;
}

.Header3
{
    color: #842A07;
    font-family: Comic Sans MS, Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
}

.NavHeader
{
    color: darkblue;
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
}

.HomeHeader
{
    color: #842A07;
    font-family: Comic Sans MS, Verdana, Arial;
    font-size:  16px;
    font-weight: bold;
}

.HomeText
{
    color: #842A07;
    font-family: Comic Sans MS, Verdana, Arial;
    font-size:  12px;
    font-weight: bold;
}

.JournalHeader
{
    color: #AD0000;
    font-family: Verdana, Arial;
    font-size:  14px;
    font-weight: bold;
}

.JournalTitle
{
    color: darkblue;
    font-family: Comic Sans MS, Helvetica, Verdana;
    font-size: 24px;
    font-weight: bold;
}

.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 14px;
    line-height: 20pt
}

/* Link styles */
A.HomeLink, A.HomeLink:link, A.HomeLink:visited
{
    color: #0084A5;
    font-family: Comic Sans MS, Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}   

A.HomeLink:hover    
{
    color: lightblue;
}

A.BodyLink, A.BodyLink:link, A.BodyLink:visited
{
    color: #0084A5;
    font-family: Comic Sans MS, Verdana, Arial;
    font-size: 13px;
    text-decoration: none;
}   

A.BodyLink:hover    
{
    color: lightblue;
}

A.Nav, A.Nav:link, A.Nav:visited
{
    color: #AD0000;
    font-family: Verdana, Helvetica;
    font-size:  11px;
    text-decoration: none;
    font-weight: bold;
    line-height: 14px;
    padding-left: 5px
}

A.Nav:hover
{
    color: red;
    font-size:  11px;
    text-decoration: none;
    padding-left: 5px
}

A.MonitorLink, A.MonitorLink:link, A.MonitorLink:visited
{
    color: #AD0000;
    font-family: Verdana, Arial;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
}   

A.MonitorLink:hover    
{
    color: #C18A52;
}

/* Special Styles */
.Newspaper
{
    color: darkblue;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
}

.BrochurePg1
{
    font-family: Comic Sans MS, Pooh, Helvetica, Arial;
    font-size: 72px;
    font-weight: bold;
    background-color: #c6eff7;    
}

.BrochurePg2
{
    font-family: Comic Sans MS, Pooh, Helvetica, Arial;
    font-size: 16px;
    font-weight: normal;
    background-color: #ffffc6;    
}

.BrochurePg3
{
    font-family: Comic Sans MS, Pooh, Helvetica, Arial;
    font-size: 16px;
    font-weight: normal;
    background-color: #def3bd;    
}

.BrochurePg3Title
{
    font-family: Comic Sans MS, Pooh, Helvetica, Arial;
    font-size: 20px;
    font-weight: bold;
    background-color: #def3bd;    
}

.Certificate
{
    color: darkblue;
    font-family: Helvetica, Arial, Verdana;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left
}


