﻿/* ----- GENERAL ----- */

* 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div 
{
}

br 
{
    line-height: 8px;
}

em {
   font-style: italic;
}

strong 
{
    font-weight: bold;
}

tt 
{
    color: #FF0000;
}

img 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    border: 0px;
}

img.floatRight
{
    float: right;
}

img.floatRightwithPadding
{
    float: right;
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
}

.spacer 
{
    height: 5px;
}

.txtfloatLeft 
{
    float: left;
}


/* ----- LINKS ----- */

#divTop_TopSubNav a
{
    border: solid 1px #BB9E66;
    
	color: #FFFFFF;

    background-color: #BB9E66;

	text-decoration: none;

    margin: 0px 0px 0px 0px;
    padding: 0px 6px 0px 6px;
}
#divTop_TopSubNav a:link
{
    background-color: #BB9E66;
}
#divTop_TopSubNav a:visited
{
    background-color: #BB9E66;
}
#divTop_TopSubNav a:hover
{
    color: #666666;
    font-family: "trebuchet MS", verdana, sans-serif;
    background-color: #BB9E66;
}

#divContent 
{
    color: #000000;
	font-family: "trebuchet MS", verdana, sans-serif;
	
}
#divContent a:link 
{
    color: #BB9E66;
	font-family: "trebuchet MS", verdana, sans-serif;
	font-size:8pt;
	font-weight:bold;
}
#divContent a:visited
{
    color: #BB9E66;
	font-family: "trebuchet MS", verdana, sans-serif;
}
#divContent a:hover
{
    color: #808080;
	font-family: "trebuchet MS", verdana, sans-serif;
}

#divContent_LeftColumn
{
    color: #000000;
	font-family: "trebuchet MS", verdana, sans-serif;
}
#divContent_LeftColumn a:link 
{
    color: #D38900;
    text-decoration: none;
}
#divContent_LeftColumn a:visited
{
    color: #D38900;
    text-decoration: none;
}
#divContent_LeftColumn a:hover
{
    color: #808080;
    text-decoration: underline;
}

#divContent_Bottom a
{
	color: #000000;
	font-family: "trebuchet MS", verdana, sans-serif;

	text-decoration: none;
}
#divContent_Bottom a:link
{
	color: #C06800;
	font-family: "trebuchet MS", verdana, sans-serif;
}
#divContent_Bottom a:visited
{
	color: #C06800;
	font-family: "trebuchet MS", verdana, sans-serif;
}
#divContent_Bottom a:hover
{
	color: #D38900;
	font-family: "trebuchet MS", verdana, sans-serif;
}


/* ----- HR LINES ----- */

.hr1 
{
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    width: 130px;
    height: 10px;
   
    text-align: center;
   
    background-image: url(../images/ln_dotted_leftcolumn.gif);
    background-repeat: no-repeat;
}

.hr2
{
    margin: 0px 5px 10px 5px;
    padding: 10px 0px 0px 0px;
    
	border-top: 0px;
	border-right: 0px;
	border-bottom: solid 1px #D7C8B3;
	border-left: 0px;
	
	clear: both; 
}

.hr3
{
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 0px 0px;
    
	border-top: 0px;
	border-right: 0px;
	border-bottom: solid 1px #CCCCCC;
	border-left: 0px;
	
	clear: both; 
}

.hr4
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
    
	border-top: 0px;
	border-right: 0px;
	border-bottom: dotted 1px #CCCCCC;
	border-left: 0px;
	
	clear: both; 
}


/* ----- LIST ELEMENTS ----- */

ol, ul
{
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
}

li 
{
    color: #000000;
}


/* ----- TABLES ----- */

.tblALeft
{
    text-align: left;
	font-family: "trebuchet MS", verdana, sans-serif;
}

.tblACenter
{
    text-align: center;
	font-family: "trebuchet MS", verdana, sans-serif;
}

.tblARight
{
    text-align: right;
	font-family: "trebuchet MS", verdana, sans-serif;
}

.tblALeftBorder
{
    text-align: right;
    border-left: solid 1px #ECEAE6;
}

