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

.mainlink {
	
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color:#1d335a;
	font-weight: bold;
	text-decoration:none;
	
}

.mainlink:visited {
	
	text-decoration:none;
	
}

.mainlink:hover {
	color: #333;
	text-decoration:underline;
	
}

.mainlink:active {
	text-decoration:none;
	
}

.mainlink:focus {
	text-decoration:none;
	
}










.title1 {
	color: #222a62;
	font-family: 'Fjalla One', sans-serif;
	font-size: 30px;
	line-height: 30px;

}


.title2 {
	color: #0c6b9f;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	line-height: 20px;
	width: auto;
	border-bottom: dotted 2px #0c6b9f;
	padding-top: 25px;
	margin-bottom: 15px;
}


.title3 {
	color: #395484;
	font-family: 'Fjalla One', sans-serif;
	font-size: 16px;
	line-height:22px;
	width: auto;
	border-bottom: dotted 2px #0c6b9f;
	padding-top: 20px;
	margin-bottom: 15px;
}

.title4 {
	color: #222a62;
	font-family: 'Fjalla One', sans-serif;
	font-size: 16px;
	line-height:22px;
	width: auto;
	border-bottom: dotted 2px #222a62;
	padding-top: 20px;
	margin-bottom: 15px;
}







.footer_link {
	color: #515151;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-decoration:none;
}

.footer_link:visited {
	text-decoration:none;
}
.footer_link:hover {
	color: #999;
	text-decoration:none;;
}
.footer_link:active {
	text-decoration:none;
}
.footer_link:focus {
	text-decoration:none;
}





