@charset "utf-8";
body  {
font: 100% 'Arial Narrow', Arial, Helvetica, sans-serif;
background: #93A0AD;
margin: 0; 
padding: 0;
color: #000000;
}

td, th {
	color: #000000;
	font-family: 'Arial Narrow';

}

td.info {
	font-family: 'Arial Narrow';
	color: #000000;
	font-weight: bold;
	font-size: .9em;

}


h1.white {
	font-family: 'Arial Narrow';
	font-weight: narrow;
	color: #ffffff;
	font-size: 4em;
}

h1.rust {
	font-family: 'Arial Narrow';
	font-weight: bold;
	color: #800000;
	font-size: 1.7em;
}

h2 {
	font-family: 'Arial Narrow';
	font-weight: bold;
	color: #800000;
	font-size: 1.6em;}

h3, h4 {
	font-weight: bold;
	color: #800000;
}

h5, h6 {
	font-weight: bold;
	color: #000080;
}

a {
	font-weight: normal;
	color: #008080;
	font-size: 1em;
	text-decoration: none;
	outline: none;
}

a:hover {
	font-weight: normal;
	color: #404000;
	font-size: 1em;
	text-decoration: none;
	outline: none;
}


a.nav {
	font-weight: normal;
	color: #008080;
	font-size: 1.3em;
	text-decoration: none;
	outline: none;
}

a.nav:hover {
	font-weight: normal;
	color: #404000;
	font-size: 1.3em;
	text-decoration: none;
	outline: none;
}


a.thumb {
	font-family: 'Arial Narrow';
	font-weight: normal;
	color: white;
	font-size: .9em;
	text-decoration: none;
	outline: none;
}

a.thumb:hover {
	font-weight: normal;
	color: blue;
	font-size: .9em;
	text-decoration: none;
	outline: none;
}

ul { list-style-image: url("http://www.webmasterralph.com/Elmntlstn/images/whiterightwborder.gif"); }


img.border { border: 3px double #000000;}

td.copyright: {	color: #ffffff; 
				font-size: .7em;
				font-family: 'Arial Narrow';
}

.hideme { visibility : hidden; }

table.bordered {  border: 1px solid #000080; }
