h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #000000
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px
}

body {
	font-family: Arial;
	font-size: 10px;
}

td {
	font-family: Arial;
	font-size: 12px;
}

/**
 * White table
 */
td.top-left {
	background-image: url(../images/tbl-top-left.png);
	width: 6px;
	height: 6px;
}

td.top {
	background-image: url(../images/tbl-top.png);
	height: 6px;
}

td.top-right {
	background-image: url(../images/tbl-top-right.png);
	width: 7px;
	height: 6px;
}

td.left {
	background-image: url(../images/tbl-left.png);
	width: 6px;
}

td.right {
	background-image: url(../images/tbl-right.png);
	width: 7px;
}

td.bottom-left {
	background-image: url(../images/tbl-bottom-left.png);
	width: 6px;
	height: 12px;
}

td.bottom {
	background-image: url(../images/tbl-bottom.png);
	height: 12px;
}

td.bottom-right {
	background-image: url(../images/tbl-bottom-right.png);
	width: 7px;
	height: 12px;
}

/**
 * Gray table
 */
td.top-left-g {
	background-image: url(../images/tbl-top-left-g.png);
	width: 6px;
	height: 6px;
}

td.top-g {
	background-image: url(../images/tbl-top-g.png);
	height: 6px;
}

td.top-right-g {
	background-image: url(../images/tbl-top-right-g.png);
	width: 7px;
	height: 6px;
}

td.left-g {
	background-image: url(../images/tbl-left-g.png);
	width: 6px;
}

td.right-g {
	background-image: url(../images/tbl-right-g.png);
	width: 7px;
}

td.bottom-left-g {
	background-image: url(../images/tbl-bottom-left-g.png);
	width: 6px;
	height: 12px;
}

td.bottom-g {
	background-image: url(../images/tbl-bottom-g.png);
	height: 12px;
}

td.bottom-right-g {
	background-image: url(../images/tbl-bottom-right-g.png);
	width: 7px;
	height: 12px;
}

td.box {
	border:1px solid black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

th.box {
	border:1px solid black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	text-decoration: bold;
	font-size: 12px;
}