body
{
    background-image: url("../images/bg_image.jpg");
    background-repeat: repeat-x;
}
h3 
{
    font-family: cursive;
    color: #1764aa;
    text-shadow: black;
}

.table_big 
{
    border-width: 1px; 
    border-color: #4088ff; 
    border-style: solid; 
    background-image:url('../images/bg_table_big1.jpg'); 
    background-position: bottom right; 
    background-repeat: no-repeat;    
}

.table_one
{
    font-family: verdana;
    font-size: 13px;
}

.table_two
{
    background-image: url("../images/bg_table_one.jpg");
    background-repeat: repeat-x;    
    border-style:solid; 
    border-width:0px; 
    border-color:#a5d0f0; 
    border-top-width:2px; 
    border-bottom-width:2px;
}

.table_three
{
    font-family: verdana;
    font-size: 13px;
    border-style:solid; 
    border-width:1px; 
    border-color:#000000;
}
