
/* HTMl tag redefinitions */
body {
	background: black;
	color: #858585;	
}
table {	table-layout: fixed; }
td { vertical-align: top; }

a:link,
a:visited,
a:active,
a:focus {
	color: #669900;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}


#menuBanner td.select select {
		width: 100%;
		margin-top: 20px;
		border: 1px solid #808080;
		background-color:black;
		color:white;
		}
		
#kliping-form input.text {
	background-color: black;
	color:white;
}
