img {
	border: none;
}

/* For the region pages, we want the region menu to be a bit bigger */
/* Why does this only work when I put it here, and not in the style.css file under themes? */

.regionpage a {
	font-size: 16px;
}

span.bigg {
	font-size: 16px;
}

span.biggg {
	font-size: 17px;
	line-height: 19px;
}


span.bigggg {
	font-size: 18px;
}


span.biggggg {
	font-size: 19px;
	line-height: 22px;
}

span.bigggggg {
	font-size: 20px;
}

h1.region {
	font-family: "Times New Roman", Times, serif;
	font-size: 42px;
	line-height: 50px;
	color: #606060;
	font-weight: normal;
	margin:0;
	padding: 0;
}

span.float {
float:left;
margin-right:8px;
}

span.bold {
        font-size: 12px;
        font-weight: bold;
}

span.header {
        font-size: 16px;
        font-weight: bold;
}


