/*****************************************************
 *	Class based styles for index.html
 */

/*	Block elements 		*/
 
BODY.index	{
	background-color: 	white;
	color:			black;
}

DIV.subtoc     	{
      	padding: 	1em; 
       	border: 	solid thin;
       	margin: 	1em 2.5%;
	}

P.aclug		{
	font:	 	xx-large Arial, Helvetica, sans-serif;
       	text-align: 	center;
	}

DIV.greentext	{
	font: 		1.5em serif;
	text-align: 	center;
	color: 		rgb(51,153,00);
	}

/*	Inline elements 	*/


IMG.sr650		{
	border-style: 	outset;
	}
 
H2.index	{
	color: 		maroon;
	font-family:	Arial, Helvetica, sans-serif;
	}

DIV.subtoc UL.caption	{
	list-style: 	none;
	}

DIV.subtoc TD	{
	vertical-align:		top;
	background-image: 	none;
	}
       	
