﻿body
{
    color: White;
    background-position: center top;
    background-image: url(Images/bg2.jpg);
    background-repeat: repeat-y;
    margin: 0px;
    vertical-align: top;
    clip: rect(auto, auto, auto, auto);
    position: static;
    background-color: #6E6E6E;
    text-align: center;
}

img
{
	border: none;
}

a.support
{
	color: maroon;
	vertical-align: top;
	text-align: center;
}
a
{
	color: maroon;
	text-decoration: none;
}
a:hover
{
	color: maroon;
	text-decoration: underline;
}

td.sectionhead
{
    background-image: url(Images/btn_bg.gif);
    background-repeat: repeat-x;
    color: White;
    font-weight: bold;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    vertical-align: middle;
    text-align: center;
}
