/* Standard Formatting */
body * {
	margin: 0px; 
	padding: 0px; 
}

body, textarea  {
	margin: 0px; 
	padding: 0px; 
	font-size: 10pt;
	font-family: Arial;
}

ul {
	list-style-type: none; 
}

/* Links */
a {
	text-decoration: none;
	cursor: pointer; 
}

a:hover {
	/*text-decoration: underline; */
	cursor: pointer; 
}

a img {
	border: none; 
}

/* Text styles */
p, select, textarea, input, table {
	font-size: 9pt;
}

h1 {
	/* padding-bottom: 2px;
	margin-bottom: 10px; */
	clear: both;
}

h2 {
	/* margin-top: 12px;
	margin-bottom: 6px; */
	clear: both;
}

/* Table styles */
table {
	border-collapse: collapse;
	clear: both;
}

th {
	white-space: nowrap;
}

th, td {
	border: none;
	/* padding: 4px; */
	text-align: left;
}

td.button {
	padding: 2px;
	width: 30px;
}

th, th.button {
	font-size: 85%;
}

/* Misc */
img {
	border: 0px;
}

div.clear {
	clear: both;
}

p.text {
	margin: 10px;
}

