/* the whole document */
body 
    { 
	background-color: 		FFFFFF;
	margin:					0;
	margin-top:				0;
	margin-bottom:			15;
	margin-left:			0;
	margin-right:			0;
    color:                  #333333;
	}

/* all table cells and paragraphs, unless another style is applied */
td,p 	
    { 
	font-size: 				12px;	
	color: 					#333333;
	font-family: 			verdana,arial,helvetica,sans-serif;
	}
    
/* page footer */    
	.footer 
    {
	font-size: 				10px; 
	color:					#999999;
	font-family: 			verdana,arial,helvetica,sans-serif;
	}

/* font type for the input field in the search form */
	.monospace	
    {
	font-family: 			Courier, monospace;
	}

/* left navigation link */    
a.sidenav 
    {
	text-decoration:			none;
    color:                      #0030CE;      
	}

/* left navigation link - hover */       
a.sidenav:hover 
    {
	text-decoration:			underline;
    color:                      #0030CE;      
	}    

/* left navigation link - visited */     
a.sidenav:visited
    {
    color:                      #0030CE;
	} 

/* left navigation - current item */    
    .sidenavactive 
    {
    font-size:                  12px;
    font-weight:                700;
	}     

/* left navigation sub menu link */    
a.sidenav2 
    {
	text-decoration:			none;
    font-size:                  11px;
    margin-left:                 20px;
    color:                      #0030CE;      
	}

/* left navigation sub menu link - hover */        
a.sidenav2:hover 
    {
	text-decoration:			underline;
    font-size:                  11px;
    color:                      #0030CE;      
	} 

/* left navigation sub menu link - visited */    
a.sidenav2:visited
    {
    color:                      #0030CE;      
	}     

/* left navigation sub menu link - current item */    
    .sidenav2active 
    {
    font-size:                  11px;
    font-weight:                700;
    margin-left:                20px;
	}

/* link to the top of the page */    
    .toplink   
    {
    font-size:              10;
    text-align:             right;
    }    

/* heading 1     */
h1	{
	font-size:				14px;
	font-family: 			verdana,arial,helvetica,sans-serif;
	font-weight:			700;
    color:                  #0B6BAB;
	}

/* heading in the box on the home page */    
    .homeboxheader  
    {
    font-size:              11;
    color:                  002A61;
    font-weight:            700;  
    }    

/* yellow title box on the home page */
td.homeboxtitle   
    {
    text-align:              center;
    font-size:              12;
    background-color:       FFCC00;
    font-weight:            700;
    padding-bottom:         4;
    padding-top:            4;    
    }
    
/* used on the Delivery Options page for the table subtitles */    
h3
    {
    font-size:              11;
    font-weight:            700;
    margin-bottom:          0;
    }

/* text within tables - smaller font */    
    .tabletext
    {
    font-size:              11px;
    }    

/* text within tables - smaller font, bold */      
    .tabletext2
    {
    font-size:              11px;
    font-weight:            700;
    }        

/* the header above the navigation on the left - the current main menu item */
    .sideheader  
    {
	font-size:				14px;
	font-weight:			700;
    color:                  #0B6BAB; */
    }      

/* the header above the main text - the current side navigation item */
    .sidenavsubheader  
    {
	font-size:				14px;
	font-weight:			700;
    }

/* smaller font 1 */    
    .textsmall1
    {
    font-size:                  11px;
    }

/* smaller font 2 */       
    .textsmall2
    {
    font-size:              10px;
    }

/* list style 1 */     
ul.liststyle1
    {
    margin-top:             2;
    margin-bottom:          10;
    }

/* list style 2 */
ul.liststyle2
    {
    margin-top:             -8;
    margin-bottom:          20;
    }     
        
/* list item style 1 */    
li.tablelist1
     {
     font-size:             11px;
     margin-left:           -20;
     margin-bottom:         5;
     }  

/* list item style 2 */   
li.tablelist2
    {
     font-size:             11px;
     margin-left:           -15;
     margin-bottom:         0;
     margin-top:            0;    
    }     

/* list item on the home page */    
li.homelist
    {
     font-size:             10px;
     margin-left:           -20;
     margin-bottom:         1;
    } 
    
/* regular list item with smaller left margin */    
li.regular2
    {
     margin-left:           -24;
    }     
   
/* table cell style 1 */
td.cell1
    {
    border-bottom:          1px solid;
    border-color:           #666666;
    } 

/* table cell style 2 */                 
td.cell2
    {
    border-bottom:          1px solid;
    border-bottom-color:    #666666;
    font-size:              11;
    border-right:           1px solid;
    border-right-color:     #666666;
    } 

/* table header style 2 */      
th.cell2
    {
    border-bottom:          1px solid;
    border-bottom-color:    #666666;
    font-size:              11;
    border-right:           1px solid;
    border-right-color:     #666666;
    }     

/* table cell style 3 */    
td.cell3
    {
    border-bottom:          1px solid;
    border-bottom-color:    #666666;
    font-size:              10;
    border-right:           1px solid;
    border-right-color:     #666666;
    }  

/* table cell style 4 */     
td.cell4
    {
    border-bottom:          1px solid;
    border-bottom-color:    #666666;
    font-size:              11;
    border-right:           1px solid;
    border-right-color:     #666666;
    }   

/* table header style 2 */  
th.cell4
    {
    border-bottom:          1px solid;
    border-bottom-color:    #666666;
    font-size:              11;
    border-right:           1px solid;
    border-right-color:     #666666;
    } 
    
/* table cell style 5 */    
td.cell5
    {
    border-bottom:          1px solid;
    border-bottom-color:    #FFFFFF;
    font-size:              11;
    border-right:           1px solid;
    border-right-color:     #FFFFFF;
    }         

/* table cell with blue background and white font */    
td.bluebg
    {
    background-color: 		#0B6BAB;
    color:                  #FFFFFF;
    font-weight:            700;
    text-align:             center;
    }  

/* table cell with no borders */    
td.noborder
    {
    border-right:           none;
    border-left:            none;
    border-bottom:          1px solid;
    font-size:              10;    
    }         

/* table style 1 */
table.table1
    {
    background-color:       #CECFFF;
    border:                 1px solid;
    border-color:           #FFFFFF;
    border-collapse:        collapse;    
    } 

/* table style 2 */    
table.table2
    {
    border:                 1px solid;
    border-color:           #666666;
    border-collapse:        collapse;    
    }    

/* center examples style on the centers page */    
    .centerexamples
    {
    padding-left:            30;
    }

/* principles style on the principles page */    
    .principles
    {
    font-weight:            700;
    color:                  #0B6BAB;
    }

/* ordered list style - alphabetical */
ol.alpha
    {
    list-style-type:        lower-alpha;
    }
    
/* table header style 1 */      
th.header1
    { 
	font-size: 				12px;	
	color: 					#666666;
	font-family: 			verdana,arial,helvetica,sans-serif;
	}
    
/* font bigger than regular and bold*/
    .bigger
    {
    font-size:              14px;
    font-weight:            700;
    }        

/* forms on the home page */    
form.homeform
    {
    margin-top:             0;
    margin-bottom:          5;
    }    
    
/* black font */
    {
    color:                  #000000;
    }    