/********************/
/***** General ******/
/********************/
body {
	margin:0;
	background-color:#000;
}
p,
div,
td,
a {
	font:12px/17px verdana,sans-serif;
	text-align:center;
	color:#fff;
}
p {
	margin:17px 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	margin:auto;
}
.clear {
	clear:both;
}
.block {
	display:block;
}
.none {
	display:none;
}
.textleft {
	text-align:left;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}

/********************/
/***** Tables ******/
/********************/
table {
	margin:auto;
	width:1000px;
	height:274px;
	border-style:none;
}
.vtop,
.vtop td,
.vtop th {
	vertical-align:top;
}
.vmid,
.vmid td,
.vmid th {
	vertical-align:middle;
}
.vbtm,
.vbtm td,
.vbtm th {
	vertical-align:bottom;
}

/********************/
/****** Images ******/
/********************/
img {
	border-style:none;
}

/********************/
/****** Form *******/
/********************/
form {
	margin:0;
	padding:0;
}