/* CSS Document */
<style type="text/css">
#TABScroll {
paddinga: 8px;
OVERFLOW: hidden;
WIDTH: 470px;
POSITION: relative;
HEIGHT: 250px;
scrollbar-arrow-color:#ff0000;
scrollbar-base-color:#ff0000;
scrollbar-shadow-color:#000000;
scrollbar-face-color:#e6e6e6;
scrollbar-highlight-color:#ffffff;
scrollbar-dark-shadow-color:#618BD3;
scrollbar-3d-light-color:#5678b6;
}

.TabNav { font-family : verdana; font-weight : bold; font-size : 8pt; text-decoration : none; color : #264094;}
a.TabNav:active, a.TabNav:link, a.TabNav:visited { font-family : verdana; font-weight : normal; font-size : 8pt; text-decoration : none; color : #666666; }
a.TabNav:hover { font-family : verdana; font-weight : normal; font-size : 8pt; text-decoration : none; color : #FF0000; }

.TabNavOn {
	font-family : verdana; font-weight : bold; font-size : 8pt; text-decoration : none;
	color : #264094;
	border: #000000;
	border-left-style: solid; border-left-width: 1px;
    border-right-style: solid; border-right-width: 1px;
    border-top-style: solid; border-top-width: 1px;
    border-bottom-width: 1px;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
}
a.TabNavOn:active, a.TabNavOn:link, a.TabNavOn:visited {
	font-family : verdana; font-weight : bold; font-size : 8pt; text-decoration : none;
	color : #FF0000;
	border: 0px;
}
a.TabNavOn:hover {
	font-family : verdana; font-weight : bold; font-size : 8pt; text-decoration : none;
	color : #FF0000;
	border: 0px;
}

.TabNavOff { font-family : verdana; font-weight : normal ; font-size : 8pt; text-decoration : none; color : #cccccc; border: 1px solid #000000; background-color: #666666; height: 15px;}
a.TabNavOff:active, a.TabNavOff:link, a.TabNavOff:visited { font-family : verdana; font-weight : normal; font-size : 8pt; text-decoration : none; color : #FFFFFF; border: 0px;}
a.TabNavOff:hover { font-family : verdana; font-weight : normal; font-size : 8pt; text-decoration : none; color : #333333; border: 0px;}

.TabNavSpacer {
	font-family : verdana; font-weight : bold; font-size : 8pt; text-decoration : none;
	color : #264094;
	border: #91A5E0;
    border-bottom-style: solid; border-bottom-width: 1px;
	background-color: #FF0000;
}
.TabNavTable
{
	padding: 0px;
	POSITION: relative;
	width: 500px;
	HEIGHT: 250px;
	overflow: hidden;
	border: #FF0000;
    border-top-width: 1px;
	border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: #000000;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#5678b6;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#618BD3;
	scrollbar-highlight-color:#ffffff;
	scrollbar-dark-shadow-color:#618BD3;
	scrollbar-3d-light-color:#5678b6;
}
#TabNavTable
{
	POSITION: relative;
	HEIGHT: 300px;
	overflow: auto;
	border: #000000;
	border-width: 1px;
	border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
	background: url("../images/background-tabbedformat1.jpg") bottom left no-repeat;
    background-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #5678b6;
	scrollbar-shadow-color: #000000;
	scrollbar-face-color: #618BD3;
	scrollbar-highlight-color: #ffffff;
	scrollbar-dark-shadow-color: #618BD3;
	scrollbar-3d-light-color: #5678b6;
	padding-left: 0px;
	padding-top: 0px;
}



#TabNavTableSub
{
	POSITION: relative;
	height: 300px;
	widtha: 500px;
	overflow: auto;
	border: #000000;
	border-width: 1px;
	border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
	background: url("../images/bg-newsitems.jpg") bottom right no-repeat;
    background-color: #FFFFFF;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #ff0000;
	scrollbar-shadow-color: #000000;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #ffffff;
	scrollbar-dark-shadow-color: #618BD3;
	scrollbar-3d-light-color: #5678b6;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 10px;
	color: #ff0000;
}
#TAB1 .contentitem{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
}
#TAB1 .contentitem b{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: navy;
}
</style>
