/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults  */

/* Page background color */
body { background-color: #E4EBED }

/* Table colors */
.TableHeadingColor     { background: #0053A6 } 
.TableSubHeadingColor  { background: #0053A6 } 
.TableRowColor         
{ 
        background: #E4EBED 
	font-family : Tahoma;
	font-size : 12px;
	color : #0053A6;
	font-weight : normal ;
	text-align : justify ;
	font-style : normal ;	
} 

/* Font used in left-hand frame lists */
.FrameTitleFont   
{
	font-family : Tahoma;
	font-size : 18px;
	color : #0053A6;
	font-weight : bold;
	text-align: left;
}
.FrameHeadingFont 
{
	font-family : Tahoma;
	font-size : 15px;
	color : #0473FB;
	font-weight : bold;
	text-align: left;
	font-style : italic ;
}
.FrameItemFont    
{
	font-family : Tahoma;
	font-size : 11px;
	color : #0053A6;
	font-weight : normal ;
	text-align : justify ;
	font-style : normal ;	
}


/* Navigation bar fonts and colors */
.NavBarCell1    
{
	font-family : Tahoma;
	font-size : 11px;
	color : #0053A6;
        background-color:#E4EBED	
	font-weight : normal ;
	text-align : justify ;
	font-style : normal ;	
}
.NavBarCell1Rev 
{ 
	font-family : Tahoma;
	font-size : 11px;
	color : #0053A6;
        background-color:#0473FB;
}
.NavBarFont1 
{
	font-family : Tahoma;
	font-size : 11px;
	color : #0053A6;
	font-weight : bold ;
	text-align : justify ;
	font-style : normal ;	
}
.NavBarFont1Rev 
{
	font-family : Tahoma;
	font-size : 11px;
	color : #0053A6;
	font-weight : normal ;
	text-align : justify ;
	font-style : normal ;	
}

.NavBarCell2 
{
	font-family : Tahoma;
	font-size : 11px;
	color : #0053A6;
	font-weight : normal ;
	text-align : justify ;
	font-style : normal ;	
}

.NavBarCell3  
{
	font-family : Tahoma;
	font-size : 11px;
	color : #0053A6;
	font-weight : normal ;
	text-align : justify ;
	font-style : normal ;	
}


