.navbar {
	background-color: #B71234 !important;
}
.navbar .navbar-brand: hover {
	color : #FFF;
}
.navbar .navbar-nav li a{
	color : #FFF !important;
}
.navbar .nav-item .dropdown-menu .dropdown-item{
	color : #000 !important;
}
.navbar .nav-item .dropdown-menu .dropdown-item:hover{
	color:#000 !important
	background-color:C28E0E;
	opacity: 0.5:
}
.navbar-toggler {
	background-color: #B71234;
}
th {
	word-wrap: break-word;
}
/*=======================================
    TABLE STYLES
==================================================*/
table.search {
    	border-width: 1px 1px 1px 1px;
    	border-spacing: 1px;
    	border-style: double double double double;
    	border-color: rgb(183, 18, 52);
    	border-collapse: separate;
    	background-color: rgb(255, 255, 255);
			margin-left: auto; margin-right: auto;
      }
			
table.stats {
    	border-width: 1px 1px 1px 1px;
    	border-spacing: 1px;
    	border-style: double double double double;
    	border-color: rgb(183, 18, 52);
    	border-collapse: separate;
    	background-color: rgb(255, 255, 255);
			align: center;
      }
table.index {
    	border-width: 1px 1px 1px 1px;
    	border-spacing: 1px;
    	border-style: double double double double;
    	border-color: rgb(183, 18, 52);
    	border-collapse: separate;
    	background-color: rgb(255, 255, 255);
      }
table.index td{
					border-style: none inset inset inset;
					border-color: white white rgb(183, 18, 52) gray ;
					padding: 5px 10px 2px 3px;
					}
table.index th{
					border-style: none inset inset inset;
					border-color: white white rgb(183, 18, 52) gray ;
					padding: 5px 10px 2px 3px;
					hover: background-color: #ffc;
					text-align: center;
					}					
	tr.search:hover {background-color:none;}				
	td.search:hover {background-color:none;}	
	tr:hover {background-color: #F0F0F0;}				
	td:hover {background-color: #E8E8E8;}

	p {line-height: 1.0em;}
	p.contactus {
	color: red;
	font-size: large;
	}
		p.green {
	color: green;
	font-size: large;
	}
