@charset "UTF-8";
/* CSS Document */

.breadcrumb {
	display: none;	
}

.breadcrumb img {
	display:block;
	float: left;
	padding-top: 0px;
	margin-top: -10px;
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: white;
    font-size: 16px;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: black;
    text-decoration: underline;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

img.print {
	clear:both;
	display:block;
}

#footer {
	
	display: block;
	text-align: center;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size:10px;
}
#footer p {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
}