/***** Global Styles */

body {
	background-color: rgb(255,255,255);
	margin: 0 auto;
	position: relative;
	color: rgb(102,102,102);
	font-size: 12px;
	font-family: futura, "franklin medium", franklin, "helveica neue", helvetica, arial,sans-serif;
}



/***** Table Styles */

table {
	width: 100%;
}

th,td {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

td p {
	line-height: 150% !important;
	font-size: 10px;
	color: rgb(153,153,153);
}

tr.oddRow:hover,tr.evenRow:hover {
}


tr.countryHeader {
	background-color: rgb(186, 196, 223);
	padding-top: 20px;
	color: rgb(131, 151, 186);
	font-size: 24px;
}

td {
	vertical-align: top;
}


a {
	text-decoration: none;
}


a:link {
	color: rgb(102,153,255);
}

a:visited {
	color: rgb(102,153,255);
}


a:hover {
	color: rgb(255,0,0);
}

a:active {
	color: rgb(255,153,102);
}




.city { font-size: 18px; }



.partydate {
	margin: 5px;
	padding: 5px 0;
}

