body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#head {
	display: none;
}
#main {
}
#foot {
	text-align: center;
}
a:link, a:active, a:visited  {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
img {
	border: 2px solid #ccc;
	margin: 3px;
	padding: 1px;
	background: #FFFFFF;
}

#coll-left {
	float: left;
	width: 148px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #ADA585;
	display: none;
}
#coll-right {
	text-align: left;
	float: left;
	width: 148px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #ADA585;
	display: none;
}
#coll-main {
	text-align: left;
	padding: 5px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {

	text-align: center;
}
.text-block {

	text-align: justify;
}
.clear {
	clear: both;
}
