body {
	background: #FFFFFF url(../images/siteBg.gif) repeat-x top left;
	margin: 9px;
	text-align: center;
}

a {
	color: #009de9;
	text-decoration: none;
}

a:visited {
	color: #63a213;
}

a:hover {
	color: #ed6e20;
	text-decoration: underline;
}

a.sitemap {
	display: block;
	padding-left: 20px;
	padding-bottom: 4px;
	font: 13px georgia, times, times new roman, serif;
}

td, div, body, input {
	font: 12px helvetica, arial, sans-serif;
	color: #000000;
}

sup {
	color: #000000;
	font-style: normal;
}

/* general */

.container {
	background: #FFFFFF;
	border: 1px solid #7A8587;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.header {
	margin: 5px;
	width: 770px;
	border-bottom: 1px solid #D7DADB;
}

h1 {
	color: #ED6E20;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 4px;
}

h2 {
	color: #E4292C;
	font-size: 14px;
	line-height: 14px;
	margin: 0px;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	clear: both;
	margin: 0px;
	margin-bottom: 2px;
	color: #4E231B;
	font-size: 13px;
	font-weight: bold;
}

h3 span {
	font-weight: normal;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-bottom: 14px;
	list-style-position: outside;
	list-style-type: square;
}

li {
	font: 13px georgia, times, times new roman, serif;
	color: #78848B;
	padding-bottom: 3px;
}

li span {
	color: #000000;
}

OL {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-bottom: 14px;
	list-style-type: lower-alpha;
}

OL LI {
	font: bold 12px helvetica, arial, sans-serif;
	color: #000000;
}

a.pageLeft {
	/*/*/
	padding: 2px 5px 2px 15px;
	background: #CAEBFB url(../images/arrowLeft.gif) no-repeat center left;
	/* */
	font-size: 14px;
	font-weight: bold;
	color: #007E8B;
	display: block;
}

a.pageLeft:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #2894A1 url(../images/arrowLeftOn.gif) no-repeat center left;
}

a.pageRight {
	/*/*/
	padding: 2px 15px 2px 5px;
	background: #CAEBFB url(../images/arrowRight.gif) no-repeat center right;
	/* */
	font-size: 14px;
	font-weight: bold;
	color: #007E8B;
	display: block;
}

a.pageRight:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #2894A1 url(../images/arrowRightOn.gif) no-repeat center right;
}

.red {
	color: #E4292C;
	font-weight: bold;
}

.black {
	color: #000000;
	font-weight: bold;
}

.pageBreak {
	font-size: 1px;
	background-color: #99CBD1;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* navigation */

.utils {
	vertical-align: bottom;
	text-align: right;
	padding: 0px 5px 10px 0px;
	font-weight: bold;
	color: #C4C4C4;
	font-size: 14px;
}

.utils a {
	color: #ED722D;
}

.utils a:hover {
	color: #63A213;
	text-decoration: none;
}

#nav {
	width: 770px;
	margin: 0px 5px 5px 5px;
	background-color: #99C83B;
}

.navBox {
	padding: 4px 6px 4px 4px;
	z-index: 10;
	position: inherit;
}

.item, .itemOn, .itemIn {
	padding: 2px 8px 2px 6px;
	background-color: #B8DE52;
	z-index: 20;
	position: relative;
	color: #608D07;
	font-size: 14px;
	font-weight: 800;
	border-left: 2px solid #99C83B;
	white-space: nowrap;
}

.itemIn {
	background-color: #63A213;
	color: #FFFFFF;
}

.itemIn a, .itemIn a:active, .itemIn a:visited {
	color: #FFFFFF;
}

.itemIn a:hover {
	text-decoration: none;
}

.itemOn {
	background-color: #D1E988;
}

.item a, .item a:active, .item a:visited, .itemOn a, .itemOn a:active, .itemOn a:visited {
	font-weight: 800;
	color: #007E8B;
}

.item a:hover, .itemOn a:hover {
	font-weight: 800;
	color: #007E8B;
	text-decoration: none;
}

.navBreak {
	padding: 1px 0px;
	font-size: 5px;
	background-color: #A5D144;
	border-left: 2px solid #99C83B;
}

/* dropdowns */

