body {
	background: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	margin: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #0066ff;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
}
td {
	color: #0066ff;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
}
a {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-family: "Trebuchet MS", Tahoma;
	color: #660000;
	text-decoration: underline;
}
a.img:hover {
	text-decoration: none;
}
input {
	color: #0066ff;
	border-color: #0066ff;
	font-size : 11px;
	font-family: "Trebuchet MS";
	text-align:center;
	width:150px;
	background: #E6E6FA;
	border:1px dotted;
}
input.readonly {
	color: #000000;
	border-color: #0066ff;
	font-size : 11px;
	font-family: "Trebuchet MS";
	text-align:center;
	width:150px;
	background: #A6E6AA;
	border:1px dotted;
}
select {
	color: #0066ff;
	border-color: #0066ff;
	font-size : 11px;
	font-family: "Trebuchet MS";
	text-align:center;
	width:150px;
	background: #E6E6FA;
	border:1px dotted;
}
textarea {
	color: #0066ff;
	border-color: #0066ff;
	font-size : 11px;
	font-family: "Trebuchet MS";
	text-align:center;
	width:150px;
	background: #E6E6FA;
	border:1px dotted;
}
hr { border: thin dotted; color: #b4ccd7;  }

