BODY, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.page_caption {
	font-family : Arial;
	font-size : 28px;
	font-weight : bold;
}

.page_caption_2 {
	font-family : Arial;
	font-size : 12px;	
}

.page_caption_3 {
	font-size : 13px;
	font-weight : bold;
}

.section_caption {
	font-size : 18px;
	font-weight : bold;
}

.bordered {
	border : 1px solid Black;
}
.border_bottom {
	border-bottom : 1px solid Black;
	font-size : 16px;
	font-family: arial;
}

.border_bottom_left {
	border-bottom : 1px solid Black;
	border-left : 1px solid Black;
	font-size : 16px;
	font-family: arial;
}

.no_border {
	font-size : 16px;
	font-family: arial;
}

.border_bottom_no_top_left {
	border-bottom : 1px solid Black;
	border-top : 0px solid Black;
	border-left : 0px solid Black;
	font-size : 16px;
	font-family: arial;
}

.border_no_top_left {
	border-top : 0px solid Black;
	border-left : 0px solid Black;
	font-size : 16px;
	font-family: arial;
}

.input_text {
	font-size : 16px;
	font-family: arial;
}

.input_text_10 {
	font-size : 10px;
	font-family: arial;
}

.report_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: FFFFFF;
	background-color: 003399;

}






