@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #cc0000;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 7px;
}

h1.home {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 0px;
	color: #000033;

}


h1.home-center {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 0px;
	color: #000033;
}


h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 12px 0 ;
}


h3 {
	font-size: 28px;
	font-weight: normal;
	color: #000033;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 7px;
}


ul  {
	text-align:left;
	font-weight: normal;
	list-style-type: disc;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
    }


.center     {text-align:center;}


.textsmallright     {
	text-align:right;
	font-size:12px;
	line-height: normal;
}


small { font-size:13px; }


.textsmallleft     {
	text-align:left;
	font-size:12px;
	line-height: normal;
}

.textsmallcenter     {
	text-align:center;
	font-size:12px;
	line-height: normal;
}


.bodytext     {text-align:left;
			  font-weight:normal; 
			  line-height: normal;
		      }


.bodytext-right     {text-align:right;
			  font-weight:normal; 
			  line-height: normal;
		      }
			  
			  
.bodytext-center     {
	text-align:center;
	font-weight:normal;
	line-height: normal;
		      }

blockquote     {text-align:left;
			  font-weight:normal; 
			  line-height: normal;
		      }



.home-heads    {
	color: #cc0000;
	text-align:left;
	font-size:14px;
	font-weight: bold;
	margin:0px;
	}


.ncua-ehl   {
	color: #fff;
	text-align:left;
	font-size:12px;
	}







/* =============================================================================
   Buttons
   ========================================================================== */

.button, a.button {
	border-radius: 8px;
 	border: none;
	color: #ffffff;
	background: #3C78B4;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	padding: 9px 12px 8px 10px;
	display: inline-block;
	clear: both;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	cursor: pointer;
	margin: 4px 0 2px 0;
    
}


.button:hover,.button:focus, a.button:hover,a.button:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #013d7f;
	background-image: none;
}

.button:active, a.button:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #013d7f;
	background-image: none;
}




.button-red, a.button-red {
	border-radius: 8px;
 	border: none;
	color: #ffffff;
	background: #cc0000;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	padding: 9px 12px 8px 10px;
	display: inline-block;
	clear: both;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	cursor: pointer;
	margin: 4px 0 2px 0;
    
}


.button-red:hover,.button-red:focus, a.button-red:hover,a.button-red:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #8F0202;
	background-image: none;
}

.button-red:active, a.button-red:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #8F0202;
	background-image: none;
}










/* tables */
.cell-head     {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height: normal;
	vertical-align:middle;
	border: 1px solid #A3D3FE;
	}

.cell-left     {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	line-height: normal;
	border: 1px solid #A3D3FE;
	vertical-align: middle;
		      }

.cell-center     {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	line-height: normal;
	border: 1px solid #A3D3FE;
	vertical-align: middle;
		      }

.cell-right    {
	text-align:right;
	font-size:12px;
	font-weight:normal;
	line-height: normal;
	border: 1px solid #A3D3FE;
	vertical-align: middle;
		      }

.cell-left-shade     {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	line-height: normal;
	background-color: #e0f0ff;
	border: 1px solid #A3D3FE;
	vertical-align: middle;
		      }

.cell-center-shade     {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	line-height: normal;
	background-color: #e0f0ff;
	border: 1px solid #A3D3FE;
	vertical-align: middle;
		      }

.cell-right-shade    {
	text-align:right;
	font-size:12px;
	font-weight:normal;
	line-height: normal;
	background-color: #e0f0ff;
	border: 1px solid #A3D3FE;
	vertical-align:middle;
		      }
			  
			  
			  
			  /* tables for mobile pages - ***_rates.html */
.cell-head-m     {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height: normal;
	vertical-align:middle;
	border: 1px solid #A3D3FE;
	}

.cell-left-m     {
	text-align:left;
	font-size:11px;
	font-weight:normal;
	line-height: normal;
	border: 1px solid #A3D3FE;
		      }

.cell-center-m     {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	border: 1px solid #A3D3FE;
	vertical-align: middle;
		      }

.cell-right-m    {
	text-align:right;
	font-size:11px;
	font-weight:normal;
	line-height: normal;
	border: 1px solid #A3D3FE;
		      }

.cell-left-shade-m     {
	text-align:left;
	font-size:11px;
	font-weight:normal;
	line-height: normal;
	background-color: #e0f0ff;
	border: 1px solid #A3D3FE;
		      }

.cell-center-shade-m     {
	text-align:center;
	font-size:11px;
	font-weight:normal;
	line-height: normal;
	background-color: #e0f0ff;
	border: 1px solid #A3D3FE;
	vertical-align: middle;
		      }

.cell-right-shade-m    {
	text-align:right;
	font-size:11px;
	font-weight:normal;
	line-height: normal;
	background-color: #e0f0ff;
	border: 1px solid #A3D3FE;
		      }
