﻿body,
html
{
    margin: 0px;
    padding: 0px;
}

html
{
    background-color: #F60;
    background-image: url(../../Media/Images/Global/Background.gif);
    background-position: center;
    background-repeat: repeat-y;
}

body
{
    text-align: center;
}

img
{
    border: solid 0px #000;
}

a,
a:active,
a:visited,
a:hover
{
    color: #09F;
    font-size: 12px;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body,
div,
td,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
label,
ul,
blockquote
{
    color: #333;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    color: #F60;
    margin: 0px;
    padding: 0px;
}

h1
{
    font-size: 16px;
    line-height: 20px;
}

h2
{
    font-size: 15px;
    line-height: 19px;
}

h3
{
    font-size: 14px;
    line-height: 18px;
}

h4
{
    font-size: 13px;
    line-height: 17px;
}

h5
{
    font-size: 12px;
    line-height: 16px;
}

h6
{
    font-size: 12px;
    line-height: 15px;
}

body,
div,
td,
span,
p,
blockquote
{
    font-size: 12px;
    line-height: 14px;
}

blockquote
{
	margin: 5px;
}

#MainForm
{
    margin: 0px;
    padding: 0px;
}

#Page
{
    margin: auto;
    text-align: left;
    width: 760px;
}

#Header,
#Content,
#Footer
{
    background-color: #FFF;
    width: 760px;
}

#Header
{
    height: 140px;
}

#Footer
{
    background-image: url(../../Media/Images/Global/Footer/Background.gif);
    background-position: top;
    background-repeat: repeat-x;
    color: #666;
    height: 20px;
    padding: 8px 0px 20px 0px;
    text-transform: uppercase;
}

#Footer table tr td.FooterContent
{
    height: 20px;
    width: 760px;
    text-align: center;
}

#Footer a,
#Footer a:active,
#Footer a:visited,
#Footer a:hover
{
    color: #666;
    text-decoration: none;
}

p
{
    margin: 0px 0px 14px 0px;
}

#CacheTime
{
    color: #999;
    text-align: center;
    display: block;
    margin: 0px 0px 20px 0px;
}