.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}
/*small only*/
@media screen and (max-width: 1000px)
{
	 .large-menu
	{
		display: none;
	}
	 .small-menu
	{
		visibility: visible;
	}
}
/*medium and up*/
@media screen and (min-width: 1000px)
{
	 .large-menu
	{
		visibility: visible;
	}
	 .small-menu
	{
		display: none;
	}
}
body {
	background-color:#00002d;
}
.starthidden {
	display: none;
}
 .menuu {
 	cursor: pointer;
    cursor: hand;
}
@font-face {
    font-family: obcecada;
    src: url('/imsf/fonts/obcecada-sans-ffp.ttf');	
}
h1 {
	font-size: 2rem;
	font-family: arial, verdana;
	color:#556181;
}
h2 {
	font-size: 1.6rem;
	font-family: arial, verdana;
	color:#3e8597;
}
h3,h4,h5,h6 {
	font-size: 1.4rem;
	font-family: arial, verdana;
	color:#3e8597;
}
a {
  color: #434343;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }
.custom-navbar {
	font-size: 0.9rem;
}
td
{
	font-size:0.8rem;
}
td h3 {
	font-size:1rem;	
}
table {
	border:none;
}
.footer {
	color: #DEDEDE;
	font-size: 80%;
}
.right {
		text-align:right;
}