.subnav {
	white-space: normal;
	width: 180px;
	display: none;
	z-index: 30;
	position: absolute;
	padding-top: 2px;
}

.subnav DIV {
	background-color: #D1E988;
	border: 2px solid #99C83B;
	border-top: 0px;
}

.subnav DIV UL {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	text-indent: -10px;
	padding-left: 12px;
}

.subnav DIV LI {
	padding: 4px 6px 4px 3px;
	font: 12px helvetica, arial, sans-serif;
}

.subnav DIV a, .subnav DIV a:active, .subnav DIV a:visited {
	font-weight: bold;
	color: #4C7102;
}

.subnav DIV a:hover {
	font-weight: bold;
	color: #03243D;
	text-decoration: none;
}

.buffer {
	background: url(../images/none.gif) repeat top left;
	display: none;
	z-index: 15;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}

/* homepage */

.mission {
	margin: 0px 5px 5px 5px;
	width: 770px;
	background-color: #000B18;
}

.homeText {
	padding: 4px 0px 5px 0px;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}

.homeText span {
	color: #85D0F5;
	font-weight: bold;
	font-size: 14px;
}

.chapters {
	background-color: #CEEDFF;
}

.secImg {
	border: 3px solid #CEEDFF;
}

/* columnar page */

.columnar {
	margin: 0px 5px 5px 5px;
	width: 770px;
}

.sidebar {
	background-color: #000012;
	width: 128px;
	color: #FAB927;
	font-weight: bold;
}

.sidebar a {
	color: #FFFFFF;
	font-weight: normal;
}

.sidebar a:hover {
	color: #7DB7D3;
	text-decoration: none;
}

ul.sideNav {
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
	list-style-position: outside;
	list-style-type: none;
	text-indent: -10px;
	padding-left: 15px;
}

ul.sideNav li, ul.sideNav li.on {
	padding: 6px 6px 4px 4px;
	font: 12px/16px helvetica, arial, sans-serif;
}

ul.sideNav li.on a {
	color: #7DB7D3;
}

.sideImg {
	padding: 5px 0px;
}

.content, .contentL {
	padding-left: 18px;
}

.contentL {
	padding-top: 21px;
}

.content p, .content p.first, .contentL p, .contentL p.first {
	margin: 0px;
	padding-bottom: 15px;
	padding-right: 12px;
	font: 13px georgia, times, times new roman, serif;
	text-indent: 15px;
}

.content p.first, .contentL p.first {
	text-indent: 0px;
}

.lead1, .lead2, .lead3, .lead4, .lead5 {
	float: left;
	font-size: 32px;
	color: #009DE9;
	font-weight: bold;
	line-height: 32px;
}

.lead2 {
	color: #FFC211;
}

.lead3 {
	color: #FF6609;
}

.lead4 {
	color: #96C731;
}

.lead5 {
	color: #34A13D;
}

.printBox {
	text-align: right;
	padding-bottom: 9px;
	border:1px solid pink;
}

.printLink {
	border-bottom: 1px solid #D7DADB;
	/*/*/
	display: inline;
	/* */
	font-size: 10px;
	font-weight: bold;
	padding-left: 18px;
	padding-right: 10px;
	padding-bottom: 3px;
	background: #FFFFFF url(../images/iconPrint.gif) no-repeat center left;
}

.dlLink {
	border-bottom: 1px solid #D7DADB;
	/*/*/
	display: inline;
	/* */
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 13px;
	background: #FFFFFF url(../images/iconDl.gif) no-repeat left;
}

.printLink a, .dlLink a, .printLink a:active, .printLink a:visited, .dlLink a:active, .dlLink a:visited {
	color: #9A9A9A;
}

.printLink a:hover, .dlLink a:hover {
	color: #007E8B;
	text-decoration: none;
}

/* elements */

.theadSample, .theadUnder, .theadScenario, .theadCando, .theadFact, .theadFitness, .theadDisease, .theadImportant, .theadFocal, .theadChecklist {
	/*/*/
	padding: 6px;
	/* */
	background-color: #96C731;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 6px;
}

.theadSample span {
	font-style: italic;
	color: #007E8B;
}

.theadFact span {
	color: #007E8B;
}

