body {
	background-color: rgb(204,204,204);
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	margin: 25px;
}
thead {
	background-color : rgb(255,204,204);
	height: 50px;
}
tfoot {
	background-color : rgb(235,184,184);
}
tbody {
	border: 1px solid rgb(0,0,0);
}
.tr1 {
	background-color: rgb(235,235,235);
}
.tr2 {
	background-color: rgb(225,225,225);
}
td {
	color: rgb(0,0,0);
	font-size : 8pt;
}
a {
	color: rgb(255,0,0);
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: rgb(255,0,0);
	text-decoration: none;
}
.a1 {
	color: rgb(0,0,0);
	font-weight: normal;
	text-decoration: none;
}
.a1:hover {
	color: rgb(153,153,153);
	text-decoration: none;
}
img {
	border: none;
}
ul {
	margin: 5px 20px;
}
.f12 {
	font-weight: bold;
	font-size: 12pt;
}
.f10 {
	font-size: 10pt;
}
.tdc {
	text-align : center;
}
.tdl {
	text-align : left;
}
.tdr {
	text-align : right;
}
.td_white {
	background-color : rgb(255,255,255);
}
h1 {
	color : rgb(255,255,255);
	font-size : 16pt;
	font-weight: normal;
	margin : 0px;
}
h2 {
	color : rgb(0,0,0);
	font-size : 10pt;
	font-weight : bold;
	margin : 0px;
}
h3 {
	color : rgb(153,51,51);
	font-size : 10pt;
	font-weight : normal;
	border-top : 1px solid rgb(102,0,0);
	border-bottom : 1px solid rgb(102,0,0);
	margin : 0px;
}