/* Define general formatting for ATN locos */
/* H1 not used */
/* H2 is class heading */
/* H3 is used for things like details heading */

H1, H2, H3, H4 	{
	color:		#800000; 
	font-family:	arial, helvetica;
	}

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


td.head,th.head	{
	background-color: 	#c0c0c0;
	font-weight:		bolder;
	font-size:		large;
	color:			#800000;
}


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




/* Define link properties for menu */

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

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


div.pagemenu {
	float: Right;
	padding:0px 0px 10px 20px;
	z-index:100;
}

div.floatpic {
	float: left;
	padding:0px 10px 5px 0px;
	z-index:90;
}
