body	
    {
	    color: #363a40;
	    font-family: Arial;
	    margin: 0;
	    padding: 0;
	}
/* Image */
img.whiteBorder
	{
	    border: 4px solid white;
	    margin: 0;
	    padding-top: 0px;

	    display:block; /*   Very Important for IE - Images are inline elements, and thus rest on the base-line. 
	                    This is required for images to not display unwanted 3px spacing on the bottom of images on IE. */   
	}
img.floatLeft { /* NEW */
	float: left;
	margin:  0px 7px 5px 0px;
	border: solid 3px #DEDCDC;
}
/* Background Color */	
.gray
    {
        background-color: #EDEDED;
        font-size: inherit !Important;
    }
/* Text & Links*/
a	{
	    color: #447cbd;
	    text-decoration: none;
	}
a:hover
	{
	  text-decoration: underline;
	}	
a.CategoryNavigation:link
{
	font-weight: bold;
	color: #6d6a6a;
}

a.CategoryNavigation:visited
{
	font-weight: bold;
	color: #363a40;
}
a.CategoryNavigation:hover	 /* NEW */
    {
        font-weight: bold;
        color: #447CBD;
    }
    
a.form /* NEW */
    {
        color: #7A0403;   
    } 
a.form:hover /* NEW */
    {
         color: #7A0403;
         text-decoration: underline; 
    } 
/*a.photoa:hover
	{
		text-decoration: none; 
	} */
.content
{
	padding: 0;
	margin: 0;
	font-size: 11px !important;
	line-height: 13px !important;
	width: 639px;
}
.bold
{
	font-weight: bold;
	color: #363a40;
}

.subHeader
{
	font-weight: bold;
	color: Maroon;
}
.innerHeader
{
	font-weight: bold;
	text-transform:uppercase;
	color: #BC6A3C;
}

.titleMain
	{
	    color: #000000;
	    font-size: 16px;
	    font-weight: bold;
	    line-height: 19px; /* Required so that q and g do not get cut off*/
	  
	}
.subtitle
	{
	    color: #AD693D;
	    font-weight: bold;
	    text-transform: uppercase;
	}
/* Relative positioned container*/	
.relative /* MOD */
	{
	    position: relative;
	    top: 7px; /* Existing Html adds 24px so 24 + 7 = 31 */
	    left: 0px;
	    margin: 0px -40px 10px 0px;/* Existing Html adds 40px padding to the right */
	    width: 681px;
	    font-size: 11px !important;
	    line-height: 13px !important;
	    
	}
.relativeMenu
{
	position: relative;
	top: 0px;
	left: 0px;
}	
div.VOTab ol
	{
		margin:  0px 0px 0px -40px;
		border: solid 1px blue;

	}		
div.VOTab ol li
	{
		padding: 0px 0px 0px 0px;
		line-height: 15px;
		list-style-type: none;
	}
div.list ul 
    {
    margin: -3px 0px -1px -40px;
    }	
div.list ul  li
	{
	    list-style-type: none;
        padding: 0px 0px 0px 6px;
        line-height: 15px;
        list-style-position: outside;
        background-image: url(../images/global/gfx_7x5_bullet_dash.gif);
        background-repeat: no-repeat;
        background-position:  -3px .6em;
	}
	
	
	
	div.list_blue ul  li /* NEW */
	{
	    list-style-type: none;
        padding: 0px 0px 0px 6px;
        line-height: 15px;
        list-style-position: outside;
        background-image: url(../images/global/gfx_7x5_bullet_dash_blue.gif);
        background-repeat: no-repeat;
        background-position:  -3px .6em;
	}
	
div.list_blue ul /* NEW */
    {
    margin: -3px 0px -1px -40px;
    }
    
div.list_download ul  li /* NEW */
	{
	    list-style-type: none;
        padding:  0px 0px 0px 25px;
        line-height: 20px;
        list-style-position: outside;
        background-image: url(../images/global/btn_download.gif);
        background-repeat: no-repeat;
        background-position:  0px 0px;
	    
	    margin-top: 0px; /* All browsers except IE adds 15px with ul li to make it 4 (15-4=11)*/
	    margin-bottom: 0px;/* All browsers except IE adds 29 px from the text to the container. (29-17=12) */
	}
	
