* {
	padding:0;
	margin:0;
	border:none;
	font-size:12px;
	
}

body {
	/*font-family:"Times New Roman", Times, serif;*/
	/*font-family:Calibri, "Trebuchet MS", "Lucida Grande";*/
	font-family:Calibri, "Trebuchet MS", Arial, "Lucida Grande";
	background-color:#000000; 
	color:#FFFFFF;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1.2px;
	color:#dfb52d!important;
}

p {
	letter-spacing:1.2px;
	font-size:14px;
	font-weight: lighter;
}

a:hover {
	text-decoration:underline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

.floatright {
	float:right;
}

.floatcentre {
	margin:0 auto;
}

.clear{
	clear:both;
}




