body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #f1f1f1;
	font-size: 10pt;
}
.border-top_bottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.border-bottom-grey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.border-bottom-grey-dashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.border-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}



a:link {
	color: #C32026;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #C32026;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #C32026;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #C32026;
	text-decoration: none;
	font-weight: bold;
}
.text_page_header {
	font-size: 18pt;
	font-weight: bold;
	color: #ffe3d7;
}
.text_story_header {
	font-size: 14pt;
	font-weight: bold;
	color: #ffe3d7;
}
.text_story_footer {
	font-size: 12pt;
	font-style: italic;
}

.text_item_header {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}
.parenthesis-italics {
	font-size: 9pt;
	font-style: italic;
}
.table_background_center {
	background-repeat: no-repeat;
	background-position: center center;
}
.comphead {
	font-size: 12pt;
}

/** BLACK LIGHT BOULDERING PAGE */

#sponsors img, #sponsors img a {
	border:none;
}
#fixed {
	position:relative;
}
#fixed.fixed {
	position:fixed;
	top:0;
	margin-top:10px;
}

.nobullet {
	list-style:none;
}
.nobullet h3 {
	margin-bottom:-10px;
}
.small {
	font-size:10px;
}
