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_12.jpg);
	background-attachment: fixed;
	text-decoration: none;
	letter-spacing: 1px;
}
a:link, a:active, a:visited {
	font-weight: lighter;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	cursor: crosshair;
	letter-spacing: 3px;
	filter: Light;
	text-decoration: none;
	text-transform: none;
}
a:hover {
	color: #3366CC;
	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: #3366CC;
	cursor: crosshair;
	letter-spacing: 2px;
	filter: Invert;
	font-weight: bold;
}
input, textarea, option, select {
	background-color: #1D4672;
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1px;
	border: thin dashed #FFFFFF;
	padding:2px;
	text-decoration: none;
}
.border-images {
	background-color: #1D4672;
	border: 3px solid #1C5180;
	padding: 3px;
}

