
input[type='submit'] {
    color:#296781;
    font-family: montserrat;
    font-weight: bold;
}

input[type='button'] {
    color:#296781;
    font-family: montserrat;
    font-weight: bold;
}

input[type='select'] {
    color:#296781;
    font-family: montserrat;
    font-weight: bold;
}

body {
    color:#296781;
    font-family: montserrat;
}

button {
    color:#296781;
    font-family: montserrat;
}

table {
    color:#296781;
    font-family: montserrat;
}

h3 {
    color:#296781;
    font-family: Montserrat;
}

td.title {
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	border-bottom: 1px solid black;
}

td.content {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px dotted gray;
}

td.button {
	white-space: nowrap;
	width: 1px;
}

td.bottom {
	border-top: 1px solid black;
}

.logo {
  width: 20%;
  height: 150px;
  float: left;
}

img {
  width: 100%;
  height: 100%;
}

h2 {
    color:#296781;
    font-family: montserrat;
}

button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font: montserrat bold;
    color: #296781;
}


th {
   	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	border-bottom: 1px solid black;
}
