﻿body 
{
	background-image: url('images/background.jpg');
    background-repeat: repeat;
    text-align:center;
    font-family: Arial;
}
img
{
	border-style: none;
}

h1
{
    font-family: Arial;
    color: Black;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
}

.ContentBox
{
    background-color: White;
    width: 900px;
    text-align:left;
    margin: 40px 20px 20px 20px;
    padding: 0px 40px 20px 40px;
}

.NavLink
{
    text-decoration: none;
    font-family: Arial;
    color: #7F7F7F;
    font-size: 14px;
}

.Marquee
{
	text-align: center;
}
.MarqueeImage
{
	border-width: medium;
}


.BodyText
{
    font-family: Arial;
    color: Black;
    font-size: 16px;
}

.GrayText
{
    font-family: Arial;
    color: Gray;
    font-size: 20px;
    margin: 20px 20px 20px 20px;
}

.RedText
{
    font-family: Arial;
    color: Red;
    font-size: 12px;
    margin: 20px 20px 20px 20px;
}



