#navBread {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CCCCCC;
	line-height: 15px;
	margin-bottom: 15px;
}


#navBread ul {
	margin: 0px;
	padding: 0px;

}

#navBread li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
   
}

#navBread a:link, #navBread a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#navBread a:hover {
	color: #333333;
	text-decoration: underline;
}

#navBread a:active {
    color: #ED4C17;
}



#navAdmin{
	font-family: Geneva, Arial, sans-serif;
	font-size: 10px;
	margin: 15px 0px 0px;
	width: 191px;
	float: left;
	height: 350px;
	text-align: right;
	padding: 4px;
		}

#navAdmin ul {
	list-style: none;
	margin: 0;
	padding: 0px;

}
#navAdmin li {
	list-style-image: none;
	list-style-type: none;
	line-height: 25px;
	display: list-item;
}
#navAdmin a:link, #navAdmin a:visited {
	color:#660000;
	text-decoration: underline;
	padding-left: 10px;
	width: 191px;
	height: 20px;

}
#navAdmin a:hover {
	color:#FF9900;
	height: 20px;
	width: 191px;
	white-space: nowrap;
	padding-left: 10px;
	text-decoration: none;
}
#navAdmin a:active {
	color:#000000;
	height: 20px;
	width: 191px;
	padding-left: 10px;
}

a:visited.admin,  a:link.admin, a:active.admin {
	color:#660000;
	font-size: 10px;
	text-decoration: underline;
}
a:hover.admin {
	color:#E07F04;
	font-size: 10px;
	white-space: nowrap;
	text-decoration: none;
}

a:visited.url,  a:link.url, a:active.url {
	color:#F3982D;
	font-size: 11px;
	text-decoration: underline;
	word-wrap: break-word;
}
a:hover.url {
	color:#990000;
	font-size: 11px;
	text-decoration: none;
	word-wrap: break-word;
}



.admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}




.data {
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    color: #000000;
}
.data_hdr
{
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffcc33;
	background-color: #333333;
	border-width: thin;
	margin-bottom: 10px;

}


