/* CSS Document */

td#brochtitle {
	background-color: #7B3776;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
	vertical-align: middle;
	padding-left: 5px;

}
td#secline {
	background-color: #FFF3BE;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 5px;
}


td#intro {
	font-weight: normal;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 0px;



}
td#additional {
	vertical-align: top;
	background-color: #FFF3BE;
	border: 2px groove #E8EAEB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.addtitle {
	font-weight: bold;
	color: #8A4485;
	font-style: italic;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

#additional li
{
	list-style-type: square;

}
td#greybrdr {
	background-color: #999999;
	height: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8EAEB;



}
.brochsubtitles {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #7B3776;


}

.brochsubsubtitle {
	font-weight: bold;
	font-size: 13px;
}
#brochnavlist {
	font-size: 12px;
	width: 500px;
	font-weight: normal;
	margin: 0px;

}
#brochnavlist li {
	float: left;
	list-style-type: none;
	margin: 0 0 1em;
	padding: 0;
	white-space: nowrap;
}
#brochnavlist ul {
	margin: 5 5 5 0;
	padding: 0;
}
#brochnavlist a {
	padding: 3px 10px 3px 22px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #999999;
	background-image:  url(../images/broch_nav_up.jpg);
	background-position: 0% 0%;
	text-decoration: none;
}
#brochnavlist a:link, #brochnavlist a:visited {
	color: #EEEEEE;
	background-image: url(../images/broch_nav_up.jpg);

}
#brochnavlist a:hover, #brochnavlist a:active,
#uberlink a:link, #uberlink a:visited, 
#uberlink a:hover, #uberlink a:active {
	background-color: #9F6F9F;
	background-image:  url(../images/broch_nav_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF;
}
.tblborder {
	border-top-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7B3776;
}

#tablepadding td { 
    padding: 4px; 
} 




