body {
	margin:0;
	padding:0;
	font-family: Helvetica, sans-serif;
	color:#555;
	
	background:#f1f1f1  center top;
	background-repeat:repeat-x;	
}



.error{
	color:#db0d20;
}
.success{
	color:#ff9966;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

.container{
	max-width:460px;
	width:100%;
	margin:0 auto;
	position:relative;
	
}

form{
    margin-top:	50px;
	transition: all 4s ease-in-out;
}
.form-control{
	width:360px;
	background:transparent;
	border:none;
	outline:none;
	border-bottom:1px solid #468499;
	color:#555;
	font-size:14px;
	margin-bottom: 16px;
	border: none;
	
	height: 15px;
    padding: 8px 8px;  
    line-height: 1.42857;
	
}

input[type=text], input[type=email], input[type=tel],textarea{
	padding: 8px 8px;
    margin: 4px 0;   
    	
    border: none;
    border-bottom: 1px solid #468499;
}

input[type=text]:hover {
    border-bottom: 2px solid #db0d20;
}
input[type=email]:hover {
    border-bottom: 2px solid #db0d20;
}
input[type=tel]:hover {
    border-bottom: 2px solid #db0d20;
}
textarea:hover {
    border-bottom: 2px solid #db0d20;
}

button {
    background-color: #468499;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #db0d20;
}


.dot {
    height: 5px;
    width: 5px;
    background-color: #db0d20;
    border-radius: 50%;
    display: inline-block;
}


TABLE {
	font-size: 14px;
	bolder:none;
}
.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 12px;    
    border: none;
    outline: none;
    color: #555;
    padding: 5px 18px;
    background-color:transparent;
    font-family: inherit;
    margin: 0;
}

 .dropdown:hover .dropbtn {
    color: #db0d20;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}


a:link {COLOR: #555;text-decoration: none}
a:visited {COLOR: #555;text-decoration: none}
a:hover {color: #db0d20;text-decoration: underline}
a:active {COLOR: #555; TEXT-DECORATION: none}



h1 { 
    font-family: Univers Condensed Light,sans-serif;
    font-size: 1.8em;    
    font-weight: normal;
	color:#468499;
	text-decoration: underline;
	
}

h2 { 
    font-family: Univers Condensed Light,sans-serif;
    font-size: 1.2em;    
    font-weight: bold;
	color: #11346d;
	text-decoration: none;
	
}

h3 { 
    font-family: Univers Condensed Light,sans-serif;
    font-size: 1.1em;    
    font-weight: bold;
	color:#11346d;
	text-decoration: none;
	
}
b{
	color:#11346d;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, hr { margin:0; padding:0; }


.fbai {color:#ffffff;}

a.bai:link {COLOR: #ffffff; TEXT-DECORATION: none}
a.bai:visited {COLOR: #ffffff; TEXT-DECORATION: none}
a.bai:hover {color: #ffffff;TEXT-DECORATION: underline}
a.bai:active {COLOR: #ffffff; TEXT-DECORATION: none}

















