    * {
		font-family: arial;
		font-size: 12px;
    }
	a {
		color: black;
		text-decoration: none;
		font-size: 12px;
	}
	a:hover {
		color: red;
	}
	table {
		border: solid 1px #AAAAAA;
		border-spacing: 0px;
		border-collapse: collapse;
	}
	table tr.header {
		height: 31px;
		background-image: linear-gradient(#E2E2E2, #CCCCCC);
		border-bottom: solid 1px #AAAAAA;
	}
	table tr.header td {
		text-transform: uppercase;
		padding: 5px;
		text-align: center;
		font-weight: bold;
	}
	table tr.item {
		height: 25px;
		border-bottom: dashed 1px #7a7a7a;
	}
	table tr.item:hover {
		background-color: #ffff99;
	}
	table tr.item td {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 3px;
		padding-bottom: 3px;
		text-align: center;
	}
	table tr.item input[type=submit], input[type=button] {
		height: 25px;
		background-image: linear-gradient(#E2E2E2, #CCCCCC);
		border: solid 1.5px black;
		border-radius: 4px;
	}