div.list_download ul /* NEW */
    {
    margin: 0px 0px 0px -30px;
    }

.bodyRelative /* NEW */
	{
	    position: relative; 
	    /* top: -11px; /* MOD -11px; Existing Html pushes*/
	    left: 0px; 
	    margin-bottom: 11px;   
	    width:639px;
	    z-index: 5px;

	}
.cellRelative /* NEW */
	{
	    position: relative; 
	    /* top: -11px; /* MOD -11px; Existing Html pushes*/
	    left: 0px; 
	    margin-bottom: 0px;   
	    width:151px;
	    z-index: 5px;

	}

/* Table */
.tblFont
{
    font-size: 11px; /* tables do not inherit div font properties */
}
.tblFontBodyNavigation
{
    font-size: 11px; /* tables do not inherit div font properties */
    color: #6D6A6A;
}
.tblWidth10
    {
        width: 10px;   
    }  
.tblWidth16
    {
        width: 16px;   
    }  
       
.tblWidth25 /* NEW */
    {
        width: 25px;
      
    }  
.tblHdr
    {  
        background-color: #E6F0EF;
        color: #6D7272;
        font-weight: bold;
        vertical-align: top;
    }
.tblHdrA3A1A1
    {  
        background-color: #A3A1A1;
        color: #FFFFFF;
        font-weight: bold;
    }

.tblRowAlt
    {
        background-color: #F4F2F2; 	
    }  
.tblRowFirst
    {
        border-color: #A3BFCD;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
    } 
.tblHdrCellFirst
    {  
        background-color: #E6F0EF;
        border-color: #A3BFCD;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
        color: #6D7272;
        font-weight: bold;
        vertical-align: top;
		padding-left: 5px;
    }
.tblHdrCell
    {  
        background-color: #E6F0EF;
        border-color: #A3BFCD;
		border-style: solid;
		border-width: 1px 1px 1px 0px;
        color: #6D7272;
        font-weight: bold;
        vertical-align: top;
		padding-left: 5px;
    }
.tblHdrCellFirstAdjacent
    {  
        background-color: #E6F0EF;
        border-color: #A3BFCD;
		border-style: solid;
		border-width: 0px 1px 1px 1px;
        color: #6D7272;
        font-weight: bold;
        vertical-align: top;
		padding-left: 5px;
    }
.tblHdrCellAdjacent
    {  
        background-color: #E6F0EF;
        border-color: #A3BFCD;
		border-style: solid;
		border-width: 0px 1px 1px 0px;
        color: #6D7272;
        font-weight: bold;
        vertical-align: top;
		padding-left: 5px;
    }
.tblSubHdrCellFirst
    {  
        background-color: #EDEDED;
        border-color: #A3BFCD;
		border-style: solid;
		border-width: 0px 1px 1px 1px;
        color: #6D7272;
        font-weight: bold;
        vertical-align: top;
		padding-left: 5px;
    }
.tblSubHdrCell
    {  
        background-color: #EDEDED;
        border-color: #A3BFCD;
		border-style: solid;
		border-width: 0px 1px 1px 0px;
        color: #6D7272;
        font-weight: bold;
        vertical-align: top;
		padding-left: 5px;
    }
.tblCellFirst
    {
        border-color: #A3BFCD;
		border-style: solid;
		border-width: 0px 1px 1px 1px;
		padding-left: 5px;
    } 
.tblCell
    {
        border-color: #A3BFCD;
		border-style: solid;
		border-width: 0px 1px 1px 0px;
		padding-left: 5px;
    } 
.tblCellHorizontalLine
    {
        border-color: #D7D4D4;
		border-style: solid;
		border-width: 1px 0px 0px 0px;
    } 
.tblCellHorizontalLineLast
    {
        border-color: #D7D4D4;
		border-style: solid;
		border-width: 1px 0px 1px 0px;
    } 
.tblCellHorizontalLineLeft
    {
        border-color: #D7D4D4;
		border-style: solid;
		border-width: 1px 0px 0px 0px;
		color: #BC6A3C;
    } 
.tblCellHorizontalLineLeftLast
    {
        border-color: #D7D4D4;
		border-style: solid;
		border-width: 1px 0px 1px 0px;
		color: #BC6A3C;
    } 

.tblCellFirst
    {
        border-color: #A3BFCD;
		border-style: solid;
		border-width: 0px 1px 1px 1px;
    } 
