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

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style5 {
	font-family: Calibri, Arial;
	font-size: 20px;
	font-weight: bold;
}
.style4 {
	font-family: "Tekton Pro", Arial, sans-serif;
	font-size: 72px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC33;
}

a:link {
	text-decoration: none;
	color: #003366;
}



a:hover {
	text-decoration: none;
	color: #FFCC66;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
