@charset "UTF-8";
.Paragraph_Text {
	margin: 0px;
	padding: 0px 0px 5px;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.Body_Text {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}
h1 {
	margin: 0 0 12px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 3px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, sans-serif;
	font-size: 15px;
	color: #04307F;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	width: 320px;
	text-transform: capitalize;
}
h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 2px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #04307F;
	font-weight: bold;
	text-transform: capitalize;
}
h3 {
	margin: 0 0 5px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 2px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #04307F;
	font-weight: bold;
}
.Body_TextBold {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.Project_Highlight {
	background-color: #EFEFEF;
	display: block;
	width: 300px;
	height: 78px;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 10px;
}
a:link.Pdf_Links, a:visited.Pdf_Links, a:active.Pdf_Links, a:hover.Pdf_Links {
	color: #FF0000;
	background-image: url(../images/pdf_download.gif);
	margin: 0px;
	padding: 0px 0px 0px 30px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 25px;
	width: 250px;
}
.Quote_text {
	margin: 0px;
	padding: 0px 0px 5px;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
