/* CSS Document */
body {
	background-image: url(../images/bg.jpg);
}
.hedear {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a {
	font-size: 12px;
	color: #F78E25;
}
a:visited {
	color: #F78E25;
	text-decoration: none;
}
a:hover {
	color: #F78E25;
	text-decoration: underline;
}
a:active {
	color: #F78E25;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.tdMain {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #D8D8D8;
	margin: 0px;
	padding: 0px;
}
.tdRightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D8D8D8;
}
.tdSmall {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
}
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

img {
    border: none;
}
.copyright {color: #B9B9B9}
/*- Menu 5--------------------------- */

#menu5 {
        width: 200px;
        margin: 0px;
        }

#menu5 li a {
        height: 50px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 40px;
        text-decoration: none;
        }

#menu5 li a:link, #menu5 li a:visited {
        color: #757575;
        display: block;
        background:  url(../images/menu5.gif);
        padding: 8px 0 0 0px;
        }

#menu5 li a:hover, #menu5 li #current {
        color: #757575;
        background:  url(../images/menu5.gif) 0 -50px;
        padding: 8px 0 0 0px;
        }
		
/*  Top Navigation Bar - Gray */
#navcontainer { /* none needed */ }

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
        float: left;
        font-family: arial,verdana, sans-serif;
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 4px 0;
        background-color: #999999;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 5px 9px 4px 9px;
        color: #ffffff;
        /*border-right: 1px dashed #cccccc;*/
        text-decoration: none;
}

ul#navlist li#active {
        color: #ffffff;
        background-color: #666666;
}

#navlist a:hover {
        color: #ffffff;
        background-color: #666666;
}
