.shadetabs{
padding: 3px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 4px;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
display: inline;
margin: 0;
}
.shadetabs li a{
	text-decoration: none;
	margin-right: 0px;

	background: white url(shade.gif) top left repeat-x;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #FFFFFF;
}
.link_article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
}

.shadetabs li a:visited{
	color: #AEAE00;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #ffffff;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
/*border-bottom-color: white;*/
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}



.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #BBBBBB;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tabcontentstyleright{ /*style of tab content oontainer*/
	border: 1px solid #BBBBBB;
	width: 440px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.tabcontentstyle2{ /*style of tab content oontainer*/
	/*border: 1px solid #BBBBBB;*/
	width: 525px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.tabcontentstyle1{ /*style of tab content oontainer*/
	border: 1px solid #BBBBBB;
	width: 396px;
	margin-bottom: 5px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 0px;
}

.tabcontentstylehome{ /*style of tab content oontainer for home page*/
	width: 512px;
	height:180px;
	background-color:#ffffff;
	margin-bottom: 0px;
	margin-left: -3px;
}
.tabcontentstylearticle{ /*style of tab content oontainer*/

	background-color:#ffffff;
	margin-bottom: 5px;
	margin-left: 0px;
}
.tabcontentstylegang{ /*style of tab content oontainer*/
	border: 1px solid #BBBBBB;
	width: 514px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: auto;
}
.tabcontentstylereminder{ /*style of tab content oontainer*/
	border: 1px solid #BBBBBB;
	width: 200px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: auto;
}
.tabcontentstylereminder{ /*style of tab content oontainer*/
	border: 1px solid #BBBBBB;
	width: 522px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: auto;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
.font_caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.font_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #990066;
	text-decoration: none;
}
a.font_head:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color:#1CAA71;
	text-decoration: none;
}
a.small_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660033;
	text-decoration: none;
	font-weight: bold;
}
a.small_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFB9DC;
	text-decoration: none;
	font-weight: bold;
}
