/* CSSExample.css: our example style sheet */
.cmsTableNOB {
    padding: 0px;
    border-width: 0px; 
    border-style: solid; 
    background-color: White;
    font-family: Tahoma, Verdana, Arial; 
    font-size: 9pt;
    font-weight: normal;
    color: Black;                
}
.noPageBreakCell 
{ page-break-inside: avoid; }

.cmsWhiteSpaceNormal {
  white-space: normal;
}

.cmsWhiteSpaceNoWrap {
  white-space: nowrap;
}

.cmsWhiteSpacePre {
  white-space: pre;
}

.cmsTableNOB TH {                     
	border: 0px;
    border-style: solid;
    border-color: Black;
    background-color: Black;  
}
.cmsTableNOB TD {               
    border: 0px solid Black;   
}
.cmsFontRed {
	color: Red;
	font-weight: bold ;
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;	
}
.cmsFontAmber {
	color: Orange;
	font-weight: bold ;
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
}
.cmsFontLightBlue {
	color: DeepSkyBlue;
	font-weight: bold ;
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
}
.cmsFontGreen {
	color: Green;
	font-weight: bold ;
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
}

.cmsFontBold {
    font-weight: bold ;
}

.cmsFontBI {
    font-weight: bold ;
	font-style: italic ;
}
.cmsFontItalic {
    font-weight: normal;
	font-style: italic ;
}
.cmsTableR1 {
    padding: 0px;
	border: 1px solid #000000;
    background-color: #F0DCA1;
    font-family: Tahoma, Verdana, Arial; 
    font-size: 9pt;
    font-weight: normal;
    color: Black;                
}

.cmsTableR1a {
    padding: 0px;
	border: 1px solid #000000;
    background-color: #F0DCA1;
    font-family: Tahoma, Verdana, Arial; 
    font-size: 9pt;
    font-weight: normal;
    color: Black;                
}

.cmsTableR1b {
    padding: 0px;
	border: 1px solid #000000;
    background-color: #EFF08D;
    font-family: Tahoma, Verdana, Arial; 
    font-size: 9pt;
    font-weight: normal;
    color: Black;                
}

.cmsTableR1c {
    padding: 0px;
	border: 1px solid #000000;
    background-color: #CCEDEE;
    font-family: Tahoma, Verdana, Arial; 
    font-size: 9pt;
    font-weight: normal;
    color: Black;                
}

.cmsTableR1d {
    padding: 0px;
	border: 1px solid #000000;
    background-color: #F0E6E8;
    font-family: Tahoma, Verdana, Arial; 
    font-size: 9pt;
    font-weight: normal;
    color: Black;                
}


.cmsTableR2 {
    padding: 0px;
	border: 1px solid #000000;
    font-family: Tahoma, Verdana, Arial; 
    font-size: 9pt;
    font-weight: normal;
    color: Black;                
}


/* end of style sheet */