/* General settings for the entire site*/
BODY 
	{
	background: #FFFFFF; 
	color: #000000;
	font-size: smaller;
	font-family: "Arial", sans-serif;
	margin: 0px
	}	

BODY.index 
	{
	background: url(graphics/1710.gif); 
	color: #000000;
	font-size: smaller;
	font-family: "Arial", sans-serif;
	margin: 0px
	}	

table.reg
	{
	font-size: smaller;
	}

table.subreg
	{
	font-size: 100%;
	}

table.nav
	{
	color: #F0F0F0;
	font-size: smaller;
	}

td.nav
	{
	background: "#000000"; 
	}

table.deco
	{
	background: url(graphics/deco2506.gif); 
	}

td.content
	{
	background: url(graphics/1710.gif); 
	}

P.features
	{
	font-size: 90%;
	}
.head
	{
	font-family: "Times New Roman", serif; 
	font-weight: bold;
	}

	
/* standard links */
A:link 
	{
	color: #FF0000;
	text-decoration: none;
	}
A:visited 
	{
	color: #B00000;
	text-decoration: none;
	}
A:hover 
	{
	color: #FF0000;
	text-decoration: underline;
	}
A:active 
	{
	color: #FF8000;
	text-decoration: none;
	}


/* navigation links */
A.nav:link 
	{
	color: #D8D8D8;
	text-decoration: none;
	}
A.nav:visited
	{
	color: #B0B0B0;
	text-decoration: none;
	}
A.nav:hover
	{
	color: #FFF8C0;
	text-decoration: underline;
	}
A.nav:active
	{
	color: #FFFFFF;
	text-decoration: none;
	}

/* language links -- visited same as unvisited*/
A.lang:link 
	{
	color: #D8D8D8;
	text-decoration: none;
	}
A.lang:visited
	{
	color: #D8D8D8;
	text-decoration: none;
	}
A.lang:hover
	{
	color: #FFF8C0;
	text-decoration: underline;
	}
A.lang:active 
	{
	color: #FFFFFF;
	text-decoration: underline;
	}

/* Current page -- link same as text */
A.here:link 
	{
	color: #F0F0F0;
	text-decoration: none;
	}
A.here:visited
	{
	color: #F0F0F0;
	text-decoration: none;
	}
A.here:hover
	{
	color: #F0F0F0;
	text-decoration: none;
	}
A.here:active
	{
	color: #F0F0F0;
	text-decoration: none;
	}

/* index page */
A.index:link {color: #F8F6F4}
A.index:visited {color: #F8F6F4}
A.index:hover {color: #FF0000}
A.index:active {color: #FF0000}
