﻿body 
{
    font-size:100.01%;
} 

.SiteHeaderTopLine 
 {
    background: #B11A3B;
    height: 20px;
    width: 600px;
 }
.SiteHeaderLocator 
 {
    background: #7898B2;
    height: 75px;
    width: 600px;
 }
.SiteFooterBottomLine 
 {
    background: #B11A3B;
    height: 20px;
    width: 600px;
    color: #FFFFFF;
    font-size: 10px;
 }
 
.SiteFooterBottomLine a
 {
	font-size:			10px;
	color:				#FFFFFF;
 }


a:link {text-decoration: none;}
a:hover {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
 