	/* Style sheet for SDSD Web pages
	Robert Neary, January, 1999 */


BODY  {font-family: Arial, sans-serif;
	font-size	14pt;
	margin-top:	0px;
        	margin-left:	10px;
	background-image:	prudential_background.gif;
	color:		black;
	}

A:link, A:active				/* Links */
        {text-decoration: none;
        color:          #0000ff;
        font-weight:    normal; 
	}
        
A:visited					/* Visited links */
        {text-decoration: none;
        color:         	#800080;
        font-weight: 	normal;
	}
                
A:hover {color:         #ff0000;		/* Hover over Microsoft IE link */
        font-weight:    normal;
	}

TD, TH	
	{font-family: Arial, sans-serif;	/* Table formatting */
	font-size:	10pt;
	}
        
PRE 	{Font-family:	courier, monospace;
    	font-size: 	90%;
	}


.hilite	{padding:	normal;			/* Simulates a yellow Hilighter */
	background-color:	yellow;
	}
	
.blugray
	{color: 	#085aa5;		/* light blue-gray color scheme */
	}

.red	{color:		red;
	}

.pt8	{font-family: Arial, sans-serif;	/* Classes for point sizes */
	font-size:	8pt;
	}

.pt10	{font-family: Arial, sans-serif;
	font-size:	10pt;
	}

.pt12	{font-family: Arial, sans-serif;
	font-size:	12pt;
	}

.pt14	{font-family: Arial, sans-serif;
	font-size:	14pt;
	}

.pt18	{font-family: Arial, sans-serif;
	font-size:	18pt;
	}

.test	{color:		red;
	}
