@charset "UTF-8";
/* CSS Document */


	.page{
		width:100%;
	}
	.popup_content{
		padding:10px 25px 10px 25px;
		font-family:  lato, Lato, verdana;
		font-size: 10px;
}

	.popup_content p{
		font-family:  lato, Lato, verdana;
		font-size: 10px;
		margin-bottom: 10px;
}

	.head{
		padding:3px 5px 3px 5px;
		background:#FFFFFF;
		color:#05173d;
	}
	.head a:link,
	.head a:visited,
	.head a:hover{
		color:#05173d;
		text-decoration:none;
		font-family: lato, Lato, Arial, Helvetica, sans-serif;
		font-size:.8em;
		font-weight:bold;
		margin:0;
		padding-top:3px;
		display:block;
		float:right;
	}
	.popup_content{
		margin:5px 0px 5px 0px;
		padding:10px 15px 10px 15px;
		font-size:.75em;
	}
	.popup_content h1{
		margin:0px 0px 10px 0px; 
    font-family: lato, Lato, Arial, Helvetica, sans-serif; 
    color: #05173d; 
    font-size:1.5em;
	}

	.popup_content h2{
		margin-top: 10px; 
    margin-bottom:0px; 
    font-family: lato, Lato, Arial, Helvetica, sans-serif; 
    font-size:1.2em; 
    color: #05173d;
	}

	/* fix SEO conflict with h1 - add this class to h2 to look like h1*/
	.popup_h1 {
			margin:0px 0px 10px 0px !important;
			font-family: lato, Lato, Arial, Helvetica, sans-serif !important;
			color: #05173d !important;
			font-size:1.5em !important;
	}

	.popup_content p{
		margin:10px 0 10px 0; 
    font-family: lato, Lato, Arial, Helvetica, sans-serif; 
    font-size:1.2em; 
    color: #05173d;
	}
	.foot{
		border-top:1px solid #999999;
		padding:3px 5px 3px 5px;
	}
	.foot a:link,
	.foot a:visited,
	.foot a:hover{
		color:#444444;
		text-decoration:underline;
		font-size:.70em;
		float:right;
	}
	.foot #gfCopyright{
		float:left;  
    font-family: lato, Lato, Arial, Helvetica, sans-serif;
    font-size:0.7em;
	}
	.Cust_cont{
	}

	.popup_content{
		border-left: 0px solid #cacbcd;
		border-top: 0px solid #cacbcd;
	}
	.popup_content td{
		border-bottom: 1px solid #cacbcd;
		border-right: 1px solid #cacbcd;
		font-family:  lato, Lato, verdana;
		font-size: 10px;
		line-height: 20px;
		color: #05173d;
		text-align: center;
	}
	.popup_content .title{
		border-bottom: 1px solid #cacbcd;
		border-right: 1px solid #cacbcd;
		font-family:  lato, Lato, verdana; font-size: 10px;
		color: #05173d;
		font-weight: bold;
		text-align: left;
	}
	.popup_content .alternate .title{
		border-bottom: 1px solid #cacbcd;
		border-right: 1px solid #cacbcd;
		font-family:  lato, Lato, verdana;
		font-size: 10px;
		color: #05173d;
		font-weight: bold;
		text-align: left;
	}
	.popup_content .header td{
		background-color: #05173D;
		font-weight: bold;
		font-family:  lato, Lato, verdana;
		font-size: 12px;
		color: #ffffff;
		text-align: center;
	}
	.popup_content .alternate td{
		background-color: #dcdff0;
	}