/****************************Native Classes********************************/

body, html {
    background-color        :       #FFFFFF;
    background-image        :       url('../images/background_bottom.png');
    background-repeat       :       repeat-x;
    color                   :       #FFFFFF;
    font-family             :       Century Gothic, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       14px;
    font-weight             :       bold;
    margin                  :       0px 0px 0px 0px;
    text-align              :       justify;
}

a:link {
    color                   :       #FFFFFF;
    font-size               :       16px;
    font-weight             :       bold;
	text-decoration         :       none;
}

a:visited {
    color                   :       #FFFFFF;
    font-size               :       16px;
    font-weight             :       bold;
	text-decoration         :       none;
}

a:hover {
    color                   :       #000000;
    font-size               :       16px;
    font-weight             :       bold;
	text-decoration         :       none;
}

td {
    vertical-align          :       top;
}

/****************************ID Classes********************************/

/*** Header Area ***/

.circle {
    background-image        :       url('../images/background_circle.png');
    background-repeat       :       no-repeat;
}

.text {
    color                   :       #FFFFFF;
    font-family             :       Century Gothic, Georgia, Arial, Verdana, Helvetica, sans-serif;
    font-size               :       14px;
    font-weight             :       bold;
}