
	
body{color: #232323;}
.myrow{background: #ececec;}
table {width:100%;}
input  {
    height: 27px;
    width: 99%;
}
input[type="reset"], input[type="submit"] 
{height:41px;

    background: rgba(2, 134, 136, 1) none repeat scroll 0 0;
    border: 0 none;
    color: white;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin: 30px 5px 0 0;
    padding: 5px 20px;
    width: 54%;
}
.header_bg{position : absolute;}
h3{font-size: 48px;
    font-weight: 600;}
h1{font-size: 29px;}
h2{font-size: 29px;
	color: #008789;
	padding-top: 30px;}
a{color: #232323; 
	text-decoration:none;
	font-weight: 600;
}
a: hover, a:focus{text-decoration: underline;
		color: #008789;
}	
.breadcrumb a {
    color: #008789;
    text-decoration: none;
	font-weight: 300;
}
p{margin: 0 0 -5px;}

.myrow{margin-left: 3px;}
/*
@media (max-width: 1530px)
{
.navbar-default {
    background-color: red;
    }
}
@media (min-width: 1050px)
{

}
@media screen and (min-width: 1050px)
{
.navbar-default { background-color: green;}
}
@media screen and (max-width: 1049px)
{
.navbar-default { background-color: blue;}

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media screen and (min-width: 80px) and (max-width: 380px)
{
.navbar-default { background-color: pink;}
}
@media screen and (min-width: 381px) and (max-width: 767px)
{
.navbar-default { background-color: black;}
}
@media screen and (min-width: 768px) and (max-width: 930px)
{
.navbar-default { background-color: orange;}

}
@media screen and (min-width: 931px) and (max-width: 1240px)
{

}
*/
