/* standard elements */
body
    {
    background: #290F02;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
	margin: 0;
    }

td
    {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	}

.titlebar
    {
	color: #454F39;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
	}

.sidecontact
    {
	color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
	}

.copyright
    {
	color: #FFFFFF;
    font-weight: none;
    text-decoration: none;
    font-size: 11px;
	}

/* standard links */
a:link
    {
    color: #0000FF;
    font-weight: none;
    text-decoration: none;
    }
a:visited
    {
    color: #0000FF;
    font-weight: none;
    text-decoration: none;
    }
a:hover
    {
    color: #FF0000;
    font-weight: none;
    text-decoration: underline;
    }
a:active
    {
    color: #0000FF;
    font-weight: none;
    text-decoration: none;
    }

/* MainMenu links */
a.mainmenu:link
    {
    color: #C6A677;
	font-family: Arial, sans-serif;
	font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    }
a.mainmenu:visited
    {
    color: #C6A677;
	font-family: Arial, sans-serif;
	font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    }
a.mainmenu:hover
    {
    color: #FF0000;
	font-family: Arial, sans-serif;
	font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
    }
a.mainmenu:active
    {
    color: #C6A677;
	font-family: Arial, sans-serif;
	font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    }

/* SideMenu links */
a.sidemenu:link
    {
    color: #454F39;
	font-family: Arial, sans-serif;
	font-size: 11px;
    font-weight: none;
    text-decoration: none;
    }
a.sidemenu:visited
    {
    color: #454F39;
	font-family: Arial, sans-serif;
	font-size: 11px;
    font-weight: none;
    text-decoration: none;
    }
a.sidemenu:hover
    {
    color: #FF0000;
	font-family: Arial, sans-serif;
	font-size: 11px;
    font-weight: none;
    text-decoration: underline;
    }
a.sidemenu:active
    {
    color: #454F39;
	font-family: Arial, sans-serif;
	font-size: 11px;
    font-weight: none;
    text-decoration: none;
    }

