﻿
/************ HTML Tags************/

body 
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    letter-spacing: 1px;
}

h1
{
    font-size: 19px;
}

h2
{
    font-size: 15px;
}

h3
{
    font-size: 12px;
    font-style: italic;
}

h4
{
    font-size: 14px;
}

h5
{
    font-size: 11px;
}

input
{
    font-size: 18px;
}

textarea
{
    font-size: 18px;
    font-family: Arial;
}

select
{
    font-size: 17px;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:visited
{
    text-decoration: none;
}

a.WhiteLink
{
    text-decoration: underline;
}

a:hover.WhiteLink
{
    text-decoration: none;
}

/************ Global ************/

.Button
{
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
}

.ButtonHover
{
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
}

.ButtonMedium
{
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
}

.ButtonSmall
{
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
}

.ButtonSmallHover
{
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
}

.BigText
{
    font-size: 18px;
}

/************ Main Header ************/


/************ Main Content ************/

#MainMenu
{
    font-size: 13px;
}

/************ Main Footer ************/

.HomePageEventDetails
{
    line-height: 13px;
}

#FooterLinks
{
    font-size: 10px;
}

/************ Form ************/

.FormContainer
{
}

/************ Featured Item ************/

.PageFeature
{
}

#AdminPageHeader b
{
    font-size: 18px;
}

#FooterCopyright a
{
    text-decoration: underline;
}

#FooterCopyright a:visited
{
    text-decoration: underline;
}

#FooterCopyright a:hover
{
    text-decoration: none;
}
