@charset "utf-8";
/* CSS Document */

.text_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.heading_blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #24244A;
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #24244A;
}

.heading_white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
}
.borderfull {
	border: 1px solid #24244A;
	}
