/* Body */
	Body	{font-family: Arial, Sans-Serif; 
		 font-weight: bold;
		 font-size: 10pt;
		 color: #483D8B;
		 background-image: url(indtextb.jpg);
		 background-repeat: repeat;
		 scrollbar-base-color: #FFFAF0;
		 scrollbar-arrow-color: #483D8B;
		 scrollbar-DarkShadow-Color: #483D8B;
		 }

	
/* Text */
	.large	{font-size:12pt;}

	.small	{font-size:10pt;}

	.extra	{font-size:18pt;}

	h1	{font-size:20pt;
		 color: #00008B;
		 font-weight: bold;
		 }

	h2	{font-size:16pt;
		 color: #00008B;
		 font-weight: bold;
		 text-align: left;
		 }

	.title {color: #008800;}

	p.error	{font-size: 16pt;
		 color: #FF0000;
		 font-weight: bold;
		 }

	font.reg {font-family: serif;
		 font-size: 10pt;
		 color: #483D8B;
		 }

/* Background Colors */
	td.link	{border-style: outset;
		 border-color: #00008B;
		 text-align: center;
		 width: 180;
		 }

/* Link Colors */
	a:link		{color: blue;
			 text-decoration: none;
			 font-size: 9pt;
			 }

	a:visited	{color: #00008B;
			 text-decoration: none;
			 font-size: 9pt;
			 }

	a:hover		{color: #000000;
			 text-decoration: none;
			 font-style: italic;
			 font-size: 10pt;
			 }

/* Images */


/* Tables */
    .Table
    {
        display: table;
    }
    .TblTitle
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
    .TblHead
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .TblRow
    {
        display: table-row;
    }
    .TblCell
    {
        display: table-cell;
        border: solid;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
    }