.side {
	background-color: #D6D6D6;
	background-image: url(images/side.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #D6D6D6;
}
a {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.border{
	border: 1px dashed #000000;
}