h1, h2, h3, p, div, td, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #acdced;
	margin: 0px;
	padding: 0px;
}
table  {
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
	border: 0px;
}
td, th {
	border-width: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #405050;
	text-decoration: underline;
}
.tiled {
	color: white;
	background-color: #000000;
	padding: 0;
}
a.tiled:hover {
	color: white;
	text-decoration: underline;
}
.thumb {
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2, .h2 {
	font-size: 15px;
	font-weight: bold;
}
h3, .h3 {
	font-size: 12px;
	font-weight: bold;
}
p, div, td {
	font-size: 12px;
}
.small {
	font-size: 9px;
}
textarea {
	font-size: 10px;
}
.canignore { }
.hidden { visibility: hidden; }
.nobr   { white-space: nowrap; }
.bold   { font-weight: bold; }
.top    { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.left      { text-align: left; }
.center    { text-align: center; }
.right     { text-align: right; }
.justified { text-align: justifiy; }

