
body,td,th {font-family: Arial,Geneva,Helvetica,Verdana;font-size:10pt}

A {
	color : #0000FF;
	text-decoration : underline;
}
A:hover {
	color : #0000FF;
	text-decoration : none;
}
.button {
	background-color: #000088;
	color : #FFFFFF;
	font-weight : bold;
}

.btnred {
	background-color: #AA0000;
	color : #FFFFFF;
	font-weight : bold;
}

input, select, textarea {
	border : thin solid 1;
	background-color : #E5E8FF;
}

.txt12 {font-size: 12pt}
.txt11 {font-size: 11pt}
.txt10 {font-size: 10pt}
.txt9 {font-size: 9pt}
.txt8 {font-size: 8pt}
.txt7 {font-size: 7.5pt}

tr.roles_th td {
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: center;
}

h1{font-weight:bold}

@media all and (max-width: 767px) {
  #nav_links{
    background:transparent;
  }
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
