.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.botton_seperator {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.box {
	border: 1px solid #000000;
}
.dotted_box_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-right: 1px dotted #000066;
}
.underline {
	border-bottom: 1px dotted #000066;
}.right_divide {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #333333;
}
