/* CSS Document */

a { color: #666666; text-decoration: underline;}
a:link { color: #666666; text-decoration: underline;}
a:visited { color: #808080; text-decoration: underline;}
a:active { text-decoration: underline; color: #C13312;}
a:hover { text-decoration: underline; color: #C13312;}	

body {
	margin:10px;
	background:#fff;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	line-height:1.5em;
	}
	
h1 { 
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24pt;
	margin-top:.25em;
	margin-bottom:.25em;
	font-weight:normal;
	line-height:normal;
}
	
h2 {
	color:#999999;
	font-size:16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:.5em;
	margin-bottom:.5em;
	line-height:normal;
	font-weight:normal;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #666;
	margin-top:.5em;
	margin-bottom:.5em;
	line-height:normal;
	}
	
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	margin-bottom:.5em;
	margin-top:.5em;
	line-height:normal;
	}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	margin-bottom:.5em;
	margin-top:.5em;
	line-height:normal;
	}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666;
	margin-bottom:.5em;
	margin-top:.5em;
	line-height:normal;
	}

.pullquote {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #990000;
	border-top:solid 1px #990000;
	padding-bottom:10px;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	color:#990000;
	text-align:center;
	line-height:normal;
}

p	{
	margin-top:0;
	}
	
.left-justify-pic {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	margin-top:5px;
	}
	
.left-justify-pic p {
	margin-bottom:0px;
	}
	
.right-justify-pic {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
	margin-top:5px;
	}
	
.right-justify-pic p {
	margin-bottom:0px;
	}
	
.photo-credit {
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:5px;
	color:#666666;
	font-size:7pt;
	font-weight:bold;
	text-align:right;
	}
	
.by-line {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:15px 0px;
	color:#006699;
	font-size:9pt;
	font-weight:bold;
	}
	
.table-cell-01 {
	background-color:#f5f5f5;
	}

.table-cell-02 {
	background-color:#fff;
	}
	
p.fineprint {
	margin-top:20px;
	}
	
.fineprint {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.5em;
	}
	
.errors {
	font-size:12pt;
	color:#ff0000;
	font-weight:bold;
	}
	
a img {
	border:none;
	}
	
#article-image {
	float:left;
	margin-right:15px;
	}
	
#pagetools {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border:solid 1px #ccc;
	color:#aaa;
	padding:5px;
	line-height:.5em;
	}
	
#pagetools img {
	border:none;
	vertical-align:middle;
	}
	
#pagetools a {
	cursor:pointer;
	text-decoration:none;
	margin-right:10px;
	}
	
#pagetools a.close-window {
	margin-left:10px;
	margin-right:0px;
	}
