
/* global links style */
a:link   { color: #36c; }
a:active { color: #69c; }
a:hover	 { color: #69c; }
a.linku { text-decoration: underline; }
/* body copy style */
body { margin: 5px 5px 5px 5px; }
body, h1, th, td, p, ul, ol, dl, blockquote, .copy {
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* headers */
h1, .pch1, .pch2
{ 
	font-size: 13pt; 
	font-weight: bold;
}
.pch2
{ 
	font-size: 14pt;
}

/* used to highlight words within the main headline */
.pchHighlight 
{
	font-size: 15pt;
	font-style: italic;
	color: red;
}
/* small text */
.copysml { font-size: 7.5pt; }

/* pull quotes */
.pcquote {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	font-family: Times New Roman, Times, serif; 
}

/* list spacing */
li {
	margin-bottom: 3px; 
	padding-bottom: 3px; 
}
ul {
	margin-bottom: 0;
	padding-bottom: 0;
}
/* sidebar content */
.sbh1 {
	font-weight: bold;
	font-size: 7.5pt;
	color: #fff;
	background-color: #69c;
}

.sideSection th {
	text-align: left;
	font-weight: bold;
	font-size: 7.5pt;
	color: #fff;
	background-color: #69c;
}

.sideSection p { font-size: 7.5pt; }

/* jump link style */
.jumplink { font-weight: bold; }
a:hover .jumplink  { 
	color: #69c; 
	text-decoration: underline; 
}

/* in this issue section #036*/
#inIssue div {
	color:#f00;
	font-weight: bold;
	font-size: 7.5pt;
	border-bottom: 1px solid #666;
	padding-bottom: 2px;
	margin-top:12px;
}
#inIssue div.first { 
	margin-top:0px; 
}
#inIssue p {
list-style: none;
	font-weight: bold;
	font-size: 7.5pt;
	margin: 12px 0px 0px 0px;
}

/* ezine send 2 friend & preferences table */
#ezineS2F, #ezinePref {
	padding: 10px 10px 10px 10px;
	border: 1px solid #36c;
	margin: 5px 5px 5px 5px;
}
#ezinePref { border-left: 0px; }
#ezineS2F div, #ezinePref div { margin-top:5px; }
#ezineS2F input, #ezineS2F textarea, #ezinePref input { border:1px groove #ccc; }
#ezineS2F, #ezinePref div, #ezinePref li { 
	font-size:8pt;
	font-weight:bold;
}
#ezineS2F h3, #ezinePref h3 {
	padding: 2px 2px 2px 2px;
	background-color: #ddd;
	margin-bottom: 0px;
	font-size:9pt;
	font-weight:bold;
}
#ezinePref p {
	margin-top: 4px;
	font-size: 8pt;
}

/* header */
#header { margin-bottom: 7px; }
#header .headerProtocol { 
	font-size: 26pt;
	font-family: "Times New Roman", Times, serif;
	color: #36c;
	font-style: italic;
	padding-left: 50px;
}
#header .headerPhoneNum {
	font-size: 8.5pt;
	font-weight: bold;
	color: red;
	padding-right: 20px;
	text-align: right;
}
#header .headerPhoneNum3 {
	font-weight: bold;
	color: red;
	padding-right: 20px;
	text-align: right;
}
#header .headerPhoneNum2, #header .headerWebAddr
{
	font-size: 8.5pt;
	font-weight: bold;
	color: red;
	text-align: center;
}
#header .headerWebAddr
{
	color: #369;
}
#header .headerInThisIssue
{
	font-size: 8pt;
	font-weight: bold;
	padding-top: 10px;
}
#header .headerPhrase {
	border-top: 1px solid #369;
	padding: 8px 20px 0 0;
	font-size: 13pt;
	font-weight: bolder;
	font-style: italic;
	text-align: right;
}

/* past issues standard link */
#pastIssueLink {
	float:right;
	padding: 6px 0 6px 0;
}
#pastIssueLink a {
	padding: 5px 10px 5px 10px;
	margin: 1px 1px 1px 1px;
	border: 1px solid #000;
	font-weight: bold;
}
#pastIssueLink a:hover {
	background-color: #fc0;
	text-decoration: none;
	color: black;
}

.offerTableHighlight { border: 5px solid #369; }
.offerHeadline 
{
	padding: 10px 0 10px 0;
	background-color: #c00;
	color: #fff;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}

.questionNum
{
	font-weight: bold;
	font-size: 15pt;
}