.bluetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #0033CC;
	font-weight:bold;
	}
.bluetext30{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #0033CC;
	font-weight:bold;
	}
.redtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FF0000;
	font-weight:bold;
	}
.greentext {
	font-size: 30px;
	color: green;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.whitetext {
	font-size: 25;
	color: white;
	font-family: Myriad, Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
.whitetext35 {
	font-size: 35;
	color: white;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
.maintitle {
	font-family: Myriad, Impact, Arial, Helvetica, sans-serif;
	font-size: 40;
	color: white;
	}
a:link {
	text-decoration: none;
	color: #ffffff;
	}
a:hover {
	color: #85919d;
}
a:active {
	color: #ffffff;
	}
a:visited {
	color: #ffffff;
	}
body {
	background-color: #1b1a19;
	/*background-image: url(Background1.jpg);*/
	background-repeat: repeat;
	margin: 0;
	}
.maintable{
	background-color: #055186;
	width: 800px;
	height: 400px;
	margin-top: 5%;
	border: 3px solid white;
	border-radius: 12px;
	}
.lowernavtable{
	background-color: #055186;
	width: 500px;
	height: 75px;
	margin-top: 5%;
	margin-bottom: 5%;
	}
.navbutton{
	border: 2px solid white;
	border-radius: 12px;
	box-shadow: 0px 5px 5px #000000;
	text-align: center;
	padding: 10px;
	}
.tablea{
	background-color: #055186;
	width: 101%;
	height: 2px;
	border: 0px solid #1c1c1c; 
	margin: -1% -1% -1% -1%;
	text-align: center;
	padding-right: 5px;
	padding-left: 10px;
	box-shadow: 0px 5px 5px #000000;
	}
.tableb{
	background-color: #1b1a19;
	width: 100%;
	height: 45px;
	border: 0px; 
	margin-bottom: 0px;
	padding: 4px;
	}
.imagehome{
	border-radius: 8px;
	margin-bottom: 10px;
	}
@font-face { font-family: Myriad; src: url('MYRIADPRO-REGULAR.otf'); } 
	h1 {
		font-family: Myriad
		}
 @media print {
	   .noprint {
		  visibility: hidden;
	   }
	}
	/* Add a background color to the top navigation */
.topnav {
  background-color: #055186;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  background-color: #055186;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family:Myriad;
}
/* Change the color of links on hover */
.topnav a:hover {
  background-color: #3a97f8;
  color: white;

}
/* Add a color to the active/current link */
.topnav a.active {
  background-color: #3a97f8;
  color: white;
}

.btn-group .buttons {
background-color: #4d5d66;
border: 0px solid green;
color: #c8cdd0;
padding: 10px 32px;
text-align: center;
text-decoration: none;
font-size: 25px;
cursor: pointer;
width: 500px;
display: block;
border-radius: 4px;
box-shadow: 0px 3px 4px #000000;
}
.btn-group .buttons:not(:last-child) {
border-bottom: none; /* Prevent double borders */
}
.btn-group .buttons:hover {
background-color: #3a97f8;
}
.btn-group .buttons:active {
transform: translateY(1px);
}

.totop .buttontotop {
	background-color: #055186;
	color: #c8cdd0;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0px 3px 4px #000000;
	margin: 10px;
}
.totop .buttontotop:hover {
	background-color: #3a97f8;
}
.totop .buttontotop:active {
	transform: translateY(1px);
}
.return .buttonreturn {
	background-color: #055186;
	color: #c8cdd0;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	cursor: pointer;
	width: 80px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0px 3px 4px #000000;
	margin: 10px;
}
.return .buttonreturn:hover {
	background-color: #3a97f8;
}
.return .buttonreturn:active {
	transform: translateY(1px);