/* CSS Document */
.header_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #050A5C;
	display: block;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
.black_line {
	font-family: Arial, Helvetica, sans-serif;
}
.text_color_1 {
	color: #990000;
}
.bold_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #050A5C;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.bold_text_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
}

/* you may add these styles later on if you wish.
.header_3 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;	display: block;
	padding-bottom: 2px;
}
.header_4 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #990000;	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
*/

.sub_head_1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #050A5C;
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
}
.sub_head_2 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #990000;
	display: block;
	margin-top: 0px;
	padding-top:px;
	margin-bottom: 2px;
}

.sub_head_1_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #050A5C;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	position: static;
	margin-top: 0px;
	padding-top:px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 2px;
	padding-bottom: 3px;
}
.sub_head_2_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	position: static;
	margin-top: 0px;
	padding-top:px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 2px;
	padding-bottom: 3px;
}
ul.arrow_list,ol.arrow_list,li.arrow_list {
	display: block;
	list-style-image: url(/include_files/css/standard_template/arrow.gif);
	color: #000000;
}

