body{
	background-color: #F3FBD7;
}
h1{
	margin-top:5px;
	margin-bottom:5px;
	color: #454545;
	border: 0px solid black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}
td{
	color: #454545;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	line-height : 17px;
}
.center {
	text-align: center;
}
.top{
	 border-bottom: 1px #BBBBBB solid;
}
.top-l{
	 border-left: 1px #BBBBBB solid;
	 border-bottom: 1px #BBBBBB solid;
}
.left{
	border-left: 1px #BBBBBB solid;
}
A{
	color: #454545;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style: normal;
	text-decoration:none;
	font-weight: bold;
	line-height : 13px;
}


A:HOVER{
	color: #9d9d9d;
}
.wht{
	color:#000000;
}

.tbl{
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	vertical-align : top;
}
.tbl TD{
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	vertical-align : top;
}