body {
	background-color: #E4F5FA;
	background-image: url(images/backnumber.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	background-attachment: fixed;
}
table  {
	/*width:100%;*/
	color: #1D4855;
	font-size: 10px;
	font-weight: normal;
	border-collapse:collapse;
	border-spacing: 0px;
	border: none;
}
table tr  {
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4F9BB3;*/
}
table th  {
	width:50px;
	text-align: left;
	font-weight: normal;
}
table td  {
	text-align: left;
	padding-left:10px;
}
a:link {
	color: #1D4855;
	text-decoration: none;
}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
a:active {
	color: #FF9933;
	text-decoration: underline;
}
