* {
	margin: 0px;
	padding: 0px;
}
* img { 
	border-style: none;
}
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif; /* set font-size baseline using % for IE */
	color: #484D5B;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFFFFF;
}
p {
	margin: 1em;
}
.pIndent {
	margin: 1em 8em;
}

a:link {
	text-decoration: none;
	color: #003366;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
} 
a:active {
	text-decoration: underline;
	color: #CC0000;
}
.red {
	color: #CC0000;
}
a.red:link {
	color: #CC0000;
}
a.red:visited {
	text-decoration: none;
	color: #CC0000;
}
a.red:hover {
	text-decoration: underline;
	color: #CC0000;
} 
a.nav:link {
	text-decoration: none;
	color: #8B92A3;
}
a.nav:visited {
	text-decoration: none;
	color: #8B92A3;
}
a.nav:hover {
	text-decoration: underline;
	color: #CC0000;
} 
a.nav:active {
	text-decoration: underline;
	color: #CC0000;
}
.nav {
	color: #8B92A3;
	font-size: 1em;
}
#nav .nav img {
	vertical-align: middle;
}

div.nav li {
	list-style: none;
	text-align: right;
	margin: 10px;
}

.links-nav {
	color: #969685;
	font-size: 8pt;
}
h1 {
	color: #637B9D;
	font: 30px Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: -1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1.lead {
	font-size: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1C2246;
	font-weight: bold;
	background-color: #F0F1F4;
}
h2 {
	color: #1C2246;
	font: normal 20px Arial, Helvetica, sans-serif;
	background: #F0F1F4;
	text-align: center;
}
h3 {
	color: #1C2246;
	font: italic normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
h4 {
	color: #1C2246;
	font: italic bold 12pt Arial, Helvetica, sans-serif;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #1C2246;
}
.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #1C2246;
}
.disclaimer {
	font-size: 0.9em;
	color: #C0C0C0;
}
.links {
	color: #003366;
}
.links-icons {
	color: #003366;
	font-size: 8pt;
}
.links-body {
	background-color: #FFFFDD;
	color: #003366;
}
.refs {
	color: #C0C0C0;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
}
.pullquoteR {
	color: #1C2246;
	font: bold 150% Arial, Helvetica, sans-serif;
	padding: 10px;
	float: right;
	width: 240px;
	text-align: right;
	background: #FFFFF2;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
}
.pullquoteR .refs {
	font-size: 0.6em;
}
.pullquoteL {
	color: #1C2246;
	font: bold 150% Arial, Helvetica, sans-serif;
	padding: 10px;
	float: left;
	width: 240px;
	text-align: left;
	background: #FFFFF2;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}
.pullquoteL .refs {
	font-size: 0.6em;
}
.pullquoteLsmall {
	color: #1C2246;
	padding: 10px;
	float: left;
	width: 240px;
	text-align: left;
	background: #FFFFF2;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 100%;
	clear: both;
}
.pullquoteRsmall {
	color: #1C2246;
	padding: 10px;
	float: right;
	width: 240px;
	text-align: right;
	background: #FFFFF2;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 100%;
	clear: both;
}
.pullquote-bold {
	color: #1C2246;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}
.subheadline-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #5C5C5C;
}
.justified {
	text-align: justify;
}
.disclaimer-bold {

	font-size: 8pt;
}
.headline-hlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFCC;
}
.pullquote-red {
	color: #CC0000;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
img.arrow {
	margin-right: 2px;
	margin-left: 2px;
	vertical-align: bottom;
	height: 11px;
	width: 20px;
}
#head {
	width: 720px;
	border-bottom: 1px solid #C0C0C0;
	float: left;
}
#nav {
	width: 114px;
	vertical-align: top;
	float: left;
}
#bodyMain {
	width: 720px;
	clear: both;
}

#main {
	width: 600px;
	vertical-align: top;
	float: right;
	border-left: 1px solid #C0C0C0;
	line-height: normal;
}
#foot {
	width: 720px;
	text-align: center;
	clear: both;
	border-top: 1px solid #C0C0C0;
}
#refs {
	width: 720px;
	margin-top: -20px;
}

