/* CSS Document */
table {
	border: thin dotted #FFCC33;
	padding: 30px;
	background-color:#000000;
	background-image: url(images/page_design/backgrounds/main_background2.png);
	}
th {
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 2px;
	}
td {
	vertical-align: top;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	}
table table {
	border: none;
	padding: 0px;
	}
table table td {
	text-align: right;
	padding-bottom: 0px;
	}
ul {
list-style-type: none;
}	
