
/* Box with a Header Text */
table.headeredBox						{ width:759px; height:160px; }
table.headeredBoxHeader					{ position:relative;top:-2px; }
td.headeredBoxHeaderLeft				{ font-family: tahoma; font-weight:bold; font-size:8pt; }
td.headeredBoxHeaderRight				{ }
td.headeredBoxTop						{ background-image:url('../graphics/boxes/GreyEdgeBox_TopCorners.gif'); background-repeat:no-repeat; height:24px; padding:0px 12px 0px 12px;}
td.headeredBoxCenter					{ background-image:url('../graphics/boxes/GreyEdgeBox_BG.gif'); background-repeat:repeat-y; padding:0px 5px 0px 5px; }
td.headeredBoxBottom					{ background-image:url('../graphics/boxes/GreyEdgeBox_BottomCorners.gif'); background-repeat:no-repeat; height:6px; }

/* Focus Boxes */
table.focusBoxesOuter					{ width:100%; font-family:tahoma; }
td.focusBoxesOuter						{ border:dashed 0px #000000; padding:15px 0px 25px 4px; }
table.focusBoxes						{ width:100%; }

td.focusBoxLeftOuter					{ border:dashed 0px #000000; width:50%; padding:0px 0px 0px 14px; border-right:solid 1pt #eeeeee; }
table.focusBoxLeft						{ font-size:8pt; width:350px; }

td.focusBoxRightOuter					{ border:dashed 0px #000000; width:50%; padding:0px 0px 0px 14px; }
table.focusBoxRight						{ font-size:8pt; width:350px; height:100%; }

td.focusBoxHead 						{ }
td.focusBoxLeftHead						{ }
td.focusBoxRightHead					{ }
td.focusBoxBody 						{ }
td.focusBoxLeftBody						{ padding:0px 0px 0px 6px; line-height:1.4; }
td.focusBoxRightBody					{ }

table.focusBoxLinks						{ font-size:8pt; font-weight:bold; }
td.focusBoxLink							{ padding:3px 0px 0px 0px; }
td.focusBoxLinkLabel					{ padding:3px 0px 0px 5px; }
a.focusLink								{ color:#000000; text-decoration:none; }

td.headeredBoxHeaderLeft				{ padding:0px 0px 0px 4px; }