.NormalText
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
}
.BoldNormalText
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
}
.SmallText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
}

.BoldSmallText
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
}

.SmallerText
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
}

.SmallTextWhite
{
	padding-left: 20px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.SmallTextGray
{
	font-size: 8pt;
	color: gray;
	font-family: Tahoma;
}

.TinyTextWhite
{
	padding-left: 20px;
	font-weight: bold;
	font-size: 5px;
	color: #fff;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.BoldSmallTextGray
{
	font-weight: bold;
	font-size: 8pt;
	color: gray;
	font-family: Tahoma;
}

.HeaderText
{
	font-weight: bold;
	font-size: 11pt;
	color: blue;
	font-family: Arial;
}

.bot_menutxt
{
    PADDING-RIGHT: 2px;
    BORDER-TOP: black 1px dotted;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    PADDING-BOTTOM: 2px;
    COLOR: #fff;
    PADDING-TOP: 2px;
    FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    TEXT-ALIGN: center
}
.dotted_top
{
	BORDER-TOP: black 1px dotted;
}
.copywrite
{
    BORDER-RIGHT: black 1px;
    PADDING-RIGHT: 2px;
    BORDER-TOP: black 1px dotted;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    PADDING-BOTTOM: 2px;
    COLOR: #fff;
    PADDING-TOP: 2px;
    FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    TEXT-ALIGN: center
}

.DashboardHeader
{
	border-right: #990033 thin solid;
	border-top: #990033 thin solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #990033 thin solid;
	color: white;
	border-bottom: #990033 thin solid;
	font-family: Tahoma;
	border-collapse: collapse;
	background-color: #990033;
}

.DashboardTitle
{
	font-weight: bold;
	font-size: 7pt;
	border-bottom-width: thin;
	border-bottom-color: #0066cc;
	color: black;
	font-family: Tahoma;
	background-color: gainsboro;
}

.DashboardData
{
	font-size: 7pt;
	border-bottom-width: thin;
	border-bottom-color: #0066cc;
	color: black;
	font-family: Tahoma;
}

.DashboardDataSelected
{
	font-weight: bold;
	font-size: 8pt;
	border-bottom-width: thin;
	border-bottom-color: #0066cc;
	color: black;
	font-family: Tahoma;
}

.DashboardImportantData
{
	font-weight: bold;
	font-size: 7pt;
	border-bottom-width: thin;
	border-bottom-color: #0066cc;
	color: darkred;
	font-family: Tahoma;
}

.DashboardHeaderSandyBrown
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Tahoma;
	background-color: sandybrown;
}

.DashboardDataBlack
{
	font-size: 7pt;
	color: black;
	font-family: Tahoma;
}

.DashboardDataGreen
{
	font-weight: bold;
	font-size: 7pt;
	color: green;
	font-family: Tahoma;
}

.DashboardDataBlue
{
	font-weight: bold;
	font-size: 7pt;
	color: Blue;
	font-family: Tahoma;
}

.DashboardDataPurple
{
	font-weight: bold;
	font-size: 7pt;
	color: Purple;
	font-family: Tahoma;
}

.DashboardDataRed
{
	font-size: 7pt;
	color: red;
	font-family: Tahoma;
}

.DashboardHyperlink
{
	font-size: 7pt;
	color: blue;
	font-family: Tahoma;
	background-color: #cccccc;
	text-decoration: underline;
}

.DashboardHyperlinkTabSelected
{
	font-size: 8pt;
	font-weight: bold;
	color: blue;
	font-family: Tahoma;
	text-decoration: underline;
}

.DashboardHyperlinkTab
{
	font-size: 7pt;
	color: blue;
	font-family: Tahoma;
	text-decoration: underline;
}

.DashboardHyperlinkSelected
{
	font-size: 9pt;
	color: blue;
	font-family: Tahoma;
	background-color: #cccccc;
	text-decoration: underline;
}

.ListHeaderTitle
{
	font-weight: bold;
	font-size: 10pt;
	border-bottom-width: thin;
	border-bottom-color: #0066cc;
	color: black;
	font-family: Tahoma;
	background-color: #cccccc;
}

.ListHeaderData
{
	font-size: 10pt;
	border-bottom-width: thin;
	border-bottom-color: #0066cc;
	color: black;
	font-family: Tahoma;
	background-color: #cccccc;
}

.InputButton
{
	font-size: 8pt;
	overflow: visible;
	width: 50px;
	cursor: hand;
	color: blue;
	border-top-style: none;
	font-family: Tahoma;
	border-right-style: none;
	border-left-style: none;
	height: 15px;
	background-color: transparent;
	text-align: left;
	text-decoration: underline;
	border-bottom-style: none;
}

.InputButtonResearchBlue
{
	font-weight: normal;
	font-size: 7pt;
	border-left-color: blue;
	border-bottom-color: blue;
	width: 50px;
	cursor: hand;
	color: white;
	border-top-color: blue;
	font-family: Tahoma;
	height: 15px;
	background-color: #0066cc;
	text-align: center;
	border-right-color: blue;
}

.InputButtonResearchGreen
{
	font-weight: normal;
	font-size: 7pt;
	border-left-color: green;
	border-bottom-color: green;
	width: 50px;
	cursor: hand;
	color: white;
	border-top-color: green;
	font-family: Tahoma;
	height: 15px;
	background-color: #33cc66;
	text-align: center;
	border-right-color: blue;
}

.PartLinks
{
	font-size: 1pt;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

