﻿body
{
    font-family: Arial, Tahoma, "MS Sans Serif", Sans-Serif;
}

.inputItems
{
   font-family: Arial, Tahoma, "MS Sans Serif", Sans-Serif;
   font-size: 12px;
   border: solid 1px #000000;
}

.smallHeader
{
    font-variant: small-caps;
    letter-spacing: 5px;
    font-size: 12px;
}
.copyrightText
{
    font-size: 11px;
}

.navLinks
{
    font-size: 11px;
    font-variant: small-caps;
    text-decoration: none;
    color: #5000FF;
    font-weight: bold;
}
.navLinks:hover
{
    text-decoration: none;
    color: #bb55ff;
}

A
{
    color: #4448EC;
}
A:Hover
{
    color: #8DA1EC;
}
A:Visited
{
    color: #24267E;
}

.navInfoText
{
    font-size: 10px;
    text-decoration: none;
    color: #5000FF;
    background-color: #F8FFE9;
}

.bodyText
{
    font-size: 12px;
}
.bodyHeader
{
    font-variant: small-caps;
    letter-spacing: 3px;
    font-size: 14px;
    color: #5000FF;
    font-weight: bold;
    text-decoration: underline;
}
.newsHeader
{
    letter-spacing: 3px;
    font-size: 14px;
    color: #5000FF;
    font-weight: bold;
}
HR
{
    border: solid 2px #5000FF;
}

