/* ########## tags ########## */

* {
	margin: 0;
	padding: 0;
}
option { padding-left: .4em; }
* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }
* html frameset { overflow: hidden; }
/* 
* html ul { position: relative; }
* html ol { position: relative; }
* html dl { position: relative; }
*/
*+html ol li { display: list-item; }

html { height: 100%; }
body {
    position: relative;
	background: #dedfe0 url(../img/body_bg.gif) repeat-x 0 0;
	font-family: Arial, sans-serif;
	font-size: 100.01%;
    color: #333;
    text-align: left;
}
* html body { position: static; }
body.print { background: #fff; }
fieldset, img {
	display: block;
	border: 0 solid;
}

table {
	font-family: Arial, sans-serif;
	color: #333;
}
th { text-align: left; vertical-align: top; }
td { text-align: left; vertical-align: top; }

a:link,
a:visited,
a:active { color: #333; }
a:hover {
	color: #333;
	text-decoration: underline;
}


hr {
	clear: both;
	margin: .5em 0;
	border: 0;
	background-color: #666;
	width: 100%;
	height: 1px;
}
* + html hr {
	margin: 0 0 .5em;
	border-bottom: 1px solid #666;
	color: #fff;
} /* IE7 */
* html hr {
	margin: 0 0 .5em;
	border-bottom: 1px solid #666;
	color: #fff;
} /* IE6 */

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
p img { display: inline; }

sup {
	position: relative;
    bottom: .4em;
	vertical-align: baseline;
	font-size: 10px;
}
h1 sup {
    bottom: .5em;
	font-size: 11px;
}
* html h1 sup,
*+html h1 sup {
    bottom: .6em;
	font-size: 13px;
} /* IE6, IE7 */
sub {
	position: relative;
    bottom: -.2em;
	vertical-align: baseline;
	font-size: 10px;
}


/* ########## form ########## */

form { margin: 0 0 1em; }
input,
select,
textarea { font-family: Arial, Helvetica, sans-serif; }
input[type=checkbox],
input[type=radio] { vertical-align: middle; }

input.flText {
	border: 1px solid #bb9754;
	background: #fff url(../img/input_bg.gif) repeat-x 0 0;
	padding: 1px 1px 1px 2px;
}
input.flText[disabled] {
	border-color: #fff;
	background: #fff;
	color: #333;
}
* html input.flDisabled {
	border-color: #fff;
	background: #fff;
	color: #333;
}
select {
	border: 1px solid #bb9754;
	background: #fff url(../img/input_bg.gif) repeat-x 0 0;
}
select[disabled] {
	border-color: #fff;
	background: #fff;
	color: #333;
}
* html select.flDisabled {
	border-color: #fff;
	background: #fff;
	color: #333;
}
textarea {
	border: 1px solid #bb9754;
	background: #fff url(../img/input_bg.gif) repeat-x 0 0;
	padding: 2px;
	font-size: 13px;
}
textarea[disabled] {
	border-color: #fff;
	background: #fff;
	color: #333;
}
* html textarea.flDisabled {
	border-color: #fff;
	background: #fff;
	color: #333;
}
input.error,
select.error,
textarea.error { border-color: #c03; }
p input,
p select,
p textarea { vertical-align: middle; }
form label img {
	display: inline;
	vertical-align: top;
}


/* ########## buttonSubmit (bt) ########## */

input.bt,
button.bt {
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: normal;
}
* html input.bt,
* html button.bt {
	overflow: visible;
	width: auto;
} /* IE6 */
* + html input.bt,
* + html button.bt {
	overflow: visible;
	width: auto;
} /* IE7 */


/* ########## buttonLink (bt) ########## */

a.bt,
.bt a { display: block; }
a.btLeft,
.btLeft a { float: left; }
a.btRight,
.btRight a { float: right; }
* a.btLeft,
* a.btRight,
* .btLeft a,
* .btRight a { display: inline; } /* IE-Hack Double Float-Margin Bug */

a.bt,
a.btLeft, 
a.btRight,
a.btInline,
.bt a,
.btLeft a, 
.btRight a,
.btInline a {
	border-width: 1px;
	border-style: solid;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
}


/* ########## btT ########## */

a.btT1,
.btT1 a,
input.btT1,
button.btT1 {
	border-color: #b39250;
	background-color: #bb9754;
	background-image: url(../img/pgSearch_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 1px 5px;
	font-size: 11px;
	color: #333;
}
a.btT1,
a.btT1:link,
a.btT1:visited,
a.btT1:hover,
a.btT1:active {
	color: #333;
	text-decoration: none;
}
.btT1 a,
.btT1 a:link,
.btT1 a:visited,
.btT1 a:hover,
.btT1 a:active {
	color: #333;
	text-decoration: none;
}


/* ########## list ########## */

ul,
ol { list-style-type: none; }


/* ########## floatbox ########## */

.floatbox { overflow: hidden; }
* html .floatbox { width: 100%; }


/* ########## page (pg) ########## */

.pg {
	position: relative;
	margin-left: 30px;
	width: 915px;
}
.pgHeader {
	position: relative;
	background: url(../img/pgHeader_bg.png) no-repeat 0 100%;
	width: 915px;
	height: 135px;
}
* html .pgHeader { background-image: url(../img/pgHeader_bg-ie6.gif); }
.pgHeader .headerLogo {
	position: absolute;
	top: 39px;
	left: 42px;
}
.pgHeader ul.headerLinks {
	position: absolute;
	right: 15px;
	top: 8px;
}
.pgHeader .headerNav {
	position: absolute;
	top: 48px;
	left: 240px;
}
.pgHeader .headerTitle {
	position: absolute;
	top: 95px;
	left: 240px;
	font-size: 12px;
	font-weight: bold;
	color: #bb9754;
}
.pgHeader .headerBreadcrumbs {
	position: absolute;
	top: 114px;
	left: 240px;
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
}
.pgContent {
	position: relative;
	overflow: hidden;
	background: url(../img/pgContent_bg.png) repeat-y 0 0;
	padding: 0 5px;
	width: 905px;
} /* analog floatbox */
* html .pgContent { background-image: url(../img/pgContent_bg-ie6.gif); }
.pgSearch {
	position: absolute;
	top: 120px;
	left: 690px;
	z-index: 9;
	margin: 0;
	background: #c09f60 url(../img/pgSearch_bg.jpg) no-repeat 50% 50%;
	padding: 5px 0 0 5px;
	width: 175px;
	height: 25px;
	white-space: nowrap;
}
.pgFooter {
	overflow: hidden; /* ! */
	background: url(../img/pgFooter_bg.png) no-repeat 0 100%;
	height: 53px;
	padding: 0 14px;
}
* html .pgFooter { background-image: url(../img/pgFooter_bg-ie6.gif); }
.sponsors {
	position: absolute;
	top: 135px;
	left: 960px;
}


/* ########## headerLinks ########## */

.pgHeader ul.headerLinks li {
	display: inline;
	margin-left: 1em;
	font-size: 10px;
	font-weight: bold;
}
.headerLinks li a,
.headerLinks li a:link,
.headerLinks li a:visited,
.headerLinks li a:active {
	color: #333;
	text-decoration: none;
}
.headerLinks li a:hover {
	color: #333;
	text-decoration: underline;
}


/* ########## headerBreadcrumbs ########## */

.headerBreadcrumbs em { font-style: normal; }
.headerBreadcrumbs em,
.headerBreadcrumbs a,
.headerBreadcrumbs a:link,
.headerBreadcrumbs a:visited,
.headerBreadcrumbs a:active {
	margin: 0 .5em;
	color: #888;
	text-decoration: none;
}
.headerBreadcrumbs a:hover {
	color: #888;
	text-decoration: underline;
}
.headerBreadcrumbs a:first-child { margin-left: 0; }
* html .headerBreadcrumbs em,
* html .headerBreadcrumbs a,
* html .headerBreadcrumbs a:link,
* html .headerBreadcrumbs a:visited,
* html .headerBreadcrumbs a:active { margin: 0; }


/* ########## navStyles ########## */

.pgHeader ul.headerNav li {
	display: inline;
	margin-right: .8em;
	font-family: "Arial Light";
	font-size: 18px;
	font-weight: lighter;
}
.headerNav li a,
.headerNav li a:link,
.headerNav li a:visited,
.headerNav li a:active {
	white-space: nowrap;
	color: #888;
	text-decoration: none;
}
.headerNav li a:hover {
	color: #888;
	text-decoration: underline;
}

.blTNav {
	border-bottom: 10px solid #fff;
	background: #666 url(../img/blTNav_bg.gif) repeat-y 100% 0;
}
.blTNav .location {
	padding: 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #bb9754;
}
.blTNav .topic {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #999;
}
.blTNav ul { padding: 5px 15px 25px; }
.blTNav li {
	border-bottom: 1px solid #999;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.blTNav li a,
.blTNav li a:link,
.blTNav li a:visited,
.blTNav li a:active {
	display: block;
	padding: 5px 0;
	font-style: italic;
	color: #fff;
	text-decoration: none;
}
.blTNav li a:hover,
.blTNav li a.selected,
.blTNav li a.selected:link,
.blTNav li a.selected:visited,
.blTNav li a.selected:active {
	display: block;
	background: url(../img/blTNav_selected.gif) no-repeat 100% 11px;
	padding: 5px 0;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}


/* ########## pgSearch ########## */

.pgSearch input {
	display: inline;
	vertical-align: middle;
}

.pgSearch .flText {
	border: 0;
	width: 147px;
	font-size: 11px;
	color: #999;
}


/* ########## pgFooter ########## */

.pgFooter .footerCopyright {
	margin-top: 15px;
	border-top: 1px solid #bb9754;
	padding-top: 8px;
	font-size: 10px;
	color: #999;
}


/* ########## sponsors ########## */

.sponsors ul li {
	display: block;
	margin-bottom: 1px;
	background: url(../img/sponsors_bg.png) no-repeat 50% 0;
	padding: 2px 5px 0;
	width: 60px;
	height: 66px;
}
* html .sponsors ul li { background-image: url(../img/sponsors_bg-ie6.gif); }


/* ########## column (cl) ########## */

.pgContent .cl {
	overflow: hidden; 
	float: left;
	width: 100%;
} /* analog floatbox */
.pgContent .clW1 { width: 224px; }
.pgContent .clW2 { width: 448px; }
.pgContent .clW3 { width: 672px; }
.pgContent .clW4 { width: 896px; }


/* ########## block (bl) ########## */

.bl {
	overflow: hidden;
	width: 100%;
} /* analog floatbox */
.pgContent .bl {
	float: left;
	margin-left: 9px;
}
* html .pgContent .bl { display: inline; } /* IE-Hack Double Float-Margin Bug */
.pgContent .blW1 {
	position: relative;
	width: 215px;
}
.pgContent .blW2 {
	position: relative;
	width: 439px;
}
.pgContent .blW3 {
	position: relative;
	width: 663px;
}
.pgContent .blW4 {
	position: relative;
	width: 887px;
}

.blHeader,
.blContent { position: relative; }


/* ########## bl table ########## */

.bl th.TAL,
.bl td.TAL { text-align: left; }
.bl th.TAC,
.bl td.TAC { text-align: center; }
.bl th.TAR,
.bl td.TAR { text-align: right; }
.bl th.TAJ,
.bl td.TAJ { text-align: justify; }
.bl th.VAT,
.bl td.VAT { vertical-align: top; }
.bl th.VAM,
.bl td.VAM { vertical-align: middle; }
.bl th.VABL,
.bl td.VABL { vertical-align: baseline; }
.bl th.VAB,
.bl td.VAB { vertical-align: bottom; }
.bl th.WSN,
.bl td.WSN { white-space: nowrap; }

.bl table.tableLayout {
	margin: 0;
	width: auto;
}
.bl table.tableLayout th,
.bl table.tableLayout td {
	border: 0;
	padding: 0;
}


/* ########## bl form ########## */

.bl form { margin: 1em 0 .5em; }

/* IE-Hacks */
* html .bl fieldset { position: relative; } 
*+html .bl fieldset { position: relative; }
* html .bl legend {  
	position: relative;  
	left: -7px; 
}
*+html .bl legend { position: relative; left: -7px; }
/* /IE-Hacks */

.bl legend {
	font-size: 18px;
	color: #888;
}
.bl legend img {
	display: inline;
	vertical-align: top;
}
.bl .frTInline legend {
	font-size: 13px;
	color: #333;
}

.bl ol.frTBlock,
.bl ol.frTInline,
.bl .frTBlock ol,
.bl .frTInline ol  { 
	overflow: hidden;
	zoom: 1;
	list-style-type: none;
}
.bl fieldset.frTInline ol { margin-top: -1.65em; }
.bl .frTBlock li.flItem,
.bl .frTInline li.flItem { float: left; } /* IE */
* html .bl .frTBlock li.flItem { display: inline; }
* html .bl .frTInline li.flItem { display: inline; }

.bl .frTBlock .flItem {
	overflow: hidden;
	margin: .5em 0;
	width: 100%;
}
.bl .frTBlock .flItem p {
	clear: both;
	margin: .5em 0 0;
}
.bl .frTBlock .itemTypeCap {
	margin-top: 1em;
	border-top: 1px solid #aaaeb3;
	padding-top: 1em;
}
.bl .frTBlock .flItem .flLabel {
	position: relative;
	float: left;
	width: 40%;
}
.bl .frTBlock .flItem .flLabel img {
	display: inline;
	vertical-align: top;
}
.bl .frTBlock .flItem .flLabel .flInfo {
	position: absolute;
	top: .25em;
	right: 0;
}
.bl .frTBlock .flItem .flElement,
.bl .flItem .frTInline ol {
	float: right;
	overflow: hidden;
	width: 58%;
} /* analog floatbox */
.bl .blTNarrow .flItem .flLabel { width: 25%; }
.bl .blTNarrow .flItem .flElement,
.bl .blTNarrow .flItem .frTInline ol { width: 73%; }
.bl .blTWide .flItem .flLabel { width: 58%; }
.bl .blTWide .flItem .flElement,
.bl .blTWide .flItem .frTInline ol { width: 40%; }
.bl .frTBlock .flItem .flElement img { display: inline; }
.bl .frTBlock .flItem .flLabel p,
.bl .frTBlock .flItem .flElement p { margin: .2em 0 0; }
.bl .frTBlock .flItem .flComment {
	clear: both;
	float: left;
	margin: .5em 0;
	width: 100%;
}
.bl .frTBlock .flItem input.flText {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	width: 94%;
}
* html .bl .frTBlock .flItem input.flText { display: inline; }
.bl .frTBlock .flItem textarea { width: 90%; }

.bl .frTInline .flItem { margin-right: 1em; }
.bl .frTInline .w50 {
	float: left;
	margin-right: 1%;
	width: 49%;
}
* html .bl .frTInline .w50 {
	display: inline-block;
	width: 48%;
}
.bl .frTInline .w33 {
	float: left;
	margin-right: 1%;
	width: 32%;
}
* html .bl .frTInline .w33 {
	display: inline-block;
	width: 31%;
}
.bl .frTInline .w66 {
	float: left;
	margin-right: 1%;
	width: 65%;
}
* html .bl .frTInline .w66 {
	display: inline-block;
	width: 64%;
}
.bl .frTInline .flItem label { 
	display: block;
	margin-bottom: .3em;
}
.bl .frTInline p.caption { margin: 0; }

.bl form p label { margin-right: .5em; }
.bl form p span.caption,
.bl form p span.error { margin-left: .5em; }

.bl input.flCheck {
	float: left;
	border: 0;
}
.bl div.flCheck,
.bl label.flCheck {
	display: block;
	padding-left: 25px;
}
.bl .flCheck p { margin-top: 0; }

.bl .submitStatus {
	overflow: hidden;
	zoom: 1;
	float: left;
	margin: .2em 0 0 2em;
	color: #888;
}
* html .bl .submitStatus { display: inline; }
.bl .submitStatus img {
	float: left;
	margin-right: 1em;
}
* html .bl .submitStatus img { display: inline; }

.bl form .frErrors {
	margin: 1em 0;
	border: 5px solid #ffe5e5;
	background: #fff9f9 url(../img/box_bg-error.gif);
	padding: 0 1em .5em;
	font-size: 11px;
}
.bl form .frErrors p { margin: .5em 0; }
.bl form .frErrors ol {
	margin: 0 0 .5em;
	list-style-type: decimal;
}
.bl form .frErrors ol li { margin: 0 0 .5em 2em; }


/* ########## blTTeaserMain ########## */

.blTTeaserMain {
	border-bottom: 10px solid #fff;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.blTTeaserMain h1 {
	margin-bottom: .75em;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #bb9754;
}
.blTTeaserMain h1 .topic {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #999;
}
.blTTeaserMain p,
.blTTeaserMain ul {
	margin-bottom: 1.5em;
	font-size: 16px;
}
.blTTeaserMain ul { list-style: square; }
.blTTeaserMain li {
	margin: 0 0 .3em 1.5em;
	padding-left: 1em;
}
.blTTeaserMain .link { font-size: 14px; }
.blTTeaserMain .link a,
.blTTeaserMain .link a:link,
.blTTeaserMain .link a:visited,
.blTTeaserMain .link a:active {
	display: inline-block;
	border-bottom: 1px solid #bb9754;
	text-decoration: none;
}
.blTTeaserMain .link a:hover { border-bottom: none; }

.blTTeaserMain .inverted .topic,
.blTTeaserMain .inverted p,
.blTTeaserMain .inverted li,
.blTTeaserMain .inverted .link,
.blTTeaserMain .inverted .link a,
.blTTeaserMain .inverted .link a:link,
.blTTeaserMain .inverted .link a:visited,
.blTTeaserMain .inverted .link a:hover,
.blTTeaserMain .inverted .link a:active { color: #fff; }

.blTTeaserMain ol.teaserContent li {
	display: none;
	margin: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0;
}
.blTTeaserMain ol.teaserContent li:first-child { display: block; }

.blTTeaserMain ol.teaserNav {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	bottom: 20px;
	left: 55px;
}
.blTTeaserMain ol.teaserNav li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
* html .blTTeaserMain ol.teaserNav li { display: inline; }
.blTTeaserMain ol.teaserNav li a,
.blTTeaserMain ol.teaserNav li a:link,
.blTTeaserMain ol.teaserNav li a:visited,
.blTTeaserMain ol.teaserNav li a:active {
	display: block;
	background-color: #fff;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	color: #333;
}
.blTTeaserMain ol.teaserNav li a:hover,
.blTTeaserMain ol.teaserNav li a.selected,
.blTTeaserMain ol.teaserNav li a.selected:link,
.blTTeaserMain ol.teaserNav li a.selected:visited,
.blTTeaserMain ol.teaserNav li a.selected:active {
	background-color: #bb9754;
	color: #fff;
}


/* ########## blTTeaserThumbs ########## */

.blTTeaserThumbs {
	border-bottom: 10px solid #fff;
	background-color: #333;
}
.blTTeaserThumbs ul {
	overflow: hidden;
	zoom: 1;
	padding: 5px 0 15px 6px;
}
.blTTeaserThumbs li {
	float: left;
	margin: 10px 0 0 9px;
	background: #fff url(../img/thumb_bg1.gif) repeat-x 0 100%;
}
* html .blTTeaserThumbs li { display: inline; }
.blTTeaserThumbs a,
.blTTeaserThumbs a:link,
.blTTeaserThumbs a:visited,
.blTTeaserThumbs a:active {
	display: block;
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top: 116px;
	width: 200px; 
	height: 34px;
	line-height: 13px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #bb9754;
}
.blTTeaserThumbs a:hover { text-decoration: underline; }
.blTTeaserThumbs .topic {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #999;
}


/* ########## blTTeaserThumb ########## */

.blTTeaserThumb {
	border-bottom: 10px solid #fff;
	background: #fff url(../img/thumb_bg2.gif) no-repeat 0 100%;
}
.blTTeaserThumb a,
.blTTeaserThumb a:link,
.blTTeaserThumb a:visited,
.blTTeaserThumb a:active {
	display: block;
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top: 116px;
	width: 215px; 
	height: 34px;
	line-height: 13px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #bb9754;
}
.blTTeaserThumb a:hover { text-decoration: underline; }
.blTTeaserThumb .topic {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #999;
}


/* ########## blTTeaserStriped ########## */

.blTTeaserStriped {
	border-bottom: 10px solid #fff;
	background: url(../img/bg_stripes.gif);
}
.blTTeaserStriped a,
.blTTeaserStriped a:link,
.blTTeaserStriped a:visited,
.blTTeaserStriped a:hover,
.blTTeaserStriped a:active {
	display: block;
	padding-top: 12px;
	width: 215px; 
	height: 63px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #bb9754;
}
.blTTeaserStriped .topic {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #999;
}
.blTTeaserStriped .rule {
	text-transform: none;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #333;
}


/* ########## blTHeader ########## */

.blTHeader {
	border-bottom: 10px solid #fff;
	background-position: 100% 0;
	background-repeat: no-repeat;
}
.blTHeader .blContent {
	position: relative;
	background: url(../img/bg_stripes.gif);
	border-right: 10px solid #fff;
	width: 215px;
}
.blTHeader .location {
	position: absolute;
	top: 80px;
	right: 0;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #bb9754;
}
.blTHeader .location a,
.blTHeader .location a:link,
.blTHeader .location a:visited,
.blTHeader .location a:hover,
.blTHeader .location a:active {
	color: #bb9754;
	text-decoration: none;
}
.blTHeader .division {
	margin: 5px 10px 0;
	border-top: 1px solid #666;
	padding-top: 5px;
	text-transform: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333;
}
.blTHeader .topic,
.blTHeader .section {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #999;
}


/* ########## blTMarginalia ########## */

.blTMarginalia {
	border-bottom: 10px solid #fff;
	padding-top: 15px;
	background: url(../img/bg_stripes.gif);
}
.blTMarginalia .location {
	margin-bottom: 15px;
	padding: 0 5px 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #bb9754;
}
.blTMarginalia .topic {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #999;
}
.blTMarginalia p {
	margin-bottom: 15px;
	padding: 0 5px 0 15px;
	font-size: 12px;
	color: #333;
}
.blTMarginalia form {
	margin-bottom: 15px;
	padding: 0 15px;
}
.blTMarginalia a,
.blTMarginalia a:link,
.blTMarginalia a:visited,
.blTMarginalia a:active { text-decoration: none; }
.blTMarginalia a:hover { text-decoration: underline; }


/* ########## blTTicker ########## */

.blTTicker {
	border-bottom: 10px solid #fff;
	line-height: 21px;
}
.blTTicker .topic {
	padding: 0 5px 5px 15px;
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
}
.blTTicker ul {
	zoom: 1;
	border-bottom: 1px solid #666;
}
.blTTicker li {
	border-top: 1px solid #666;
	padding: 5px 5px 5px 15px;
}
.blTTicker h2 {
	margin-bottom: .5em;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #bb9754;
}
.blTTicker p {
	margin-bottom: 1em;
	font-size: 12px;
	color: #666;
}
.blTTicker p em {
	font-style: normal;
	color: #333;
}
.blTTicker .link { font-size: 12px; }
.blTTicker .link a,
.blTTicker .link a:link,
.blTTicker .link a:visited,
.blTTicker .link a:active {
	display: block;
	overflow: hidden;
	zoom: 1;
	text-decoration: none;
}
.blTTicker .link a:hover { text-decoration: underline; }
.blTTicker .link .text  { float: left; }
.blTTicker .link .arrows  { float: right; }


/* ########## blTGallery ########## */

.blTGallery {
	position: relative;
	border-bottom: 10px solid #fff;
	background: #eee;
}
.blTGallery ul {
	overflow: hidden;
	width: 100%;
}
.blTGallery li {
	float: left;
	width: 100%;
	line-height: 1px;
	text-align: center;
}
.blTGallery li img { display: inline; }
.blTGallery .previous,
.blTGallery .next {
	position: absolute;
	top: 45%;
}
.blTGallery .previous { left: 10px; }
.blTGallery .next { right: 10px; }


/* ########## blTArticle ########## */

.blTArticle {
	border-bottom: 10px solid #fff;
	line-height: 21px;
	font-size: 14px;
}
.blTArticle .topic {
	margin-top: 10px;
	padding: 0 5px 0 15px;
	line-height: 13px;
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
}
.blTArticle h1 {
	margin-bottom: .5em;
	padding: 0 5px 0 15px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #bb9754;
}
.blTArticle h2 {
	margin-bottom: .5em;
	padding: 0 5px 0 15px;
	font-size: 16px;
}
.blTArticle h3,
.blTArticle h4,
.blTArticle h5,
.blTArticle h6 {
	margin-bottom: 1em;
	padding: 0 5px 0 15px;
	font-size: 14px;
}
.blTArticle p {
	margin-bottom: 1em;
	padding: 0 5px 0 15px;
	color: #666;
}
.blTArticle p em {
	font-style: normal;
	color: #333;
}

.blTArticle ul {
	margin-bottom: 1em;
	padding: 0 5px 0 15px;
	list-style-type: square;
}
.blTArticle ul li { margin: 0 0 .3em 1.5em; }
.blTArticle ul ul {	margin: .5em 0 1em; }
.blTArticle ol {
	margin-bottom: 1em;
	padding: 0 5px 0 15px;
	list-style-type: decimal;
}
.blTArticle ol li { margin: 0 0 .3em 2em; }

.blTArticle table {
	margin: .5em 5px .5em 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333;
}
.blTArticle table th,
.blTArticle table td { padding: .2em 1em .2em 0; }
.blTArticle table th { font-weight: normal; }
.blTArticle table .currency {
	background: url(../img/bg_dotted.gif) repeat-x 0 100%;
	text-align: right;
	font-style: italic;
	color: #bb9754;
}
.blTArticle table .currency .amount {
	background-color: #fff;
	line-height: 15px;
	font-size: 12px;
}
.blTArticle table .currency .amount strong { font-size: 15px; }
.blTArticle table .arrow {
	padding-right: 1em;
	color: #bb9754;
}


.blTArticle blockquote {
	margin: 1em 0 .5em;
	background: #f7f7f7 url(../img/icon_quote-begin.gif) no-repeat 15px 15px;
	padding: 0 0 12px 55px;
}
.blTArticle blockquote p {
	margin: 0;
	padding: 10px 55px 0 0;
}
.blTArticle blockquote p.cite {
	zoom: 1;
	background: url(../img/icon_quote-end.gif) no-repeat 95% 0;
	padding: 10px 55px 0 0;
	font-size: 11px;
	color: #888;
}


/* ########## blTBreadcrumbs ########## */

.blTBreadcrumbs {
	padding: 0 5px 0 15px;
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
}
.blTBreadcrumbs em { font-style: normal; }
.blTBreadcrumbs em,
.blTBreadcrumbs a,
.blTBreadcrumbs a:link,
.blTBreadcrumbs a:visited,
.blTBreadcrumbs a:active {
	margin: 0 .5em;
	color: #888;
	text-decoration: none;
}
.blTBreadcrumbs a:hover {
	color: #888;
	text-decoration: underline;
}
.blTBreadcrumbs a:first-child { margin-left: 0; }
* html .blTBreadcrumbs em,
* html .blTBreadcrumbs a,
* html .blTBreadcrumbs a:link,
* html .blTBreadcrumbs a:visited,
* html .blTBreadcrumbs a:active { margin: 0; }


/* ########## blTSearch ########## */

.blTSearch {
	border-bottom: 10px solid #fff;	
	font-size: 11px;
}
.blTSearch .result { margin: 2em 0; }
.blTSearch h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #bb9754;
}
.blTSearch .resultOrder {
	margin-right: 10px;
	font-size: 13px;
	font-weight: bold;
}
.blTSearch p {
	margin: 5px 0;
	line-height: 16px;
}
.blTSearch .resultRelevance {
	float: right;
	font-weight: bold;
	color: #999;
}
.blTSearch p.resultAttributes {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	color: #999;
}

.blTSearch a,
.blTSearch a:link,
.blTSearch a:visited,
.blTSearch a:active { text-decoration: none; }
.blTSearch a:hover { text-decoration: underline; }
.blTSearch h2 a,
.blTSearch h2 a:link,
.blTSearch h2 a:visited,
.blTSearch h2 a:hover,
.blTSearch h2 a:active { color: #bb9754; }
.blTSearch .resultAttributes a,
.blTSearch .resultAttributes a:link,
.blTSearch .resultAttributes a:visited,
.blTSearch .resultAttributes a:hover,
.blTSearch .resultAttributes a:active { color: #999; }


/* ########## sitemap ########## */

.clTSitemap li.sitemapColumn {
	float: left;
	margin: 0 0 10px 9px;
	background: url(../img/bg_stripes.gif);
	padding: 15px;
	width: 185px;
	list-style: none;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #bb9754;
}
* html .clTSitemap li.sitemapColumn { display: inline; } /* IE-Hack Double Float-Margin Bug */

.clTSitemap ul { margin: 5px 0; }
.clTSitemap li li {
	padding: 10px 0 0;
	text-transform: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
.clTSitemap li li li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

.clTSitemap a,
.clTSitemap a:link,
.clTSitemap a:visited,
.clTSitemap a:active {
	color: #bb9754;
	text-decoration: none;
}
.clTSitemap a:hover {
	color: #bb9754;
	text-decoration: underline;
}
.clTSitemap li li a,
.clTSitemap li li a:link,
.clTSitemap li li a:visited,
.clTSitemap li li a:hover,
.clTSitemap li li a:active { color: #333; }


/* ########## image (im) ########## */

.im { margin: 1em 0; }
.im p,
.im div {
	margin-top: .5em;
	text-align: left;
}
.im img { display: inline; }
.imLeft {
	float: left;
	margin-right: 20px;
}
.imRight {
	float: right;
	margin-left: 20px;
}
.imLeft img,
.imRight img { display: block; }
* html .im { display: inline; } /* IE-Hack Double Float-Margin Bug */


/* ########## inline ########## */

.blockquote {
	display: block;
	padding: 1em 1em .5em 2em;
}
.smallprint {
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.caption {
	font-size: 11px;
	font-weight: normal;
	color: #888;
}
.error {
	font-size: 11px;
	font-weight: normal;
	color: #c03;
}
.TAL { text-align: left; }
.TAC { text-align: center; }
.TAR { text-align: right; }
.TAJ { text-align: justify; }
.WSN { white-space: nowrap; }
.W100 { width: 100%; }
.W75 { width: 75%; }
.W66 { width: 66%; }
.W50 { width: 50%; }
.W33 { width: 33%; }
.W25 { width: 25%; }
.color1 { color: #333; }
.color2 { color: #666; }
.color3 { color: #999; }
.color4 { color: #bb9754; }



/* ########## typo3 ########## */

.tx-indexedsearch-whatis { display: none; }
.tx-indexedsearch-browsebox ul.browsebox {
	overflow: hidden;
	margin: 15px 0;
	border-bottom: 1px solid #bb9754;
	background: url(../img/bg_stripes.gif) 0 0;
}
.browsebox li { float: left; }
.browsebox li strong { font-weight: normal; }
.browsebox li a,
.browsebox li a:link,
.browsebox li a:visited,
.browsebox li a:active {
	display: block;
	padding: 6px 10px;
	line-height: 13px; /* IE */
	color: #333;
	text-decoration: none;
}
.browsebox li a:hover,
.browsebox li.tx-indexedsearch-browselist-currentPage a,
.browsebox li.tx-indexedsearch-browselist-currentPage a:link,
.browsebox li.tx-indexedsearch-browselist-currentPage a:visited,
.browsebox li.tx-indexedsearch-browselist-currentPage a:active {
	background-color: #bb9754;
	color: #fff;
	text-decoration: none;
}