.tblCell
    {
        border-color: #A3BFCD;
		border-style: solid;
		border-width: 0px 1px 1px 0px;
    } 
.tblCellFirstA3A1A1
    {
        border-color: #A3A1A1;
		border-style: solid;
		border-width: 0px 1px 1px 1px;
    } 
.tblCellA3A1A1
    {
        border-color: #A3A1A1;
		border-style: solid;
		border-width: 0px 1px 1px 0px;
    } 
.tblCellChartLeft
    {
        border-color: #D7D4D4;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		color: #919191;
    } 
.tblCellChart
    {
        border-color: #D7D4D4;
		border-style: solid;
		border-width: 0px 1px 1px 0px;
    } 
.tblCellChartAlt
    {
        border-color: #D7D4D4;
		border-style: solid;
		border-width: 0px 1px 1px 0px;
		background-color: #F4F2F2;
    } 
    
/* Rounded Table*/ /* NEW */

        .roundedMod 
            {
                position: relative;
                top: 0;
                left: 0;
			    width: 642px;
				background: url(../images/global/rounded_graydark_mid.gif) repeat-y top left;
				
            }
                .roundedMod_top 
				{
				    width: 642px;
				    height: 6px;
				    background: url(../images/global/rounded_graydark_top.gif) no-repeat top left;
				   
				}
				.roundedMod_mid 
				{
				    width: 642px;
				}
				.roundedMod_btm
				{
				    width: 642px;
				    height: 6px;
				    background: url(../images/global/rounded_graydark_bottom.gif) no-repeat bottom left;
				
				}
/* NewMod */
        .cellroundedMod 
            {
                position: relative;
                top: 0;
                left: 0;
			    width: 151px;
				background: url(../images/global/rounded_graydark_mid.gif) repeat-y top left;
				
            }
                .cellroundedMod_top 
				{
				    width: 151px;
				    height: 6px;
				    background: url(../images/global/rounded_graydark_top.gif) no-repeat top left;
				   
				}
				.cellroundedMod_mid 
				{
				    width: 151px;
				}
				.cellroundedMod_btm
				{
				    width: 151px;
				    height: 6px;
				    background: url(../images/global/rounded_graydark_bottom.gif) no-repeat bottom left;
				
				}

/* Padding */	
.padding14x17x14x17
	{
	padding: 14px 17px 14px 17px; /* Visually the padding is 17px but text adds 3px to the top so 17-3= 14px for top only*/
	}
.padding0x18x0x18
	{
	padding: 0px 18px 0px 18px; /* Visually the padding is 17px but text adds 3px to the top so 17-3= 14px for top only*/
	}
.padding14x17x17x17
	{
	padding: 14px 17px 17px 17px; /* Visually the padding is 17px but text adds 3px to the top so 17-3= 14px for top only*/
	}
	
.padding8x17x11x17 /* NEW */ /* Use with rounded border -6px for top and bottom*/
	{
	padding: 9px 18px 12px 18px; /* Visually the padding is 17px*/
	
	}

.padding12x16x12x18 /* NEW */ /* Use with rounded border -6px for top and bottom*/
	{
	padding: 12px 16px 12px 18px; /* Visually the padding is 17px*/
	
	}
.paddingLeft16
{
	padding-left:16px;
}	

/* Margin */
.marginMinusUlLi
	{
	    margin-top: -11px; /* All browsers except IE adds 15px with ul li to make it 4 (15-4=11)*/
	    margin-bottom: -12px;/* All browsers except IE adds 29 px from the text to the container. (29-17=12) */
	}
.marginMinusBottom11
{
		margin-bottom: -11px;
}
.marginMinusBottom12
{
		margin-bottom: -12px;
}

.marginMinusLeft17
{
		margin-left: -17px;
}

.marginMinusTopList5
{
		margin-top: -5px;
}

.marginMinusTop39
{
        margin-top: -39px; /* All browsers add 22px spacing on the top */  
} 

.marginMinusTop22
{
        margin-top: -22px; /* All browsers add 22px spacing on the top */  
} 

