/* CSS Document */

.textWrapRight {
float: right;
margin-left: 20px;
margin-bottom: 10px;
text-align:center;
}

.textWrapRight img { border:#000000 1px solid; }

table.tableSytle1 {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}
table.tableSytle1 th, table.tableSytle1 thead {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	-moz-border-radius: 0px;
	font-weight:900
}
table.tableSytle1 td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	-moz-border-radius: 0px;

}

