﻿
.Title
{
    font-weight: bold;
    font-size: 12px;
    color: black;
    font-family: Arial;
}
.Big_Title
{
    font-weight: bold;
    font-size: 14px;
    color:#6b8e23;
    font-family: Arial;
}
.Huge_Title
{
    font-weight: bold;
    font-size: 18px;
    color:#6b8e23;
    font-family: Arial;
}
.Giant_Title
{
    font-weight: bold;
    font-size: 24px;
    color: black;
    font-family: Arial;
}
.Regular
{
    font-size: 12px;
    color: black;
    font-family: Arial;
}
.Text_Box
{
    border-right: green thin ridge;
    border-top: blue thin ridge;
    border-left: blue thin ridge;
    border-bottom: blue thin ridge;
}
.File_Path
{
    font-weight: normal;
    font-size: 12pt;
    color:#336699;
    font-family: Arial;
}
.Web_Link
{
    text-decoration: underline;
    color:#1D6707;
}

BODY
{
/*
    background-image:url(Images/bg.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;  
*/
    vertical-align:top;
    margin-top:1px;
}
A
{
    text-decoration:none;
    color:#1D6707;
} 
A:hover
{
    color:#336699; 
}
.Header_Link
{
    color:White;
    font-weight:bold;
}
.Header_Link:hover
{
    color:#336699;
    font-weight:bold;
}
.Header_Title
{
    color: white;
    font-weight:bold;
}
.Water_Sign
{
	font-size: 10px;
    color: gray;
    font-family: Arial;
}