.marginMinusTop4
{
        margin-top: -4px; /* All browsers add 22px spacing on the top */ 
} 
.marginMinusTop5
{
        margin-top: -5px; /* All browsers add 22px spacing on the top */ 
}
.marginMinusTop10
{
        margin-top: -10px; /* All browsers add 22px spacing on the top */ 
}
.marginMinusTop1
{
        margin-top: -1px; /* All browsers add 22px spacing on the top */  
} 
.marginMinusTop3
{
        margin-top: -3px; /* All browsers add 22px spacing on the top */  
} 

@media screen and (-webkit-min-device-pixel-ratio:0) /* Safari 3 and Opera Hack */
    {
	.marginMinusTop22
	  {
	        margin-top: -37px; /* All browsers add 22px spacing on the top */  
	    }  
    }	
.marginMinusTop11  
{
	margin-top: -11px;

}
.marginMinusTop13  
{
	margin-top: -7px;

}
.relativeMinusLocation
{		margin-top: 0;
		margin-bottom: 0;
		
}
@media screen and (-webkit-min-device-pixel-ratio:0) /* Safari 3 and Opera Hack */
    {
		.relativeMinusLocation
		{	margin-top: -36px;
			margin-bottom: 0;
		}
}
.marginMinusTitleMain /* All browsers except IE add 1px spacing to left and bottom but cannot modify margin-bottom or q and g will cut off*/
    {/* MOD */
        margin-left: 0px;
        margin-bottom: 0px;
    }
.marginLeft10
{
    margin-left: 10px;
}
/* Spacers */
.spacer1
	{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 1px;
	width: 1px;
	font-size: 1px;
	}
.spacer2
	{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 2px;
	width: 1px;
	}
.spacer3
	{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 3px;
	width: 1px;
	}
.spacerInner
	{
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 7px;
	padding: 0;
	height: 0px;
	width: 1px;
	}
.spacer4
	{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 4px;
	width: 1px;
	}
.spacer5
	{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 5px;
	width: 1px;
	}
.spacer6
	{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 6px;
	width: 1px;
	}
.spacer7
	{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 7px;
	width: 1px;
	}
.spacer9
	{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 9px;
	width: 1px;
	}
.spacer10
	{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 10px;
	width: 1px;
	}
.spacer20
	{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 1px;
	}

.spacer3to1
	{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	height: 3px;
	width: 1px;
	font-size: 1px;
	}

/* Spacers decorative */
.spacerDotHorizontal
	{
	margin: 0;
	padding: 0;
	height: 15px;
	width: 641px;
	/*background: url(../images/global/dots_horizontal.gif) no-repeat top left;*/
	}
/* Dividers decorative */
.dividerExpand
	{
	width:1px;  
	background: url(../images/global/gray_line_vertical.gif);  
	}
.gray_dot /* Imporant for page with first tab selected */
{
    position: absolute;
    top:185px;
    left: 0px;
    height: 1px;
    width:1px; 
    background: url(../images/global/gray_dot.gif) no-repeat top left;
}
td.small 
{
	font-size:11px;
}
/* line decorative */
.singleHorizontal
{
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	height: 1px;
	width: 605px;
	background: url(../images/global/single.gif) no-repeat top left;
	}
.doubleHorizontal
{
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	height: 3px;
	width: 605px;
	background: url(../images/global/double.gif) no-repeat top left;
	}
	
.cell_row_border {
	padding: 3px 10px 3px 10px;					
	border-bottom: dotted 1px #A3BFCD;
	border-right: solid 1px #A3BFCD;
	text-align: left;
	font-size: 12px;
	color: #BC6A3C;
	font-weight: bold;
	text-transform: uppercase;	
	vertical-align: top;				
	}
.cell_row_border2 {
	padding: 3px 10px 3px 10px;					
	border-bottom: dotted 1px #A3BFCD;
	text-align: left;	
	font-size: 11px;			
	}
.cell_row_border_last {
	padding: 3px 10px 3px 10px;					
	border-right: solid 1px #A3BFCD;
	text-align: left;
	font-size: 12px;
	color: #BC6A3C;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;							
	}
.cell_row_border2_last {
	padding: 3px 10px 3px 10px;					
	text-align: left;	
	font-size: 11px;			
	}		

/* NEW TAB STYLE */
/* Tab */
.shadeTabBackground /* MOD2 NEW */
   { 
        z-index: 0;/* MOD2 NEW */
        border: 1px solid gray;
        position:  relative;
	    top: -33px;
	    left: 0px;
	    width:639px;
	    height: 20px;
	    background: white url(../images/global/shade.gif) top left repeat-x;
	   
    } 
