body {
	background-image: url(imgs/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
td {
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	color: #333333;
	text-align: justify;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.btmbg {
	background-image: url(imgs/side_btm.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
form {
  margin: 0;
  padding: 0;
}
.cl {
  background: #EEEEEE;
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
  margin: 0 0 0 0;
}
.heads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #212421;
	letter-spacing: .1em;
}
.err {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: E60000;
}