@charset "utf-8";
/* CSS Document */

TD {
  font-family: Verdana;
  font-size: 11px;
  color: FF6633;
  }
A {
	font-family: Verdana;
	font-size: 11px;
	color: #A15018;
	text-decoration: none;
	font-weight: bold;
  }
A:hover {
	color: #000000;
	text-decoration: underline;
  }
.style2 {color: #666666}
  body,td,th {
	color: #666666;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #F3F3F3;
}
.style4 {color: #999999}

.centredtext {
	width: 50%;
	text-align: left;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.centredblock {
	width: 50%;
	text-align: left;
}.leftimage {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
}
.rightimage {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
	margin-top: 10px;
}
