@charset "utf-8";

:focus {
outline: 0;
}

h2 {
  font-size: 30px;
}

a:link {
	color: #3500CC;
}
a:visited {
	color: #3500CC;
}
a:hover {
	color: #1E0079;
}
a:active {
	color: #3500CC;
}


.navbar{font:11pt Ubuntu;padding:7pt}
.navbar-link{text-decoration: none;color:black !important}
.navbar-link:hover{color:white !important}

/* CSS Document */

body {
	background-color: #FFFFFF;

	margin: 0px;
}

.titletext {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #1e0079;
}
.text {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #1e0079;
	text-align: left;
	line-height: 24px;
	font-style: normal;
	margin-right: 10px;
	margin-left: 10px;
}
.textcenter {
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #001d6a;
	text-align: center;
	line-height: 16px;
	text-decoration: none;
}

.blueline {
	background-color: #1E0079;
	height: 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
}
