/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/body-bg.gif);
	background-repeat:repeat-x;
	background-color:#dbdbdb;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
h1 {
	font-size:15pt;
	font-weight:normal; 
	margin:0px;
	padding:0px;
}
h2 {
	font-size:14pt;
	font-weight:normal;	
	margin:0px;
	padding:0px;
}
h3 {
	font-size:13pt;
	font-weight:normal; 
	margin:0px;
	padding:0px;
}
h4 {
	font-size:10pt;
	font-weight:normal; 
	margin:0px;
	padding:0px;
}
h5 {
	font-size:9pt;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h6 {
	font-size:8.5pt;
	font-weight:normal; 
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:999999;
	border:1px solid #dddddd;
}
.txt-lt-brown  {
	color:#ccad42;
}
.txt-green  {
	color:#35a310;
}
.txt-white  {
	color:#ffffff;
}
.txt-lt-black {
	color:#1a1a1a;
}
.txt-green-link-un  {
	color:#35a310;
	text-decoration:underline;
}
.txt-green-link-un:hover  {
	color:#1a1a1a;
	text-decoration:none;
}
.bg-dk-grey {
	background-color:#6f6f6f;
}
.font-tre {
	font-family:"Trebuchet MS";
}
.txt-white {
	color:#FFFFFF;
}
.txt-white-link {
	color:#FFFFFF;
	text-decoration:none;
}
.txt-white-link:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.txt-white-link-un {
	color:#FFFFFF;
	text-decoration:underline;
}
.txt-white-link-un:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.txt-blue-link-un {
	color:#0060b6;
	text-decoration:underline;
}
.txt-blue-link-un:hover {
	color:#1a1a1a;
	text-decoration:none;
}
.txt-blue-link {
	color:#0060b6;
	text-decoration:none;
}
.txt-blue-link:hover {
	color:#1a1a1a;
	text-decoration:underline;
}
.border-grey {
	background-color:#FFFFFF;
	border:1px solid #dddddd;
}
.bg-off-white {
	background-color:#fbfcfb;
}
.txt-lt-green {
	color:#12ad2b;
}
.bg-white {
	background-color:#ffffff;
}
.nac-de {
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:15px;
	text-decoration:none;
	display:block;
	height:28px;
	padding-top:7px;
}
.nac-de:hover {
	color:#FFFFFF;
	font-family:"Trebuchet MS";	
	font-size:15px;
	text-decoration:none;
	display:block;
	background-image:url(../images/bg-nav-ac.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:28px;
	padding-top:7px;
}
.nac-ac {
	color:#FFFFFF;
	font-family:"Trebuchet MS";	
	font-size:15px;
	text-decoration:none;
	display:block;
	background-image:url(../images/bg-nav-ac.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:28px;
	padding-top:7px;
}

.catg_hdr1
{
/*background-color:#339A65;*/
color:#FFFFFF;*/
}

.catg_hdr2
{
/*background-color:#9ACC00;
color:#FFFFFF;*/
}

.catg_hdr3
{
/*background-color:#00FF00;
color:#000000;*/
}

.catg_hdr4
{
/*background-color:#CCFFCC;
color:#000000;*/
}



.arrowlistmenu
        {
            width: 220px; /*width of accordion*/
        }
        .arrowlistmenu .menuheader
        {
            /*CSS class for menu headers in general (expanding or */
            font: bold 9pt "Trebuchet MS";
            color: white;
            background: url(/images/arrow-white.gif) no-repeat center left;
            margin-bottom: 0px; /*bottom spacing between header and rest of co*/
            margin-left: 10px;
            text-transform: uppercase;
            padding: 4px 0 0px 10px; /*header text is indented*/
            cursor: hand;
            cursor: pointer;
        }
        .arrowlistmenu .menuheader a
        {
            font: bold 9pt "Trebuchet MS";
            color: white;
            text-transform: uppercase;
            cursor: hand;
            cursor: pointer;
        }
        .arrowlistmenu .menuheader a:hover
        {
            font: bold 9pt "Trebuchet MS";
            color: white;
            text-transform: uppercase;
            cursor: hand;
            cursor: pointer;
        }
        .arrowlistmenu .openheader
        {
            /*CSS class to apply to expandable header when it's exp*/
        }
        .arrowlistmenu ul
        {
            /*CSS for UL of each sub*/
            list-style-type: none;
            margin: 0;
            padding: 0;
            margin-bottom: 0px; /*bottom spacing between each UL and rest of co*/
        }
        .arrowlistmenu ul li
        {
            padding-bottom: 2px; /*bottom spacing between menu */
        }
        .arrowlistmenu ul li a
        {
            color: #FFFFFF;
            background: url(/images/arrow-white.gif) no-repeat center left; /*custom bullet list */
            padding: 0px 0;
            padding-left: 9px; /*link text is indented*/
            margin-left: 20px;
            text-decoration: none;
            font-weight: normal;
            border-bottom: 0px solid #dadada;
            font: bold 9pt "Trebuchet MS";
        }
        .arrowlistmenu ul li a:hover
        {
            /*hover stat*/
            color: #FFFFFF;
            background: url(/images/arrow-white.gif) no-repeat center left; /*custom bullet list */
            padding: 0px 0;
            padding-left: 9px; /*link text is indented*/
            margin-left: 20px;
            text-decoration: none;
            font-weight: normal;
            border-bottom: 0px solid #dadada;
            font: bold 9pt "Trebuchet MS";
        }