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

.web-only{
	display:none;
	}

img{
	margin:0 0 0 40px;
	}
	
/* PRINT TYPOGRAPHY ELEMENTS --------------------------------------------------------------*/
/* PRINT TYPOGRAPHY ELEMENTS --------------------------------------------------------------*/
/* PRINT TYPOGRAPHY ELEMENTS --------------------------------------------------------------*/
H1{
	font-family:"Times New Roman", Times, serif; font-size:28px; line-height:32px; color:#003f74; font-weight:normal;
	display:block; margin:40px 40px 40px 40px; padding:0; border-bottom:thin solid #003f74;
	}

H2{
	font-family:"Times New Roman", Times, serif; font-size:22px; line-height:26px; color:#003f74; font-weight:normal;
	display:block; margin:0 40px 0 40px; padding:0;
	}

H3{
	font-family:"Times New Roman", Times, serif; font-size:18px; line-height:18px; color:#d16f1a; font-weight:normal;
	display:block; margin:0 40px 0 40px; padding:0;
	}
	
p{
	font-family:"Times New Roman", Times, serif; font-size:14px; line-height:22px; color:#666666;
	display:block; margin:0 40px 0 40px; padding:0 0 10px 0;
	}

ul{
	font-family:"Times New Roman", Times, serif; font-size:14px; line-height:22px; color:#002140;
	display:block; margin:0 80px; padding:0 0 10px 0;
	}
	
	li{
		list-style-image:url(/images/print_only/list-img.gif);
		}

strong{
	color:#999999;
	}
	
/* REMOVE SPECIFIC ELEMENTS --------------------------------------------------------------*/
/* REMOVE SPECIFIC ELEMENTS --------------------------------------------------------------*/
/* REMOVE SPECIFIC ELEMENTS --------------------------------------------------------------*/

.backtotop{
	display:none;
	}
	
div#special-messaging{
	display:none;
	}

/* PRINT TABLE STYLES --------------------------------------------------------------*/
/* PRINT TABLE STYLES --------------------------------------------------------------*/
/* PRINT TABLE STYLES --------------------------------------------------------------*/
table{
	width:580px; margin:20px auto 20px auto;
	border:none;
	}
	tr{
		border:none; padding:0; margin:0;
		}
		td{
			border:none; padding:0; margin:0;
			}
			td p{
				margin:0; padding:0; color:#666666;
				}
			td h1, td h2, td h3{
				margin:0;
				}
			td hr{
				color:#113b62;
				}