.TypicalText {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif
}

.TypicalTextBanner{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size : 48px;
}

.TypicalTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold
}

.TabTextOnGrey {
	font-family: font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.TitleText {
	text-decoration : none;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000
}

.TabText {
	text-decoration : none;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.TypicalTextDisclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none
}

.NavTextOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-image : url(../images/tab_on.gif);
	text-align : center;
	width : 110px;
}

.NavTextOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image : url(../images/tab.gif);
	text-align : center;
	width : 110px;
}

.NavTextBlank {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align : bottom;
	background-image : url(../images/tab_blank.gif);
	width : 110px;
}

.BlackBar{
	background-image : url(../images/pixel.gif);
	background-color : #660000;
	height : 3px;
}

.WhiteBar{
	background-image : url(../images/pixel.gif);
	background-color : #FFFFFF;
	height : 2px;
}