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


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

A:link, A:active					/* Links */
	{color:		#CC0033;
	font-weight:	normal;
 	}        

A:visited					/* Visited links */
	{color:         	#000066;
	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%;
	}

IMG 	{border:	0;
	}

.hilite	{padding:	normal;		/* Simulates a yellow Hilighter */
	background-color:	yellow;	
	}	

.blugray	
	{color:		#000066;		/* 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;
	}
