.green {
display: block;
padding-left: 10px;
padding-top: 12px;
color: #17af2c;
font-weight: bold;
}

.red {
display: block;
padding-left: 10px;
padding-top: 12px;
color: #da0808;
font-weight: bold;
}

.logo {
	padding: 0px;
}

div.tr img {
	border: 0px;
	padding-left: 34px;
}

div#wrapper {
	width: 800px;
	height: 1000px;
	margin: 0 auto;
	padding-top: 0px;

}

.trFirst {
	padding-top: 8px;
	padding-left: 8px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px dotted #fff;
    border-bottom: 1px dotted #888;
	width: 330px;
	height: 40px;
	float: left;
}

.tr {
	padding-top: 8px;
	padding-left: 8px;
	border: 1px dotted #888;
	border-left-style:none;
        border-top: 1px #fff solid;
	width: 330px;
	height: 50px;
	float: left;
}

.tr1 { 
	padding-top: 8px;
	padding-left: 8px;
	border: 1px dotted #888;
	border-left: 0px;
	border-top: 1px solid #fff;
	width: 140px;
	height: 50px;
	float: left;
}

.tr2 { 
	padding-top: 8px;
	padding-left: 6px;
	border: 1px dotted #888;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #fff;
	width: 143px;
	height: 40px;
	float: left;
}

