@charset "utf-8";
/* CSS Document */
	
#breadcrumbs {
	font-size:0.8em;
	float:left;
	width:100%;
	margin: 10px 8px 6px 10px;
	padding: 0px 0 0px 0;	
	}


#breadcrumbs ul {
	float:left;
	text-align:left;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width:100%;
	list-style:none;
	border:none;
	}



#breadcrumbs li {
	display:inline;
	margin: 0px 10px 0 0px;
	border-right:1px solid #CCC;
	padding: 2px 10px 2px 0;
	}

.bold {
		font-weight:700
		}
	
.underline {
		text-decoration:underline
		}
	
.bold_underline { 
		font-weight:900; text-decoration:underline; text-align:center
		}
	
.justify {
		text-align:justify;
		}
	
.center {
		text-align:center
		}
	
.red {
	color:#900;
	}
	
p + p {
    margin-top: 10px;
	}