/*The Cascading style sheet for Call for Bids*/
/*Created by: Sean Steele*/

h2 {
	margin-bottom: 0px;
	margin-top: 10px;
}
h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}
ol.alpha_caps {
	list-style-type: upper-alpha;
}
tr {
	vertical-align: top;
}
thead {
	font-weight: bold;
}
ul {
	margin-top: 0px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bold_italic {
	font-weight: bold;
	font-style: italic;
}
.center {
	text-align : center;
}
.chart_image {
	margin-left: 10%;
	margin-bottom: 0px;
}
.chart_info {
	font-size: .8em;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0px;	
}
.citation {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 35px;
	text-indent: -35px;
}
.crs {
	font-weight: bold;
	color: red;
}
.money {
	text-align : right;
	color: black;
}
.indent {
	text-indent: 25px;
}
.indent_nobreak {
	margin-bottom: 0px;
	margin-top: 0px;
	text-indent: 25px;
}
.indent_nobreak_after {
	margin-bottom: 0px;
	text-indent: 25px;
}
.indent_nobreak_before {
	margin-top: 0px;
	text-indent: 25px;
}
.nobreak {
	margin-bottom: 0px;
	margin-top: 0px;
}
.nobreak_after {
	margin-bottom: 0px;
}
.nobreak_before {
	margin-top: 0px;
}
.toc_lvl1 {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.toc_lvl2 {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 25px;
}
.underline {
	text-decoration : underline;
}
H4.underline {
	margin-bottom: 0px;	
	text-decoration : underline;
}
.fontsize {
	font-size: .8em;
}	

