td.white, td.whitehoriz
	{
    letter-spacing: 0.07em;
    margins: 0;
	padding: 0;
    height: 75px;
	width: 175px;
	vertical-align: top;
	background-color: white;
	}
	
td.blue, td.bluehoriz
	{
    letter-spacing: 0.07em;
    margin: 0;
	padding: 0;
    height: 75px;
	width: 125px;
	vertical-align: top;
	background-color: #7CECF0;
	}

td.white a, td.whitehoriz a
    {
    font-family: Times, serif !important;
    font-size: 24px !important;
    text-decoration: none;
    font-weight: bold;


    }

td.blue a, td.bluehoriz a
    {
    font-family: Times, serif !important;
    font-size: 24px !important;
    text-decoration: none;
    font-weight: bold;

    }
		
td.white a:link, td.white a:visited
    {
	display: block;
    text-align: center;
	margin: 0;
	padding: 15px 20px 25px 0px;
    color: #A58258;
	width: 165px;
	height: 35px;
    }
    
td.white a:link:hover, td.white a:visited:hover
    {
	display: block;
	text-align: center;
    margin: 0;
    padding: 35px 0px 5px 20px;
	color: #7CECF0;
    }
    
td.blue a:link, td.blue a:visited
    {
	display: block;
	text-align: center;
    margin: 0;
    padding: 35px 0px 5px 20px;
    color: white;
	width: 165px;
	height: 35px;
    }
    
td.blue a:link:hover, td.blue a:visited:hover
    {
	display: block;
	text-align: center;
	margin: 0;
	padding: 15px 20px 25px 0px;
	color: #A58258;
    }

td.whitehoriz a:link, td.whitehoriz a:visited
    {
	display: block;
	text-align: left;
    margin: 0;
	padding: 15px 15px 0 15px;
	text-indent: 40px;
	width: 155px;
	height: 60px;
    color: #A58258;
    }
    
td.whitehoriz a:link:hover, td.whitehoriz a:visited:hover
    {
	display: block;
	text-align: left;
	margin: 0;
    padding: 10px 0px 5px 60px ;
	text-indent: -40px;
	width: 125px;
	color: #7CECF0;
    }
    
td.bluehoriz a:link, td.bluehoriz a:visited
    {
	display: block;
	text-align: left;
    margin: 0;
    padding: 10px 0px 5px 60px ;
	width: 125px;
	height: 60px;
	text-indent: -40px;
    color: white;
    }
    
td.bluehoriz a:link:hover, td.bluehoriz a:visited:hover
    {
	display: block;
	text-align: left;
	margin: 0;
	padding: 15px 15px 0 15px;
	text-indent: 40px;
	width: 155px;
	color: #A58258;
    }
