/* news-print.css - style sheet for printing the Still Serving in Korea e-mail newsletter */

h1, h2, h3, h4, h5, p {color: black;}
	.notices {color: black;}
	.hc {color: black;}
	.pm {color: black;}
	.lm {color: black;}
	.sm {color: black;}
	.cm {color: black;}
	.ha-ha {color: black;}
	.dc {color: black;}
	.sp1 {color: black;}
	.sp2 {color: black;}
	.sp3 {color: black;}

body {background: #ffffff;
color: #000000; width: 8.5in;
}

a:link {	/* Standard link color definitions */
color: black;
font-weight: bold;
text-decoration: none;
}

h1 {
text-align: center;
font-size: 13pt;
font-family: "Arial Black", "Helvetica Bold", sans-serif;
font-weight: bold; margin: 0; padding: 0;
color: #000000;
}

h2 {	/* news item titles displayed in different colors */
text-align: left;
font-size: 13pt;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
margin: 0; padding: 0;
color: #000000;
}
h2.toc {font-size: 13pt; font-weight: normal; text-decoration: none; margin-bottom: 0;}

h3 {	/* secondary titles displayed in different colors for news */
text-align: left;
font-family: "Times New Roman", Times, serif;
font-size: 10.5pt;
color: #000000;
font-weight: bold;
margin: 0; padding: 0;
}
h3.toc {font-size: 10.5pt; font-weight: normal; text-decoration: none; margin-bottom: 0;}

h4 {	/* news item source displayed in title color after news item */
text-align: left;
font-family: "Times New Roman", Times, serif;
font-size: 10.5pt;
color: #000000;
font-style: italic;padding: 0;
margin-top: 0; padding-bottom: .25in;
}

h5 {	/* newsletter issue information below top logo */
text-align: center;
font-size: 12pt;
font-family: Verdana, Arial, Helvetica, serif;
background: #fff;
font-style: bold;
margin-bottom: .25in;
border: 0;
}

table.head {border: none;}
table td.top1 {display: table-cell; border: none;}
table td.top2 {display: none; border: none;}

table th.hc {border: 2px solid black;}
table th.pm {border: 2px solid black;}
table th.lm {border: 2px solid black;}
table th.sm {border: 2px solid black;}
table th.cm {border: 2px solid black;}
table th.ha-ha {border: 2px solid black;}
table th.dc {border: 2px solid black;}
table th.sp1 {border: 2px solid black;}
table th.sp2 {border: 2px solid black;}
table th.sp3 {border: 2px solid black;}
	
div, p {width: 7.5in; margin-left:0; margin-right: 0in;}
div#bottom {display:none;}

img {display: none;}
		
ol ul li {list-style-type: none; font-family: Arial, sans-serif; font-size: 10pt; font-weight: normal;}

li {list-style-type: none; font-family: Arial, sans-serif; font-size: 10pt; font-weight: normal;}
	li.dots {list-style-type: disc; font-family: Arial, sans-serif; font-size: 10pt; font-weight: normal;}
	li.circ {list-style-type: circle; font-family: Arial, sans-serif; font-size: 10pt; font-weight: normal;}
	li.nums {list-style-type: decimal; font-family: Arial, sans-serif; font-size: 10pt; font-weight: normal;}

p {	/* news text displayed in black 10.5pt TNR */
text-align: left; width: 7.5in;
font-size: 10.5pt; font-family: "Times New Roman", Roman, serif;
color: black; margin-left: 0; margin-right: .5in; overflow: display;
}
	/* individual news paragraphs */	
	.news {text-indent: 2%; margin-bottom: .05in;}
	/* last para of news item */
	.last {text-indent: 2%; margin-bottom: 0;}
	/* internal news item sub-headings */
	.subhead {font-style: italic; 
		font-weight: bold; 
		text-indent: 0; 
		padding: 0;}

h5 {color: #000; background-color: #fff;}

hr {display: none;}
