.btn-red {
	background-color: #DA1020;
    border-color: #BE1624;
	font-size: 1em !important;
	
}
h1 {
	color: #DA1020;
	margin-top:25px;
	text-align:center;

}
h3{
	color:#097493;
}
 /*Remove the navbar's default margin-bottom and rounded borders */ 
   .navbar {
      margin-bottom: 0;
      border-radius: 0;
	  background-color:#DA1020;
      /*border-bottom-color: #94979c;/*#9b0e1a;*/
     /* border-bottom-width: 10px;*/
    }
	.navbar-brand{
		height: 70px;
	}
	.nav-link {
		color: #ffffff;
		font-size:1.5em;
	}
	.headerBar {
		background-color: #097493;
	}
	.headerBar h2 {
		color: #ffffff;
		font-family:"Arial-Narrow",Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:400;
		text-align:left;
	    padding: 5px 0px 5px 25px;
   		border-bottom-style: solid;
		border-bottom-color: #94979c;
	   	border-bottom-width: 8px;
		margin-bottom: 0;
	}
 /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 1350px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #C5C8CC; /*iron*/
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #57595D; /*abbey-1*/
      color: white;
      padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }	
	.control--radio .control__indicator {
	border-radius: 50%;
    background: #fff !important;
    border: 1px solid #DDE1E5;
}
.control--radio .control__indicator:after {
	left: 4px;
    top: 4px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #097493;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.control input:checked ~ .control__indicator {
   border: 1px solid #097493;
}
#comment{display:none;margin-top:10px;}

.table td, .table th {
	font-size: 1.5em !important;
}
th , th > a{
    background-color: #097493;/*#44687c;*/
    color: white;
	}
th >a:hover {
    color: #F6DA60;
    text-decoration: none;
}	
.control-label{
  font-family: 'Univers LT 45 Light',sans-serif;
}
.form-control {
	font-size: 1.5em;
}
.smallFormRow {
	padding-bottom:20px;
}
.smallFormfield {
	height:50px;
	padding-top:25px;
}
 /*.form-horizontal p {
	margin-left: 15px;
}
<!---body {
	margin: 10px;
	padding: 10px;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #44697d;
}
#container {
	background-color: #8499a5;
}
#masthead {
	text-align: center;
	height: 135px;
}
#content {
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.sentenceText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
}
.ucText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.lcText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
}
.headingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
}
.headingText a:hover {
	background-color: #FFFF99;
}


#navigation {
	background-color: #44697d;
	width: 750px;
	height: 33px;
	margin: 0 auto;
}


h1 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;	
}
h4 {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
}
h5 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #545454;
}
#container #content #table4 {
	font-size: 12px;
}
.light {
  background-color: #FFF;
}
.dark {
	background-color: #FFFFBB;
}
.darkgray {
	background-color: #888888;
}
.center {
	text-align: center;
}
ul.MenuBar1
{
	text-align: center;
}
.red {
	color: #FF0000;
}  */