/* ------------------------------------	*/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
		
	text-align: center; 

	background: #F7F6F4;

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	}


/* ------------------------------------	*/
#mastercontainer {
	position: relative; 
					
	margin: 0 auto; 	
	padding: 0px;
	width: 740px;

	text-align: left;

	border: 0px;
	}



div {
	border: 0px dashed #666666;
	}

HR {
	width: 100%;
	text-align: center;
	height: 1px;
	border-top: 1px solid #E7E7E7;
	border-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 15px;
	}

.VIP {
	background: #C9D647;
	}

.REG {
	background: #D4D0C8;
	}


.entry {
	font-weight: normal;
	font-size: smaller;
	}

a {
	color: #000000;
	text-decoration: none;
	}

a:HOVER {
	background: #E9ECC0;
	}