A { text-decoration: none; color: #000000; }
A:link { text-decoration: none; color: #000000; }
A:visited { text-decoration: none; color: #000000; }
A:hover { text-decoration: underline; color: #333333; }
A:active { text-decoration: none; color: #000000; }

A.detail { text-decoration: none; color: #0099ff; }
A.detail:link { text-decoration: none; color: #0099ff; }
A.detail:visited { text-decoration: none; color: #0099ff; }
A.detail:hover { text-decoration: none; color: #333333; }
A.detail:active { text-decoration: none; color: #0099ff; }

A.white { text-decoration: none; color: #ffffff; }
A.white:link { text-decoration: none; color: #ffffff; }
A.white:visited { text-decoration: none; color: #ffffff; }
A.white:hover { text-decoration: none; color: #999999; }
A.white:active { text-decoration: none; color: #ffffff; }

A.orangeabu { text-decoration: none; color: #ff9933; }
A.orangeabu:link { text-decoration: none; color: #ff9933; }
A.orangeabu:visited { text-decoration: none; color: #ff9933; }
A.orangeabu:hover { text-decoration: none; color: #999999; }
A.orangeabu:active { text-decoration: none; color: #ff9933; }

A.whiteorange { text-decoration: none; color: #ffffff; }
A.whiteorange:link { text-decoration: none; color: #ffffff; }
A.whiteorange:visited { text-decoration: none; color: #ffffff; }
A.whiteorange:hover { text-decoration: none; color: #ff9933; }
A.whiteorange:active { text-decoration: none; color: #ffffff; }

A.black { text-decoration: none; color: #000000; }
A.black:link { text-decoration: none; color: #000000; }
A.black:visited { text-decoration: none; color: #000000; }
A.black:hover { text-decoration: none; color: #999999; }
A.black:active { text-decoration: none; color: #000000; }

A.blackorange { text-decoration: none; color: #000000; }
A.blackorange:link { text-decoration: none; color: #000000; }
A.blackorange:visited { text-decoration: none; color: #000000; }
A.blackorange:hover { text-decoration: none; color: #ff9933; }
A.blackorange:active { text-decoration: none; color: #000000; }

A.cyan { text-decoration: none; color: #0099cc; }
A.cyan:link { text-decoration: none; color: #0099cc; }
A.cyan:visited { text-decoration: none; color: #0099cc; }
A.cyan:hover { text-decoration: none; color: #666666; }
A.cyan:active { text-decoration: none; color: #0099cc; }

A.pink { text-decoration: none; color: #ff0066; }
A.pink:link { text-decoration: none; color: #ff0066; }
A.pink:visited { text-decoration: none; color: #ff0066; }
A.pink:hover { text-decoration: none; color: #ffffff; }
A.pink:active { text-decoration: none; color: #ff0066; }


TD, INPUT {
	font-family: 'Nobile';
	font-size: 11px;
	color: #000000;
}

.header {
	font-family: 'Nobile';
	font-size: 10px;
	color: #ffffff;
	background-color: #5b4a42;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer {
	font-family: 'Nobile';
	font-size: 9px;
	color: #ffffff;
	background-color: #000000;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.searchbox {
	font-family: 'Nobile';
	font-size: 11px;
	border: 1px solid #666666;
	width: 100px;
}
.nav {
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;	
}