﻿.header
{
	background-image: url('../images/Header.gif');
	background-repeat: no-repeat;
    width: auto;
    height: 150px;
	text-align: center;
}
.footer
{
    background-image: url('../images/Header.gif');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    height: 75px;
    text-align: center;
    font-size: 10px;
}
.ANKMarginLeft 
{
    margin-left: 2px;
}
.ANKMarginRight 
{
    margin-right: 2px;
}
.TitleStyle 
{
    color : #000000;
    text-shadow: 1px 1px 0px #a0a0a0, 2px 2px 0px #a0a0a0;
}
   
