@import url("pres_style.css");


TABLE.nav TD  {
	border-style:		outset 2px gray;
	background-color:	#c0c0c0;
	border:			thin outset;
	padding:		0;
	vertical-align:		middle;
	text-align:		center;
	font-family:		arial, helvetica;
}

TABLE.nav TD.tmphead	{
	background-color: 	#FFFFCC;
	font-size:		normal;
	font-weight:		bold;
	color:			#80000;
	text-align:		center;
}
TABLE.nav TD.head {
	background-color: 	#666666;
	font-size:		smaller;
	font-weight:		bold;
	color:			white;
	text-align:		center;
}
TABLE.nav TD.item {
	color:			#800000;
	font-weight:		bolder;
	font-size:		smaller;
	text-align:		center;
}


/* Define link properties for menu */

.nav A:hover { 
	color:			red;
	text-decoration:	none;
}	

.nav A:link { 
	color:			#800000;
	text-decoration:	none;
}
.nav A:active {
	color:			yellow;
	text-decoration:	none;
}
.nav A:visited { 
	color:			#000080; 
	text-decoration:	none;
}



B, strong {
	color:		#C000C0; 
	font-family:	arial, helvetica;
}

