/*********************************************************** 
    Base HTML Elements  
 ************************************************************/
body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
}

td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

a
{
    color: Purple;
    text-decoration: none;
}

li
{
    list-style-position: outside;
    list-style-type: square;
    margin-left: -24px;
}

a:hover
{
    color: #187FDF;
    text-decoration: none;
}

/*********************************************************** 
    Light Grey Box 
 ************************************************************/

.tableTopRowLeft
{
    background-image: url(box_graphics/table_head_left.gif);
    border-bottom: 1px solid #929090;
    background-repeat: no-repeat;
}
.tableTopRowCenter
{
    background-image: url(box_graphics/table_head_bg.gif);
    border-bottom: 1px solid #929090;
    padding: 8px 0px 6px 0px;
}

.tableTopRowRight
{
    background-image: url(box_graphics/table_head_right.gif);
    border-bottom: 1px solid #929090;
    background-repeat: no-repeat;
}

.tableMiddleRowLeft
{
    border-left: 1px solid #929090;
}


.tableMiddleRowCenter
{
    padding: 8px 0px 8px 0px;
}

.tableMiddleRowRight
{
    border-right: 1px solid #929090;
}
.tableBottomRowLeft
{
background-image: url(box_graphics/table_bottom_left.gif);
background-repeat: no-repeat;
}

.tableBottomRowCenter
{
    border-bottom: 1px solid #929090;
	 line-height: 0px;
	 font-size: 0px;
}
.tableBottom_menu
{
	 line-height: 0px;
	 font-size: 0px;
}
.tableBottomRowRight
{
background-image: url(box_graphics/table_bottom_right.gif);
background-repeat: no-repeat;
}
/*********************************************************** 
    Menu Link
 ************************************************************/
 
.menuLink, a.menuLink, .menuLink:link, .menuLink:active
{
    color: #4B6C8C;
    text-decoration: none;
}
.menuLink:visited
{
    color: #4B6C8C;
    text-decoration: none;
}
.menuLink:hover
{
    color: #000000;
}

#Navigation td
{
    border-bottom: 1px dotted #CECECE;
    padding: 4px 0px 4px 0px;
    font-size: 11px;
}
/*********************************************************** 
    Header Details
 ************************************************************/
.topHeaderBkgd
{
    background-image: url(box_graphics/top_banner_background.jpg);

}

.topNavBkgd
{
    background-image: url(box_graphics/nav_bg.gif);
    border-bottom: 1px solid #929090;
}

.headerFooterLink, a.headerFooterLink, .headerFooterLink:link, .headerFooterLink:active, .headerFooterLink:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666363;
    text-decoration: none;
}
.headerFooterLink:hover
{
    color: #ADB6B6;
}

.page_heading_01
{
    font-size: 12px;
    color: #004177;
    font-weight: bold;
    margin-bottom: 3px;
}

.page_heading_02
{
    font-size: 16px;
    color: White;
    font-weight: bold;
    margin-bottom: -8px;
    padding-left: 14px;
    }
	 
.page_heading_03
{
    font-size: 16px;
    color: #004177;
    font-weight: bold;
    margin-bottom: 3px;
}
.page_heading_03_table
{
	font-size: 16px;
   color: #004177;
   font-weight: bold;
	border-bottom: 1px solid #929090;
   padding: 8px 0px 6px 0px;	
}
#	border-bottom: 1px solid #929090;
#  padding: 8px 0px 6px 0px;	 
	 
td.menu {
	color: #4F4F4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0px;
	text-align: justify;
	line-height: 0px;
}
.table_box{
	border-bottom-width: 1px;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	border-top: 1px solid #696969;
	border: 1px solid #696969;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}
.bottom_line
{
        border-bottom: 1px dotted #929090;
}
.heading_red{
	font-size: 14px;
	font-weight: bold;
	color: Red;
}	 
.rhs_line
{
	border-right: 1px dotted #929090;
	border-right-width: 1px;
	padding-right: 5px;
	}