table {
	position:		relative;

	left:			5%;
	width:			90%;

	background-color:	#e5e7ff;

	border:			2px solid #000000;
	padding:		4px 4px 8px 4px;

	-moz-border-radius-topleft:	4px;
	-moz-border-radius-topright:	4px;

	-moz-border-radius-bottomleft:	4px;
	-moz-border-radius-bottomright:	4px;
}

table tr th {
	background-color:		#474c94;
	color:				#ffffff;
	font-weight:			bold;
	text-align:			left;

	-moz-border-radius-topleft:	2px;
	-moz-border-radius-topright:	2px;
}

table tr td {
	color:				#000000;
	text-align:			left;

	-moz-border-radius-topleft:	2px;
	-moz-border-radius-topright:	2px;
}
