body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

table, input, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

.bold {
	font-weight: bold;
}

.totals {
	font-style: italic;
}

.title {
	background-color: #ff870f;
}

.tabletitle {
	background-color: #ff870f;
}

.tableheader {
	background-color: #f2c699;
}

.small {
  	font-size: 70%;
}

.evenrow {
	background-color: #ddddee;
}
.oddrow {
	background-color: #eeeeee;
}

.evenrow2 {
	background-color: #eedddd;
}
.oddrow2 {
	background-color: #ddeedd;
}

.red {
    color: #e00000;
}

.green {
    color: #00c000;
}

.blue {
    color: #0000e0;
}

.subtotal {
	background-color: #ddeedd;
	font-weight: bold;
}

.total {
	background-color: #eedddd;
	font-weight: bold;
	text-decoration: underline;
}

.grandtotal {
	background-color: #eedddd;
	font-weight: bold;
	text-decoration: underline;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
    	color: #40577A;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
    	color: #40577A;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #303133;
}

