@charset "UTF-8";
      body {font-family: arial; padding-top: 10; padding-left: 10; padding-right: 10; margin-top: 0; margin-left: 0; margin-right: 0;}
      
a {color: #003262; text-decoration:none;}
a:visited{color: #003262; text-decoration:none;}
a:hover {color: #003262; text-decoration:underline;}
	
h1 {text-align: center;}
h2.subtitle {text-align: center; font-weight:normal;}
.subtitle2 {font-size: 14pt; font-weight:normal; font-style: italic;}

.mobile {display: none;}

@media only screen and (max-width: 992px)
{

.desktop {display: none;}
.mobile {display: block;}

}

      
div.menu-container {background-color: #003262; text-align:center;}
table.menu {background-color: #003262; padding: 3;  margin-top: 0; margin-bottom: 0; margin-right:auto; margin-left:auto;}
table.menu tr { padding: 0;  margin:0;}
table.menu a {color: #FDB515;}
table.menu td {color: #FDB515; text-align: center; font-family: arial; padding: 10 10 10 10; margin:0; }
table.menu td:hover {background-color: #FDB515; color: #003262; cursor: pointer;}
table.menu td:hover a {background-color: #FDB515; color: #003262; text-decoration:none;}

table.speaklist {margin-left: auto; margin-right: auto; padding-top: 20;}
table.speaklist td {padding-left: 30; padding-right: 30; padding-bottom: 5;}

.center {
    margin: 0 auto;
    width: 503px;
    padding: 20px;
}