body, table, th, td, div, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	border: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

body>table {
	background-color: #FFFFFF;
}

a {
        text-decoration: none;
        color: #000000;
}

a:HOVER {
        text-decoration: underline;
}

.head {
	padding: 4px;
}

.title {
	border: 1px solid #808080;
	background-color: #FFFFFF;
        padding: 6px 12px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #606060;
}

.item {
	float: left;
	border: 1px solid #808080;
	width: 206px;
	margin: 4px;
	padding: 8px;
	overflow: hidden;
	cursor: pointer;
	background-color: #FFFFFF;
}

.itemtitle {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	height: 32px;
}

.itemnumber {
	font-size: 18px;
	font-weight: bold;
	padding-top: 8px;
}

.itempayment {
	font-size: 10px;
	padding-top: 8px;
}

.itemdetails {
	padding-top: 8px;
}

.itemdetails a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #E0B044;
}

.itemdetails a:HOVER {
	text-decoration: underline;
}

.header {
	border: 1px solid #808080;
}

.block {
	border: 1px solid #808080;
	padding: 12px;
	background-color: #FFFFFF;
}

.blocksmall {
	font-size: 10px;
	border: 1px solid #808080;
	padding: 12px;
	background-color: #FFFFFF;
}

.footer, .footer table, .footer td {
	background-color: #FFFFFF;
}

.footer td {
	color: #404040;
}

.footer a {
	color: #404040;
	text-decoration: none;
}

.footer a:HOVER {
	text-decoration: underline;
}
