@charset "utf-8";
.paragraph_text {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #081019;
}

.white_text_link {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #FFFFFF;
}

.text_sub-link {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #10161c;
	font-weight: bold;
}

.text_sub-title1 {
	font-family: "Trebuchet MS";
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
}

.text_sub-title2 {
	font-family: "Trebuchet MS";
	font-size: large;
	color: #21446A;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #21446A;
	background-color: #DDDDDD;
	text-transform: uppercase;
}

