/* CUSTOM STYLES */
.breadcrumb {
	background-color: #E4D0AB;
	padding: 2px 5px 5px 5px;
	font-family: Arial Narrow, Arial;
	font-size: 12px;
	font-weight: bold;
        }

/* BODY */


/* DEFAULT TEXT */
.BodyText, td, .BodyText1 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	}

/* TITLE */
.title,h1,.header, .Title1 {
	font-family: Arial Narrow, Arial, helvetica, sans-serif;
	color: #CE142B;
	font-size: 20px;
	font-weight: bold;
	}

/* SUBTITLE */
.subheader,h2,.SubTitle, .SubTitle1 {
	font-family: Arial Narrow, Arial, helvetica, sans-serif;
	color: #CE142B;
	font-size: 16px;
	font-weight: bold;
        }

/* LINKS */
a:link {
	color: #8A1D01;
	}
a:visited {
	color: #644764;
	}
a:hover {
	color: #8A1D01;
	text-decoration: underline;
	}

/* FOOTER */
.footer {
	color: #000000;
	font-size: 10px;
	}
a.footer:link {
	color: #7D7D7D;
	}
a.footer:visited {
	color: #7D7D7D;
	}

/* SIDEBAR 
.sidebar {
	width: 150px;
	border: 1px solid #777777;
	color: #000000;
	font-size : 10px;
	padding: 5px 5px 5px 5px;
	background-color: #F5F5F5;
	}
*/

/* TREE NAVIGATION MENU */
.TreeNavLinkOn {
	/*list-style-image:url(images/spacer.gif); */
    list-style-type: none;
    font-family: Arial Narrow, Arial;
    font-weight: bold;
    text-decoration: none;
	text-align: right;
	list-style: none; 
	padding-left: 0px;
	margin-left: 0px;
	font-weight:bold ;
	color: #CE142B;
	padding-right: 20px;
	}
.TreeNavLinkOn a:link, .TreeNavLinkOn a:visited {
    color: #CE142B;
    text-decoration: none;
	background: url("/images1/nav_arrow.gif") top right no-repeat;
    }
.TreeNavLinkOn a:hover {
    color: #CE142B;
    text-decoration: none;
    }
		

.TreeNavLinkOff {
	/*list-style-image:url(images/spacer.gif);*/ 
    list-style-type: none;
    font-family: Arial Narrow, Arial;
    font-weight: bold;
    text-decoration: none;
	text-align: right;
	list-style: none; 
	padding-left: 0px;
	margin-left: 0px;
	color: #000000;
	}
.TreeNavLinkOff a:link, .TreeNavLinkOff a:visited {
        color: #000000;
        text-decoration: none;
        padding-right: 15px;
		}
.TreeNavLinkOff a:hover {
        color: #CE142B;
        text-decoration: none;
		padding-right: 15px;
		background: url("/images/nav_arrow.gif") top right no-repeat;
        }
		

		
		
.TreeNavSubLinkOn {
	/* list-style-image:url(images/UserFiles/Image/LeftNav_Green_Arrow.gif); */
    list-style-type: none;
    font-family: Arial Narrow, Arial;
    font-weight: bold;
    text-decoration: none;
	text-align: right;
	position: relative;
	/* Set in CF template for Firefox only: left: -15px; */
	padding-left: 0px;
	margin-left: 0px;
	color: #CE142B;
	padding-right: 15px;
	background: url("/images/nav_arrow.gif") top right no-repeat;
	}
.TreeNavSubLinkOn a:link, .TreeNavSubLinkOn a:visited {
        color: #CE142B;
        text-decoration: none;
		
        }
.TreeNavSubLinkOn a:hover {
        color: #CE142B;
        text-decoration: none;
        }
