@charset "UTF-8";
/* CSS Document */

	.page{
		width:100%;
	}
	.popup_content{
		padding:0px 25px 10px 25px;
	}
	.head{
		padding:3px 5px 3px 5px;
		background:#05173D;
		color:#FFF;
	}
	.head p{
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
		margin:0;
		padding:0;
		float:left;
	}
	.head a:link,
	.head a:visited,
	.head a:hover{
		color:#FFFFFF;
		text-decoration:none;
		font-family: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:.85em;
	}
	.popup_content p{
		margin:0px 0px 10px 0px;
	}
	.popup_content h1{
		margin:0px 0px 10px 0px;
	}
	.popup_content h2{
		marginm: 5px 0;
	}
	
	/* fix SEO conflict with h1 - add this class to h2 to look like h1*/
	.popup_h1 {
			margin:0px 0px 10px 0px !important;
			color: #000000 !important;
			font-size: 2em !important;
			font-weight: bold !important;
			padding: 0 0 5px !important;
	}
	
	.popup_content .table_container{
		padding:0 0 10px 0;
		margin:0px;
	}
	.popup_content table{
		border:1px solid #999999;
		font-size:.95em;
		width:100%;
	}
	.popup_content table th{
		background-color:#DDDDDD;
		border-bottom:1px solid #999999;
		border-left:1px solid #999999;
		text-align:center;
	}
	.popup_content table td{
		padding:2px;
		text-align:center;
		border:1px solid #666666;
	}
	.popup_content .please_note{
		border:1px solid #999999;
		background:#EEEEEE;
		padding: 0px;
		margin: 10px 0 0 0;
	}
	.popup_content .please_note h4{
		margin:0px;
		padding:5px;
		background:#CCC;
		border-bottom:1px solid #999999;
	}
	.popup_content .please_note p{
		padding:5px;
	}
	