.tblARightBorder
{
    text-align: right;
    border-right: solid 1px #ECEAE6;
}

.tblForm
{
    width: 415px;
    
    text-align: left;
    
    border: 0px;
}
.tblForm td
{
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    
    vertical-align: top;
}

.tblResults 
{
    width: 415px;
    
    text-align: left;
    
    border: 0px;
}
.tblResults th
{
    margin: 0px 0px 0px 0px;
    padding: 3px 6px 3px 6px;
    
    background-color: #BB9E66;
    
    color: #FFFFFF;
    font-weight: bold;
    
    vertical-align: top;
}
.tblResults td
{
    margin: 0px 0px 0px 0px;
    padding: 3px 6px 3px 6px;
    
    vertical-align: top;
}

.tblSmallChart
{
    font-size: 10px;
	line-height: 10px;
	
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
.tblSmallChart td
{
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 3px 3px;
}

.tbl_tr_00
{
    background-color: #CEA85F;
}

.tbl_tr_01
{
    background-color: #E8DDC7;
}

.tbl_tr_02
{
    background-color: #DAC49A;
}

.tbl_tr_03
{
    background-color: #ECEAE6;
}

.tblIndex
{
    width: 415px;
    
    text-align: left;
    
    border: 0px;
}
.tblIndex a:link
{
    color: #000000;
	font-family: "trebuchet MS", verdana, sans-serif;
}
.tblIndex a:visited
{
    color: #000000;
	font-family: "trebuchet MS", verdana, sans-serif;
}
.tblIndex a:hover
{
    color: #DAC49A;
	font-family: "trebuchet MS", verdana, sans-serif;
}
.tblIndex th
{
    margin: 0px 0px 0px 0px;
    padding: 3px 6px 3px 6px;
    
    background-color: #BB9E66;
    
    color: #FFFFFF;
    font-weight: bold;
    
    vertical-align: top;
}
.tblIndex td
{
    margin: 0px 0px 0px 0px;
    padding: 3px 6px 3px 6px;
    
    vertical-align: top;
}

.tblIndexBottom
{
    border-top: solid 1px #BB9E66;
}

.tblAnalysisReports
{
    width: 415px;
    
    text-align: left;
    
    border: 0px;
}
.tblAnalysisReports a:link
{
    color: #000000;
}
.tblAnalysisReports a:visited
{
    color: #000000;
}
.tblAnalysisReports a:hover
{
    color: #DAC49A;
}
.tblAnalysisReports th
{
    margin: 0px 0px 0px 0px;
    padding: 3px 6px 3px 6px;
    
    background-color: #BB9E66;
    
    color: #FFFFFF;
    font-weight: bold;
    
    vertical-align: top;
}
.tblAnalysisReports td
{
    margin: 0px 0px 0px 0px;
    padding: 3px 6px 3px 6px;
    
    vertical-align: top;
}

.tblSmallChart2
{
}
.tblSmallChart2 td
{
    margin: 0px 0px 0px 0px;
    padding: 3px 10px 3px 10px;
    
    vertical-align: top;
}


/* ----- BACKGROUNDS ----- */

.bkgrdBeige 
{
    background-color: #DAC49A;
}

.bkgrdLightGrey 
{
    background-color: #ECEAE6;
}


/* ----- TEXT ----- */

h1 
{
    color: #B37400;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h2
{
    color: #595959;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.txtAlignRight
{
    text-align: right;
}

.txtAlignCenter
{
    text-align: center;
}

.txtTiny {
	font-size: 10px;
}

.txtSmall {
	font-size: 11px;
}

.txtBold 
{
    font-weight: bold;
}

.txtOrange 
{
    color: #B37400;
}

.txtLightGrey 
{
    color: #BCBCBC;
}

.txtDarkGrey
{
    color: #595959;
}

.txtDarkGreyBold
{
    color: #595959;
    font-weight: bold;
}

.txtOrangeBold
{
    color: #B37400;
    font-weight: bold;
}

.txtBigQuote 
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
}

.txtBigQuote_Name
{
    color: #000000;
    font-size: 11px;
    line-height: 11px;
}