.theadFitness {
	margin-top: 10px;
}

.tsubheadSample, .tsubheadUnder, .tsubheadDisease, .tsubheadScenario, .tsubheadCando, .tsubheadFact, .tsubheadImportant, .tsubheadChecklist {
	margin-bottom: 1px;
	/*/*/
	padding: 6px;
	/* */
	font-weight: bold;
	color: #002B50;
	background-color: #81CEF4;
}

.tsubheadScenario {
	font-weight: normal;
}

.tsubheadFact {
	font-weight: normal;
}

.tSample {
	background-color: #81CEF4;
	border-left: 7px solid #81CEF4;
	border-top: 8px solid #81CEF4;
}

.tSample TD {
	padding: 5px;
}

.tSample .num {
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #009DE9;
}

.theadQuest {
	/*/*/
	padding: 6px;
	/* */
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

.tQuest {
	margin-bottom: 5px;
}

.tQuest TD {
	/*/*/
	padding: 5px;
	/* */
}

.tQuest .num {
	/*/*/
	padding-right: 2px;
	/* */
	text-align: right;
	font-weight: bold;
}

.tQuest .chbx {
	/*/*/
	padding: 3px 0px;
	/* */
}

.tableBox {
	/*/*/
	margin-right: 12px;
	/* */
}

.tUnder {
	background-color: #81CEF4;
	margin-bottom: 8px;
}

.tUnder .guide {
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #96C731;
}

.tUnder .guide .head {
	/*/*/
	padding: 7px;
	/* */
	background-color: #002B50;
	font-weight: bold;
	color: #FFFFFF;
}

.tUnder .guide p {
	text-indent: 0px;
	font: 12px helvetica, arial, sans-serif;
	/*/*/
	padding: 10px 9px;
	/* */
}

.tUnder TABLE TD {
	/*/*/
	padding: 1px 25px 1px 0px;
	/* */
}

.tUnder TD.factor {
	font-weight: bold;
	color: #460E00;
	/*/*/
	padding: 1px 15px 1px 30px;
	/* */
}

.tUnder TD.total, .tUnder TD.totalNum {
	background-color: #009DE9;
	font-weight: bold;
	color: #FFFFFF;
	/*/*/
	padding: 8px 0px 6px 30px;
	/* */
	border-bottom: 1px solid #FFFFFF;
}

.tUnder TD.totalNum {
	/*/*/
	padding-top: 6px;
	padding-left: 0px;
	/* */
}

.tUnder input {
	width: 30px;
}

.tScenario {
	background-color: #81CEF4;
	margin-bottom: 8px;
}

.tScenario TD {
	/*/*/
	padding: 10px 40px 20px 40px;
	/* */
}

.tScenario TD SPAN {
	color: #460E00;
	font-weight: bold;
}

.tCando, .tFocal {
	background-color: #81CEF4;
	margin-bottom: 8px;
}

.tFocal {
	margin-bottom: 20px;
}

.tCando TD, .tImportant TD {
	/*/*/
	padding: 10px 60px;
	/* */
}

.tFocal TD {
	color: #3B0B03;
	/*/*/
	padding: 10px 30px;
	/* */
}

.tCando LI, .tImportant LI {
	color: #FFFFFF;
	font: 12px helvetica, arial, sans-serif;
	/*/*/
	padding-bottom: 2px;
	/* */
}

.tCando LI UL, .tImportant LI UL {
	list-style-type: disc;
	padding-bottom: 0px;
}

.theadConseq {
	/*/*/
	padding: 6px;
	/* */
	background-color: #000000;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 6px;
}

.tsubheadConseq {
	margin-bottom: 1px;
	/*/*/
	padding: 6px;
	/* */
	color: #000000;
	background-color: #E4292C;
}

.tConseq {
	background-color: #E4292C;
	margin-bottom: 8px;
}

.tConseq TD {
	font-weight: bold;
	/*/*/
	padding: 6px 30px 14px 40px;
	/* */
}

.tConseq ul {
	padding: 4px 0px 0px 0px;
	list-style-position: outside;
	list-style-type: none;
}

.tConseq li {
	font-weight: normal;
	color: #FFFFFF;
	font: 12px helvetica, arial, sans-serif;
	padding: 1px 10px 3px 15px;
	background: url(../images/star.gif) no-repeat top left;
	border-top: 1px solid #FFFFFF;
}	

.tFamily {
	background-color: #81CEF4;
	margin-bottom: 8px;
}

.tFamily .instruct {
	/*/*/
	padding: 5px 9px;
	/* */
	border-bottom: 1px solid #FFFFFF;
}

.tFamily .scale {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #96C731;
}

.tFamily .scale .head {
	/*/*/
	padding: 7px;
	/* */
	background-color: #002B50;
	font-weight: bold;
	color: #FFFFFF;
}

.tFamily .scale TD {
	/*/*/
	padding: 2px 8px;
	/* */
}

.tFamily .scale TD.score {
	/*/*/
	padding-right: 0px;
	/* */
	color: #FFFFFF;
	font-weight: bold;
}

.tFamily .typHead {
	/*/*/
	padding: 6px 10px 6px 20px;
	/* */
}

.tFamily .typ {
	/*/*/
	padding: 3px 10px 0px 20px;
	/* */
}

.tFamily .catHead, .tFamily .catHead2 {
	text-align: center;
	/*/*/
	padding-top: 3px;
	/* */
	border-left: 1px solid #FFFFFF;
}

.tFamily .catHead2 {
	border: 0px;
	/*/*/
	padding-right: 20px;
	/* */
}

.tFamily .cat, .tFamily .cat2 {
	/*/*/
	padding-left: 60px;
	padding-top: 3px;
	/* */
}

.tFamily .cat {
	border-left: 1px solid #FFFFFF;
}

.tFamily .rate {
	/*/*/
	padding: 1px 30px 1px 0px;
	/* */
}

.tFamily TD INPUT {
	width: 30px;
}

.tFamily .total, .tFamily .totalNum {
	background-color: #009DE9;
	font-weight: bold;
	color: #FFFFFF;
	/*/*/
	padding: 8px 0px 6px 20px;
	/* */
	border-bottom: 1px solid #FFFFFF;
}

.tFamily .totalNum {
	/*/*/
	padding-top: 6px;
	padding-left: 0px;
	/* */
}

.tsubheadFact ul {
	padding-bottom: 4px;
}

.tsubheadFact li {
	color: #FFFFFF;
}

.tsubheadFact li span {
	color: #002B50;
}

.tFitness {
	margin-bottom: 15px;
}

.tFitness TD {
	/*/*/
	padding: 7px;
	/* */
}

.tFitness TD.healthLeft, .tFitness TD.healthRight, .tFitness TD.unhealthLeft, .tFitness TD.unhealthRight {
	font-weight: bold;
	color: #027483;
	text-transform: uppercase;
	/*/*/
	padding: 10px 7px;
	/* */
}

.tFitness TD.healthLeft {
	/*/*/
	background: url(../images/arrowLeftHealth.gif) no-repeat center right;
	/* */
}

.tFitness TD.healthRight {
	text-align: right;
	/*/*/
	background: url(../images/arrowRightHealth.gif) no-repeat center left;
	/* */
}

.tFitness TD.unhealthLeft {
	/*/*/
	background: url(../images/arrowLeftUnhealth.gif) no-repeat center right;
	/* */
}

.tFitness TD.unhealthRight {
	text-align: right;
	/*/*/
	background: url(../images/arrowRightUnhealth.gif) no-repeat center left;
	/* */
}

.tFitness .health {
	background-color: #CDEBFB;
}

.tFitness .unHealth {
	background-color: #FEEFCA;
}

.tFitness .health DIV, .tFitness .unHealth DIV {
	color: #27A956;
	font-weight: bold;
	/*/*/
	padding-bottom: 2px;
	/* */
}

.tFitness .unHealth DIV {
	color: #E7403E;
}

.tServing {
	background-color: #81CEF4;
	margin-bottom: 8px;
}

.tServing TD {
	border-left: 1px solid #FFFFFF;
	/*/*/
	padding: 10px 6px;
	/* */
}

.tServing li {
	color: #000000;
	font: 12px helvetica, arial, sans-serif;
}

.theadDiet, .theadStress, .theadDistress, .theadReaction {
	/*/*/
	padding: 7px;
	/* */
	background-color: #002B50;
	font-weight: bold;
	color: #FFFFFF;
}

.tsubheadDiet {
	margin-bottom: 1px;
	/*/*/
	padding: 2px;
	/* */
	font-size: 6px;
	background-color: #96C731;
}

.tDiet {
	background-color: #96C731;
	margin-bottom: 15px;
}

.tDiet TD {
	/*/*/
	padding: 4px 9px 0px 9px;
	/* */
	color: #002B50;
	font-weight: bold;
}

.tDiet TD SPAN {
	color: #FFFFFF;
}

.tDiet TD.calories {
	/*/*/
	padding: 0px 9px;
	/* */
	border-left: 1px solid #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.tDiet UL {
	padding-bottom: 0px;
}

.tDiet LI {
	font: 12px helvetica, arial, sans-serif;
	color: #FFFFFF;
}

.tDiet LI SPAN {
	font-weight: bold;
	color: #002B50;
}

.tDiet TD.tools {
	/*/*/
	padding-bottom: 4px;
	/* */
}

.tFat {
	float: left;
	margin: 0px 10px 10px 0px;
}

.tFat TD {
	background-color: #03243D;
	/*/*/
	padding-bottom: 8px;
	/* */
}

.theadFat {
	background-color: #FFC211;
	/*/*/
	padding: 6px;
	/* */
	font-weight: bold;
}

.tsubheadFat, .tsubheadFat2, .tsubheadFat3 {
	/*/*/
	padding: 6px 8px 0px 8px;
	/* */
	font-weight: bold;
	color: #FFC211;
}

.tsubheadFat2 {
	color: #FFFFFF;
}

.tsubheadFat3 {
	color: #FFFF00;
}

.tAdvice {
	background-color: #81CEF4;
	margin-bottom: 8px;
}

.tAdvice TD {
	line-height: 18px;
	/*/*/
	padding: 10px 40px 0px 40px;
	/* */
}

.tKit {
	background-color: #81CEF4;
	margin-bottom: 8px;
}

.tKit TD {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	/*/*/
	padding: 3px 6px 4px 6px;
	/* */
	font-size: 10px;
}

.tKit TD.head {
	border-top: 0px;
	font-weight: bold;
	font-size: 12px;
}

.tKit TD.ail {
	font-weight: bold;
}

.tKit TD.how {
	font-size: 11px;
}

.tReminder {
	background-color: #009DE9;
	margin-bottom: 5px;
}

.tReminder TD {
	/*/*/
	padding: 5px 60px 15px 0px;
	/* */
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

.tReminder TD.head, .tReminder TD.headImportant {
	/*/*/
	padding: 5px 10px 5px 40px;
	/* */
	color: #03243D;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

.tReminder TD.headImportant {
	color: #ED6E20;
}

.tReminder TD.important, .tReminder TD.headImportant {
	background-color: #03243D;
}

.tReminder2 {
	background-color: #03243D;
	margin: 0px 0px 8px 0px;
}

.tReminder2 TD {
	/*/*/
	padding: 5px 10px 10px 10px;
	/* */
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

.tReminder2 TD.head {
	/*/*/
	padding: 5px 10px;
	/* */
	color: #FFC211;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

.tDisease {
	background-color: #81CEF4;
	margin-bottom: 5px;
}

.tDisease TD {
	/*/*/
	padding: 6px;
	/* */
	border-bottom: 1px solid #FFFFFF;
}

.tDisease TD LI {
	font: 12px helvetica, arial, sans-serif;
	color: #FFFFFF;
	padding-bottom: 6px;
}

.tDisease TD LI SPAN {
	color: #000000;
}

.tDisease P {
	text-indent: 0px;
	font: 12px helvetica, arial, sans-serif;
	/*/*/
	padding: 0px 15px 10px 15px;
	/* */
}

.tsubheadStress, .tsubheadReaction, .tsubheadDistress {
	margin-bottom: 1px;
	/*/*/
	padding: 6px;
	/* */
	color: #000000;
	background-color: #FFC211;
}

.tsubheadCando, .tsubheadReaction, .tsubheadDistress, .tsubheadImportant {
	/*/*/
	padding: 2px;
	/* */
	font-size: 6px;
}

.tStress {
	background-color: #FFC211;
	margin-bottom: 8px;
}

.tStress TD {
	/*/*/
	padding: 2px 5px 2px 8px;
	/* */
}

.tStress TD.head {
	/*/*/
	padding: 10px 8px 2px 8px;
	/* */
	font-weight: bold;
}

.tDistress, .tReaction, .tDistressDo {
	background-color: #FFC211;
	margin-bottom: 8px;
}

.tDistressDo {
	margin-top: 8px;
	background-color: #81CEF4;
}

.tDistress TD, .tDistressDo TD {
	/*/*/
	padding: 2px 5px 2px 8px;
	/* */
}

.tDistress TD.head {
	/*/*/
	padding: 10px 8px 2px 8px;
	/* */
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

.tDistress TD.first {
	border-right: 1px solid #FFFFFF;
}

.tDistress TD.ind {
	/*/*/
	padding-left: 60px;
	/* */
}

.tDistress TD UL, .tDistressDo TD UL {
	list-style-type: disc;
	padding-bottom: 10px;
}

.tDistress TD LI, .tDistressDo TD LI {
	font: 12px helvetica, arial, sans-serif;
	color: #000000;
	padding-top: 2px;
}

.tDistressDo TD LI {
	color: #FFFFFF;
}

.tDistressDo TD LI SPAN {
	color: #000000;
}

.tDistress TD.dont {
	background-color: #002B50;
	padding: 0px 30px;
}

.tDistressDo TD.do {
	background-color: #96C731;
	padding: 0px 30px;
}

.theadReaction {
	margin-top: 6px;
}

.theadImportant {
	background-color: #009DE9;
}

.tsubheadImportant {
	background-color: #96C731;
}

.tImportant {
	background-color: #96C731;
	margin-bottom: 8px;
}

.tImportant LI {
	/*/*/
	padding-bottom: 8px;
	/* */
}

.tWorksheet {
	margin-left: 10px;
	margin-bottom: 8px;
}

.tWorksheet TD {
	white-space: nowrap;
	/*/*/
	padding: 2px 5px;
	/* */
}

.tWorksheet TD.second {
	text-align: right;
}

.theadFocal {
	background-color: #FD1A1F;
}

.tsubheadChecklist UL {
	padding-left: 35px;
	padding-bottom: 10px;
}

.tsubheadChecklist LI {
	color: #FFFFFF;
	font: bold 12px helvetica, arial, sans-serif;
}

.tChecklist {
	background-color: #81CEF4;
	margin-bottom: 8px;
	/*/*/
	padding: 12px;
	/* */
}

.footnote {
	border-top: 1px solid #000000;
	font-size: 10px;
	margin-top: 10px;
	/*/*/
	padding-bottom: 8px;
	/* */
}

.photo, .photoFull, .photoCenter {
	float: left;
	margin: 0px 10px 10px 0px;
}

.photoFull {
	float: none;
}

.photoCenter {
	float: none;
	margin-top: 10px;
	margin-left: 100px;
}

.photo IMG, .photoFull IMG, .photoCenter IMG {
	border: 3px solid #737F86;
}

.photoCenter IMG {
	margin-bottom: 10px;
}

.cap {
	color: #4E231B;
	font-size: 10px;
}

.photoCenter .cap {
	/*/*/
	padding: 0px 0px 10px 0px;
	/* */
}

.hi {
	color: #FD1A1F;
	font-style: italic;
}

.sig {
	padding-left: 25px;
	padding-bottom: 20px;
	font: 13px georgia, times, times new roman, serif;
}

.sigTitle {
	font: bold 13px helvetica, arial, sans-serif;
}

.done {
	border-bottom: 1px solid #009DE9;
	color: #7A8587;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin-right: 12px;
	padding-bottom: 3px;
}

.tCheck {
	margin: 8px 0px;
}

.tCheck TD {
	/*/*/
	padding: 1px 2px 6px 2px;
	/* */
	font-weight: bold;
}

.tCheck TD.first {
	width: 1%;
}

.tCheck TD.last {
	text-align: right;
	padding-right: 20px;
}

.tCheck TD.desc {
	font-weight: normal;
	padding-right: 12px;
}

