body, table, tr, td {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(images/menu_06.jpg);
	background-attachment: fixed;
	text-decoration: none;
	letter-spacing: 1px;
}
a:link, a:active, a:visited {
	font-weight: normal;
	color: #FFFF66;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFFF33;
	cursor: crosshair;
	letter-spacing: 3px;
	filter: Light;
}
a:hover {
	color: #669900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #669900;
	cursor: crosshair;
	letter-spacing: 2px;
	filter: Invert;
	font-weight: bold;
}
input, textarea, option, select {
	background-color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1px;
	border: 2px dotted #FFFF33;
	padding:2px;
	text-decoration: none;
}
.border-images {
	background-color: #FFFF66;
	border: 3px solid #FFFF66;
	padding: 3px;
}

