/****************************Native Classes********************************/

body, html {
    background-color        :       #FFFFFF;
    background-image        :       url('../images/background_page.jpg');
    background-repeat       :       repeat-x;
    color                   :       #FFFFFF;
    font-family             :       Century Gothic, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       11px;
    margin                  :       0px 0px 0px 0px;
    text-align              :       justify;
}

a:link {
    color                   :       #FF0303;
    font-size               :       16px;
	text-decoration         :       none;
}

a:visited {
    color                   :       #FF0303;
    font-size               :       16px;
	text-decoration         :       none;
}

a:hover {
    color                   :       #000000;
    font-size               :       16px;
	text-decoration         :       none;
}

/****************************ID Classes********************************/

