h2 {
	font-size: 1.2em;
	color: #333;
	border-bottom: 1px solid #c03;
}
h3 {
	font-size: 1em;
	color: #000;
}
.textsmall {
	font-size: .6em;
	color: #000;
	}
.textmedium {
	font-size: .7em;
	color: #000;
	}
.textlarge {
	font-size: 1.1em;
	color: #000;
	} 
.smallbold {
	font-size: .6em;
	color: #000;
	font-weight: bold;
	}
hr {
	width: 100%;
	border-top: 2px solid #2d2929;
	}	
.border {
	border: 2px solid #2d2929;
	}
.caption {
	font-size: .7em;
	color: #c03;
}