@media screen and (-webkit-min-device-pixel-ratio:0) /* PC Safari 3 and Opera Hack */
{ /*MOD2 NEW */
.shadeTabBackground 
    { 
        z-index: 0;
        border-top: 1px solid gray;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        border-bottom: none;
        position:  relative;
	    top: -31.5px;
	    left: 0px;
	    width:639px;
	    height: 20px;
	    background: white url(../images/global/shade.gif) top left repeat-x;
    }
} 
.shadeTab
{
        z-index: 1;/* MOD2 NEW */
	    position:  relative;
	    top: 0px;
	    left: 0px;
	    border-bottom: 1px solid gray;
	    margin-bottom: 1em;
	    width:641px;
	}
.shadeTab ul
	{
	    font: 11px Arial;
	    list-style-type: none;
	    text-align: left;
	    padding: 3px 0px;
	    margin-left: 0px;
	    margin-top: 1px;
	    margin-bottom: 0px; 
	}
.shadeTab li
	{
	    display: inline;
	    margin: 0;
	}
.shadeTab li a
	{
	    border: 1px solid #778;
	    color: #2d2b2b;
	    text-decoration: none;
	    padding: 3px 7px;
	    margin-right: -4px;
	    background: white url(../images/global/shade.gif) top left repeat-x;
	}
.shadeTab li a:visited
	{
	    color: #2d2b2b;
	}
.shadeTab li a:hover
	{
	   color: #2d2b2b;
	   text-decoration: underline;
	}
.shadeTab li.selected
	{
	    position: relative;
	    font-weight: bold;
	    top: 0px;
	}
.shadeTab li.selected a
	{
	    background-image: url(../images/global/shadeactive.gif);
	    border-bottom-color: white;
	}
.shadeTab li.selected a:hover
	{ 
	    text-decoration: none;
	}
.tabBodyRelative
	{
	    position: relative; 
	    top: -39px; /* MOD2 NEW add 5*/
	    left: 0px; 
	    padding-bottom: 0px;/* MOD2 NEW */
	    border-bottom: 1px solid gray;
	    border-left: 1px solid gray;
	    border-right: 1px solid gray;
	    margin-bottom: -39px;
	    width:639px;
	    z-index: 5;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) /* Safari 3 and Opera Hack */
	{/* MOD2 NEW */
	.tabBodyRelative 
		{  
	    	position: relative; 
	    	top: -36px; 
	    	left: 0px; 
	    	padding-bottom: 0px;/* MOD2 NEW */
	    	border-top: solid 1px white; /* Safari 3 and Opera need this */
	    	border-bottom: 1px solid gray;
	    	border-left: 1px solid gray;
	    	border-right: 1px solid gray;
	    	margin-bottom: 0px;
	    	width:639px;
	    	z-index: 5px;
	    	
	    }
	}
.padding14x17x17x17
	{
	padding: 14px 17px 17px 17px; /* Visually the padding is 17px but text adds 3px to the top so 17-3= 14px for top only*/
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) /* Safari 3 and Opera Hack */
    	{
    		.padding14x17x17x17
	    {
	    padding: 13px 17px 17px 17px; /* Visually the padding is 17px but text adds 3px to the top so 17-3= 14px for top only*/
	    border-top: solid 1px white; /* Safari 3 and Opera need this */
	    }  
    
	}

.relativeMenu
{
	position: relative;
	top: -1px;
	left: 0px;
}
.imageCount
{
	padding: 6px 0px 6px 0px;
	font-size: 11px;
}
.imageContent
{
	padding: 0px 0px 6px 0px;
}
.photoImages
{
	padding-top: 29px;
}

.roundGray_top 
{
	width: 478px;
	height: 6px;
	background: url(../../common/ImagesV3/global/rounded_gray_top_imageGallery.gif) no-repeat top left;
	
}
.roundGray_mid 
{
	width: 478px;
	background: url(../../common/ImagesV3/global/rounded_gray_mid_imageGallery.gif) repeat top left;
}
.roundGray_btm
{
	width: 478px;
	height: 6px;
	background: url(../../common/ImagesV3/global/rounded_gray_bot_imageGallery.gif) no-repeat bottom left;
}

