/* CSS definition file containing site wide stylesheets */

.bold {
	font-weight: bold
}

.bold_grey {
	color: rgb(97,83,67);
 	font-weight: bold
}

.italics {
	font-style: italic
}

.bold_grey_14 {
	font-size: 14px;
 	color: rgb(97,83,67);
 	font-weight: bold
}

.orange {
	color: rgb(220,80,0);
 	font-weight: bold
}

.size_11 {
	font-size: 11px
}