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


BODY 	{font-family: Arial, sans-serif;
        	font-weight:    		normal;
	margin-top:		0px;
        	margin-left:		0px;
	margin-right		0px;
	}

P	{font-family: Arial, sans-serif;
        	font-weight:    		normal;
	}

B	{font-weight:		bold;
	}
	
A:link, A:active						/* Links */
        	{text-decoration: 	none;
        	color:          		#2d5b5b;
        	font-weight:    		normal; 
	}
        
A:visited						/* Visited links */
        	{text-decoration: 	none;
        	color:         		#b43c3c;
        	font-weight: 		normal;
	}
                
A:hover {color:         		red;		/* Hover over Microsoft IE link */
        	font-weight:    		bold;
	}

TH	{font-family: 		Arial, sans-serif;	/* Table formatting */
	font-size:		10pt;
        	font-weight:    		bold; 
	}

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

H2	{font-family:		Arial, sans-serif;
	font-size:		16pt;
        	font-weight:    		bold; 
	color:			#003366;
	}

H3	{font-family:		Arial, sans-serif;
	font-size:		14pt;
        	font-weight:    		bold;
	color:			#003366;
	}

H4	{font-family:		Arial, sans-serif;
	font-size:		12pt;
        	font-weight:    		bold;
	color:			#003366;
	}

H5	{font-family:		Arial, sans-serif;
	font-size:		10pt;
        	font-weight:    		bold;
	color:			#003366;
	}


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

.red	{color:			red;			/* Bright red color scheme */
	}

.darkred
	{color: 			#b43c3c;		/* dark red color scheme */
	}

.darkgreen
	{color: 			#2d5b5b;		/* dark red color scheme */
	}


.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;
	}

/* END */