.chapterHeader
{
	font-size: 11px;
	font-weight: bold;
	color: #865E4D;
}

.tblMainNoneOverflow
{
    font-size: 11px; /* tables do not inherit div font properties */
    width: 605px;
    margin-bottom: -9px;
} 
.tblIndexCellHdr
{
	border-color: #A3BFCD;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 4px 9px 4px 9px;
}
.tblIndexCellLeft
{
	border-color: #A3BFCD;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	padding: 4px 9px 4px 9px;
	vertical-align:top;
}
.tblIndexCellRight
{
	padding: 4px 9px 4px 9px;
    border-color: #A3BFCD;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	vertical-align:top;
}
.tblIndexCellMid
{
	padding: 4px 9px 4px 9px;
    border-color: #A3BFCD;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	vertical-align:top;
}
.tblIndexCellRightParent
{
	padding: 4px 9px 4px 9px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
    border-color: #A3BFCD;
    border-bottom-style: dotted;
    border-bottom-color: #C5C3C3;
    vertical-align:top;
}
.tblIndexCellMidParent
{
	padding: 4px 9px 4px 9px;
    border-color: #A3BFCD;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-bottom-style: dotted;
    border-bottom-color: #C5C3C3;
    vertical-align:top;
}
.tblIndexCellLeftParent
{
	padding: 4px 9px 4px 9px;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
    border-color: #A3BFCD;
    border-bottom-style: dotted;
	border-bottom-color: #C5C3C3;
	vertical-align:top;
}
.tblIndexCellLeftSubParent
{
	border-color: #A3BFCD;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	padding: 4px 9px 4px 24px;
    border-bottom-style: dotted;
	border-bottom-color: #C5C3C3;
	vertical-align:top;
}
.tblIndexCellMidSubParent
{
	padding: 4px 9px 4px 9px;
    border-color: #A3BFCD;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-bottom-style: dotted;
    border-bottom-color: #C5C3C3;
    vertical-align:top;
}
.tblIndexCellRightSubParent
{
	padding: 4px 9px 4px 9px;
    border-color: #A3BFCD;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
    border-bottom-style: dotted;
	border-bottom-color: #C5C3C3;
	vertical-align:top;
}
.tblIndexCellLeftSubLast
{
	border-color: #A3BFCD;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	padding: 4px 9px 4px 24px;
	vertical-align:top;
}
.tblIndexCellMidSubLast
{
	padding: 4px 9px 4px 9px;
    border-color: #A3BFCD;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	vertical-align:top;
}
.tblIndexCellRightSubLast
{
	padding: 4px 9px 4px 9px;
    border-color: #A3BFCD;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	vertical-align:top;
}
.indentText
{
	padding-left: 27px;
	margin-top: -13px;
}
div.indentList ul 
{
	margin: 4px 40px 4px -10px;
}	
div.indentList ul  li
{
	text-indent: 0px;
	list-style-type: none;
    line-height: 16px;
    list-style-position: outside;
    background-image: url(../images/global/gfx_7x5_bullet_circle.gif);
    background-repeat: no-repeat;
    background-position:  0px .55em;
	padding: 0px 0px 0px 12px;
	margin-left: 20px;
}

div.indentOrderList ol 
{
	margin: 0px 5px 0px -22px;
}	
div.indentOrderList ol  li
{
	text-indent: 0px;
	list-style-type:decimal;
    line-height: 14px;
    list-style-position:outside;
    padding-top:4px;
}

.customList
{
	left: 15px;
	margin-top: -14px;
	position: relative;
}



/* 
	For the Glossary
*/

.horizontalGrayLineGlossary
{
	padding: 0;
	height: 10px;
	width: 605px;
	background: url(../../../common/ImagesV3/global/scrollbar_top_line.gif) no-repeat top left;
}
.glossaryRowMargin
{
	margin-bottom: -50px;
}
.glossaryDefinition
{
    border: 1px solid #F1EFF1;
    background-color: #FCF9EB;
    font-size: 11px;
    color: #62493B;
    display: none;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;	
}

.glossaryWord
{
	font-weight: bold;
	text-transform: uppercase;
}
sup
{
	font-size:10px;
	line-height: 15px;
	position: relative;
}

/* 
	End For the Glossary
*/

