body { 
    /*background-color: #00588b;*/
    background-color: #bbddff;
    margin-top: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #444444;
}

p, td, th {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #444444;
}
p { margin: 0 0 20px 0; }
    
a {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #00588B;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #444444;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #BB0033;
}
.headlineSub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}
.bodyBlockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #000000;
	text-align: left;
	text-indent: 20px;
}
.TableHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #00588B;
}
.TableBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #222222;
}
.TableSubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #222222;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #00588B;
}

/* Footer
******************************************/
.footer { text-align: center; }
.footer a { color: #666666; }
.footer a:link {
	text-decoration: none;
	color: #666666;
}
.footer a:visited { text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer a:active { text-decoration: underline; }


/* Revisions added 06/21/07 on Research & Development build out 
**************************************************************/
.tblOuter { background: #ffffff; }
h2 {
	font-size: 14px;
	color: #BB0033;
	margin: 0 0 20px 0;
	padding: 0;
	}
h2.pageHeading { font-size: 18px; }
.tblMain { margin-bottom: 20px; }
.tblMain h3 {
	font-size: 12px;
	color: #3886b2;
	margin: 12px 0 12px 0;
	padding: 0;
	}
.tblMain h4 { 
	margin: 0;
	padding: 0;
	font-size: 11px;
	}
.sideNavBg { background: #00588B url(../imgs/side_nav_background.jpg) left 150px repeat-y; }
.pageHeaderLeftCol { background: url(../imgs/page_header_left_col.gif); }
.pageHeaderRightCol { background: url(../imgs/page_header_right_col.gif); }
p.flowleft { margin-right: 8px; }
img { border: none; }
.diagram { 
	display: block; 
	margin: 0 0 20px 0;
	}
.inlineImageRight {
	display: block;
	float: right;
	margin: 0 0 8px 12px;
	}
.sidebar {
	width: 195px;
	margin: 216px 0 0 0;
	}
.sidebar .videoThumb {
	display: block;
	margin: 0 auto 20px auto;
	}
.pipeList {
	margin: 0 0 0 20px;
	padding: 12px 12px 12px 30px;
	}
.lcallout { border: 1px solid #9cc8e2; }
.altrow { background: #e9f3fc; }
.gterm {
	font-weight: bold;
	width: 184px;
	vertical-align: top;
	}
	
/* References page */
.referenceList li { margin-bottom: 20px; }

/* APP Module in right sidebar */
#appModule {
	background: #bbddff;
	margin: 20px 0;
	padding: 12px;
	}

/* Footnote section */
.footnote {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 20px 0;
	padding: 12px 0 6px 0;
	color: #6666666;
	}
.footnote, .footnote p, .footnote a, .footnote h5 { font-size: 10px; }
.footnote p { margin: 0 0 6px 0; }
.footnote h5 {
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: normal;
	}