.main_txt {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.main_txtBlue {

	font-family: "Century Gothic";
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}
.border_listBlue {
	border: thin solid #000066;
}
.border_listWhite {
	border: thin solid #000066;
}
.apt_txt {
	font-family: "Century Gothic";
	font-size: 10px;
}
.cell_underline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}

