a:link { color: rgb(102,0,51); }
a:visited { color: rgb(102,0,51); }
a:active { color: rgb(153,153,0); }

table
{ 
        table-border-color-light: rgb(204,153,255); 
        table-border-color-dark: rgb(102,0,102);
}

body
{
        background-color: rgb(255,255,255);
}



.navbar		{	font-family: Book Antiqua, Times New Roman, Times; 
			color: rgb(102,0,51);
			font-size: 15px;
			cursor: hand;
		}

.navbaractive	{	font-family: Book Antiqua, Times New Roman, Times;
			color: #003;
			background-color: #999999;
			font-size: 15px;
		}

.navbarspc	{
			font-family: Book Antiqua, Times New Roman, Times;
			color: rgb(102,0,51);
			font-size: 15px;
		}

.mainpgtext	{
			font-family: Book Antiqua, Times New Roman, Times;
			color: rgb(0,0,0);
			font-size: 13px;
		}

.contactinfo	{
			font-family: Times New Roman, Times;
			color: rgb(102,0,152);
			font-size: 14px;
		}

.authorinfo	{
			font-family: Arial, Helvetica, sans-serif;
			color: rgb(0,0,0);
			font-weight: bold;
			font-size: 14px;
		}

.quote		{
			font-family: Arial, Helvetica, sans-serif;
			color: rgb(0,0,0);
			font-style: oblique;
			font-size: 12px;
		}

.quoteattrib	{
			font-family: Arial, Helvetica, sans-serif;
			color: rgb(0,0,0);
			font-size: 10px;
		}

.pubinfo	{	font-family: Arial, Helvetica, sans-serif;
			color: rgb(0,0,0);
			font-weight: bold;
			font-size: 11px;
		}

.head		{
			font-family: Book Antiqua, Times New Roman, Times;
			color: rgb(0,0,0);
			font-weight: bold;
			font-size: 24px;
			line-height: 28px;
		}

.subhead	{
			font-family: Book Antiqua, Times New Roman, Times;
			color: rgb(0,0,0);
			font-weight: bold;
			font-style: italic;
			font-size: 21px;
			line-height: 24px;
		}

.secthead	{
			font-family: Verdana, Arial, sans-serif;
			color: rgb(0,0,0);
			font-size: 16px;
			line-height: 20px;
		}

.text		{
			font-family: Book Antiqua, Times New Roman, Times;
			color: rgb(0,0,0);
			font-size: 14px;
}

.copyright		{
			font-family: Arial, Helvetica, sans-serif;
			color: rgb(0,0,0);
			font-size: 9px;
			font-style: italic;
}