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 {
	height: 31px;
	display: none;
}
a:link, a:active, a:visited  {
	color: #000000;
	text-decoration: underline;
}
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;
}
#coll-left {
	text-align: center;
	float: left;
	width: 20%;
	border: 1px solid #999999;
	padding: 2%;
}
#coll-right {
	text-align: left;
	float: right;
	width: 65%;
	border: 1px solid #999999;
	padding: 2%;
}
img {
	border: 2px solid #000;
	margin: 2px;
}
.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;
}

