/* Enter Your Custom CSS Here */
div#nextpage {
    font-size: 100%;
    clear:both;
}

div#nextpage span {
    background-color:#e9e8e8;
    padding: 0.5em 1em;
    margin: 0.25em;
    text-decoration: none;
    border: 1px solid #666666;
    color: #333;
}

#nextpage a span, #nextpage a:link span {
    padding: 0.5em 1em;
    margin: 0.25em;
    text-decoration: none;
    background-color:#bbe0e5;
    border: 1px solid #00b8fd;
    color: #999999;
}

#nextpage a:visited span {
    border: 1px solid #8f9da6;
    color: #999999;
}

#nextpage a:hover span {
   background-color:#45bcd2;
    text-decoration: underline;
    border: 1px solid #0198ca;
    color: #ffffff;
}

#breadcrumbs{
  	width: 940px;
  	margin-left: auto;
	margin-right: auto;
  	margin-bottom: 30px;
	font-size: 90%;
	color: #000;
	font-weight: normal;
	padding-bottom: 0px;
  	padding-top: 3px;
}
#breadcrumbs a{
	font-weight: normal;
	color: #999999;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}