#refsFoot {
	width: 720px;
	text-align: center;
}
div#fda {
	font-size: 0.9em;
	border: 1px solid #C0C0C0;
	width: 600px;
	text-align: center;
	margin: -10px auto 10px;
	color: #C0C0C0;
	padding: 3px;
}
div#boxNote {
	font-size: 0.9em;
	border: 1px solid #484D5B;
	width: 600px;
	text-align: left;
	margin: 10px auto;
	color: #484D5B;
	padding: 3px;
}
#refs .refs {
	padding-left: 10px;
	padding-bottom: 5px;
}
td.lineHorz {
	background: url(/img/dottedline_h.gif);
	height: 1px;
}
td.lineVert {
	background: url(/img/dottedline_v.gif);
	width: 1px;
}
.ribbon {
	font-weight: bold;
	color: #FFFFFF;
	background: #969685;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#foot .disclaimer {
	font-size: 0.9em;
}
.imgL {
	float: left;
	margin-right: 10px;
}
.imgR {
	float: right;
	margin-left: 10px;
}
.captionR {
	color: #1C2246;
	font: bold 150% Arial, Helvetica, sans-serif;
	float: right;
	width: 290px;
	text-align: right;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
	background: #FFFFF2;
	padding: 10px;
}
.captionR .refs {
	font-size: 0.6em;
}
.captionL {
	color: #1C2246;
	font: bold 150% Arial, Helvetica, sans-serif;
	float: left;
	width: 290px;
	margin-bottom: 10px;
	clear: both;
	background: #FFFFF2;
	padding: 10px;
	margin-right: 10px;
}
.captionL .refs {
	font-size: 0.6em;
}
.center {
	text-align: center;
}
.top {
	vertical-align: text-top;
	height: 14px;
	width: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.preface {
	margin-right: 3em;
	margin-left: 3em;
	text-align: center;
	font: italic 170% "Times New Roman", Times, serif;
	color: #1C2246;
}
.prefaceEmp {
	font-size: 120%;
	font-weight: bold;
}
.sidebar {
	margin-right: 3em;
	margin-left: 3em;
	color: #CC0000;
}

.pEmp {
	font: italic bold 170% "Times New Roman", Times, serif;
	color: #1C2246;
}
#main li {
	list-style: outside;
	margin: 10px 50px;
	text-indent: -0px;
}
#main ol li {
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 0px;
}
.name {
	font: italic normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #1C2246;
}
#formbox {
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	width: 600px;
}
#formtable {
	margin: 10px;
}
#orderBox {
	border: 1px solid #C0C0C0;
}
#orderBox td {
	border: 1px solid #C0C0C0;
	padding: 5px;
}
.left {

	text-align: left;
}
.patent {
	margin-right: 3em;
	margin-left: 3em;
	color: #4A515E;
}
.hilite {
	font-size: 120%;
	background: #FFFFCC;
}
.up {
	width: auto;
	border-top: 1px solid #C0C0C0;
	text-align: right;
	height: 20px;
	padding-top: 3px;
}
.up a {
	margin: 0 0 0 6px;
	padding: 2px 15px;
	text-decoration: none;
	background: url(/img/icons/icon_arrow_up.gif) no-repeat 100% 100%;
	font-size: 0.9em;
	color: #C0C0C0;
}
.up a:link {
	text-decoration: none;
	color: #C0C0C0;
}
.up a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
.up a:hover {
	text-decoration: underline;
	color: #CC0000;
}
#hdr {
	list-style: none;
}
#logo {
	float: left;
}
#msg {
	float: right;
	text-align: right;
	padding-top: 5px;
}
#btn {
	float: right;
	text-align: right;
	padding-left: 5px;
}
.clearFloats {
	clear: both;
	width: 100%;
}
table#siteIndex {
	border-collapse: collapse;
	margin: 30px auto;
	width: 300px;
}
td {
	padding: 0.5em;
}
.captionR {
	color: #1C2246;
	font: bold 150% Arial, Helvetica, sans-serif;
	float: right;
	width: 290px;
	text-align: right;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
	background: #FFFFF2;
	padding: 10px;
}
.captionR .refs {
	font-size: 0.6em;
}
.captionL {
	color: #1C2246;
	font: bold 150% Arial, Helvetica, sans-serif;
	float: left;
	width: 290px;
	margin-bottom: 10px;
	clear: both;
	background: #FFFFF2;
	padding: 10px;
	margin-right: 10px;
}
.captionL .refs {
	font-size: 0.6em;
}
/* ------------- bug fixes ------------ */
/* add to a containing element to clear a float */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
h4 .refs {
	font-size: 60%;
}
/* ------------- IE bug fixes ------------ */
	/* Holly Hack */
	/* Hide from IE5mac \*/
*html #bodyMain { height: 1%; } /* star hack for lte IE6 */
	/* End hide from IE5mac */
	
	/* IE5win does not inherit font properties in tables */
*html table {					/* star hack for lte IE6 */
	font-size: 1em; 
}
#ie7 h2 {
	height: 1%;
}
