/*
-----------------------------------------------
support.sas.com style definitions for pubcat specific styles
author:   renee harper
version:  02JAN2008
----------------------------------------------- */



/* cart and login need to continue to dictate font-family and font-size */
.cart  {
        font-family : Geneva, Arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-style : normal;
        font-weight : bold;
        text-decoration : none;
        color : #FFFFFF;}

.login  {
        font-family : Geneva, Arial, Helvetica, sans-serif;
        font-size : 8pt;
        font-style : normal;
        line-height : normal;
        font-weight : normal;
        color : #003399;}
		  
/* cart and login need to continue to dictate font-family and font-size */



/* styles carried over from previous formatting  */
.pubslabel  {
        font-family : Geneva, Arial, Helvetica, sans-serif;
        font-size : .9em;
        font-style : normal;
        line-height : normal;
        font-weight : bold;
        color : #003399   ;
        text-decoration : none;
}

.pubstitle  {
        font-family : Geneva, Arial, Helvetica, sans-serif;
        font-size :  1.05em;
        font-style : normal;
        line-height : normal;
        font-weight : bold;
        color : #333333;
}
/*  end legacy styles  */


/* styles for blue tabs to remove font tags from HTML  */
a.tabhead:link   	
  { font-family : Geneva, Arial, Helvetica, sans-serif;  
    font-style : normal;
    font-weight : bold;  
    color : #FFFFFF;  
    text-decoration : none; 
    text-align: center; 
}

a.tabhead:visited   { 
        font-family : Geneva, Arial, Helvetica, sans-serif;  
	font-style : normal;
	font-weight : bold;  
	color : #FFFFFF;  
	text-decoration : none; 
	text-align: center; 
}
					 
a.tabhead:hover 	{ 
	font-family: Arial, Helvetica, sans-serif;
	color : #FFFFFF;  
        text-decoration: underline;
        font-weight : bold;  
}
					

a.tabhead2:link		{ 
	font-family : Geneva, Arial, Helvetica, sans-serif;  
	font-style : normal; 
	color : #FFFFFF;  
	text-decoration : none; 
}

a.tabhead2:visited 	{ 
	font-family : Geneva, Arial, Helvetica, sans-serif;  
	font-style : normal; 
	color : #FFFFFF;  
	text-decoration : none; 
}
					 
a.tabhead2:hover 	{ 
	font-family: Arial, Helvetica, sans-serif;
	color : #FFFFFF;  
        text-decoration: underline;
}
