/* CSS Document */

td, a {
	font-size: 10px;
	color: #f0f0f0;
	font-weight: bold;
	font-family: arial;
}

a:hover {
	text-decoration: underline;
}


body {
	background-color: #000080;
	padding: 0,0,0,0;
	margin: 0,0,0,0;
}

.nav, a:link, a:visited { 
	color: #f0f0f0;
	font-weight: normal;
	font-family: arial;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
	padding-left: 5px;
}

.info {
	color: #f0f0f0;
	font-weight: normal;
	font-family: arial;
	text-decoration: none;
	font-size: 10px;
}

a:hover {
	font-weight: bold;

}

.CatalogHeader {
	font-size: 12px;
	color: #f0f0f0;
	font-weight: bold;
	font-family: arial;
	letter-spacing: 1;
	padding-left: 20px;
}

table.top {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

td.logo {
	border-bottom: 1px solid #999;
	height: 87px;
}

td.navig {
	border-bottom: 1px solid #999;
	background-color: #005555;
	text-align: right;
}

div.navdiv {
	width: 100%;
}

