/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {background-color:black  }

.container {width:1200px; background-color:white; margin:0 auto; padding:0; margin-bottom:0}

.page-area {width:100%; background-color:white; min-height:560px}


.blackbg {background-color:Black }
.whitebg {background-color:white }
.text-color-white {color:white }
.pull-right {float:right; }
.pull-left {float:left; }
.height80 {height:80px;}

footer {width:100%; background-color:#333333; color:white; text-indent:10px; margin-bottom:-10px}

footer a  { color:white; }
footer    a:visited { color:white; }
footer    a:hover { color:#E9E5E5; }
footer    a:active { color:#E9E5E5; }
    
    
    

input[type="text"] {
    width: 100%;
    margin-bottom: 5px;
    background-color: #F4F4F4;
}

textarea {width:100% }

table {width:100% }

table td:first-child {width::20% }

table textarea h5 {font-size: 13px; color:#7090B7; margin-top:10px; margin-bottom:3px; line-height:180%; font-family: Poppins, Arial, Helvetica, sans-serif;}

/* nav blue #7090B7 */
    @import url('https://fonts.googleapis.com/css?family=Poppins');
	
   

   h1 {font-family: 'Poppins', Verdana, sans-serif; color:#007FC4; font-size:21pt; font-weight:normal; line-height:140%}
       @media only screen and (max-device-width: 980px) { h1 {font-size:18pt}  }
       
	h2 {font-family: 'Poppins', Verdana, sans-serif; color:#333; font-size:17pt; font-weight:normal;line-height:120%; text-transform:uppercase; }
       @media only screen and (max-device-width: 980px) { h2 {font-size:17pt}  }
       
	h3 {font-family: 'Poppins', Arial, sans-serif; font-weight:bold; color:#007FC4; font-size:14pt;line-height:120% }
       @media only screen and (max-device-width: 980px) { h3 {font-size:16pt}  }
       
    h4 {font-family: 'Poppins', Arial, sans-serif; color:#333; font-size:13px;line-height:120%; margin-bottom:0 }
       @media only screen and (max-device-width: 980px) { h4 {font-size:14pt}  }
       
    h5 {font-family: 'Poppins', Arial, sans-serif; color:#7090B7; font-size:13px; line-height:120%; margin-bottom:0 }
       @media only screen and (max-device-width: 980px) { h4 {font-size:14pt}  }   
       
    p {font-size:13px; font-family: 'Poppins', Arial, sans-serif; font-weight:normal;}
      @media only screen and (max-device-width: 980px) { p {font-size:14pt}  }
    
    img {border:0 }  
    p {font-size:13px; font-family: Arial, sans-serif; font-weight:normal;}
      @media only screen and (max-device-width: 980px) { p {font-size:14pt}  }
    
    img {border:0 }  
    
    
    
    .clear {clear:both }
	
    @media only screen and (max-device-width: 980px) {  a {font-size:14pt}  }



    	button.delete {
    background-color: #D40000; 
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
}

button.delete:hover {
    background-color: #B20000; 
    color: white;
	}