
	body {
		margin:0;
		padding:0;
		min-width:800px; /* Prevent content from becoming unreachable in Gecko */
        font-family: Tahoma;
        font-size:11px;
        color: #000000;
	}

    .content {
        padding: 5px;
    }
    .nav {
        padding: 5px;
        background-color: #EFEFEF;
    }
    .nav a {
        text-decoration: underline;
        color: black;
    }
    .rounded-navlinks {
        color: black;
        text-align: left;
        padding: 0 18px 0 15px;
        font-size: 12px;
    }

    /* menu items WITH an href link */
    div.rounded-navlinks span div {
        border: 1px solid #F13C03;
        background: #EFEFEF;
        padding: 2px 4px;
        margin-top: -1px;
    }

    div.rounded-navlinks span div div {
        border: 0;
        background: transparent;
        padding: 0;
        margin-top: 0;
    }

    /* menu items WITHOUT an href link */
    div.rounded-navlinks div {
        border: 0;
        background: none;
        padding: 8px 4px;
        margin-top: -1px;
    }

    .rounded-navlinks div a:link { color:black; text-decoration:none; }
    .rounded-navlinks div a:visited { color:black; text-decoration:none;  }
    .rounded-navlinks span div:hover { background:#F13C03; }
    .rounded-navlinks div:active { color:black; }

    .footerMenu {
        padding: 10px;
        text-align: center;
        font-family: Verdana;
        font-weight: bold;
        font-size: 10px;
        color: #000000;
        background: url(/5168/skins/agent5168/shared/footerMenu.jpg) repeat-x;
    }
    .footerMenu a {
        text-decoration: none;
        color: inherit;
        margin: 0 10px;
    }
    .footerMenu a:link {}
    .footerMenu a:visited {}
    .footerMenu a:hover {
        text-decoration: underline;
    }
    .footerMenu a:active {
        text-decoration: underline;
    }

    .footer {
        padding: 10px;
        font-family: Verdana;
        font-weight: bold;
        font-size: 10px;
        color: white;
        text-align: center;
        background: url(/5168/skins/agent5168/shared/footer.jpg) repeat-x;
    }
    .footer a {
        text-decoration: underline;
        color: inherit;
    }
