@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0C0
}
body {
	background-color: #111;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #090;
}
a:link {
	text-decoration: none;
	color: #090;
}
a:visited {
	text-decoration: none;
	color: #090;
}
a:hover {
	text-decoration: underline;
	color: #0F0;
}
a:active {
	text-decoration: none;
	color: #090;
}

table.style {
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	background:url(images/metal.jpg);
}

table.style td {
	border-width: 0px;
	padding: 1px;
	
}

div.header {
	text-align:center;
	background:url(images/bg.png);
	font-weight:bold;
	padding: 2px;
	margin: 2px;

}

td.greyline {
	border-width: 1px;
	border-style: solid;
	border-color: #060;
}

td.greyline td {
	border-width: 0px;
	padding: 1px;

}