﻿body, div, p, a, span, table, tr, td, input, select, textarea, form
{
    font:inherit;    
    color:inherit;
}

body 
{
    background-color:White;
    background-image:url("../design/_body_bg.png");
    background-position:top left;
    background-repeat:repeat-x;
    
    padding:50px 0 0 0;
    margin:0px;
    
    text-align:center;
    
    font-family:Trebuchet MS , Tahoma, Verdana, Times New Roman;
    font-size:13px;
}

a
{
    text-decoration:none;   
}

a:hover
{
    text-decoration:none;   
}


