﻿body
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana, Helvetica;
    color: #000000;
    background-color: #000000;
}

.MaintableBodyRepeater
{
    background-position: center top;
    margin: 0;
    background-image: url('images/MainBackGroundRepeat.jpg');
    background-repeat: repeat;
    width: 1006px;
}
.MaintableBodyTop
{
    background-position: center top;
    margin: 0;
    background-image: url('images/MainBackGroundTop.jpg');
    background-repeat: no-repeat;
}
.MaintableBodyBottom
{
    background-position: center bottom;
    margin: 0;
    background-image: url('images/MainBackGroundBottom.jpg');
    background-repeat: no-repeat;
    width:100%;
}


a:link
{
    text-decoration: none;
    color: #999999;
}
a:visited
{

	text-decoration : none;
	color : #999999;
} 
a:active 
{

	text-decoration : none;
	color : #999999;
}
a:hover 
{

	text-decoration : none;
	color : #D40000;
}


/*************************************************************
Terry's stuff for SEO
*/

.titleH05
{
    font-size: 12px;
    color: #000000;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
.titleH05 a
{
    color: #999999;
}

.titleH05 a:hover
{
    color: #FFFFFF;
}




.sidemenu
{
    font-size: 12px;
    color: #666666;
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
}
.sidemenu a
{
    color: #666666;
}

.sidemenu a:hover
{
    color: #D40000;
}