﻿body
{
}


.Square
{
    border-spacing:0px;
    border-collapse: collapse;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

.Square A:link
{   
    color: Black; 
    font-weight:bold; 
}
.Square A:visited
{
    
    color: Black; 
    font-weight:bold; 
}
.Square A:active
{
    
    color: Black; 
    font-weight:bold; 
}
.Square A:hover    
{
    
    color: Black;
    font-weight:bold;    
}


.SquareTopLeft
{
    background-image: url('/Images/square_top_left.jpg');
    width: 30px;
    height: 41px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;  
}
.SquareTopCenter
{
    background-image: url('/Images/square_top_center.jpg');
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bolder;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;  
}
.SquareTopRight
{
    background-image: url('/Images/square_top_right.jpg');
    width: 30px;
    height: 41px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;  
}

.SquareCenterLeft
{
    background-image: url('/Images/square_center_left.jpg');
}
.SquareCenterCenter
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.SquareCenterRight
{
    background-image: url('/Images/square_center_right.jpg');
    background-repeat: repeat-y;
}

.SquareBottomLeft
{
    background-image: url('/Images/square_bottom_left.jpg');
    width: 30px;
    background-repeat: no-repeat;
    height: 22px;
}
.SquareBottomRight
{
    background-image: url('/Images/square_bottom_right.jpg');
    background-repeat: no-repeat;
    width: 30px;
    height: 22px;
    
}

.SquareBottomCenter
{
    background-image: url('/Images/square_bottom_center.jpg');
    background-repeat: repeat-x;
}
