TABLE.form,
TABLE.events {
	width:100%;
}

TABLE.events TD{
	padding:2px 3px 3px 3px;
	vertical-align:top;
}

TABLE.events TD.date,
TABLE.events TD.location{
	text-align:right;
}
TABLE.events TD.date{
	color:#660000;
	font-weight:bold;
}


TABLE.events TH{
	padding:20px 0px 3px 0px;
	vertical-align:top;
	text-align:left;
	border-bottom-color:#660000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

TABLE.globe{
	width:100%;
}

TABLE TD H2{
	text-align:center;
	margin:0px;
	padding:5px 0px;
}
TABLE TD P{
	text-align:center;
	margin:0px;
	padding:0px 0px 10px 0px;
}
TABLE TD P{
	text-align:center;
	margin:0px;
	padding:0px 0px 10px 0px;
}

TABLE TD A{
	text-decoration:none;
}

TABLE TD A:hover{
	text-decoration:underline;
}

TABLE.form TH{
	padding:2px 2px 2px 2px;
	margin:0px;
	width:120px;
	text-align:left;
}

TABLE.form TD{
	padding:2px 2px 2px 2px;
	margin:0px;
	text-align:left;
}

TABLE.form INPUT{
	border-color:#660000;
	border-style:solid;
	border-width:1px;
	width:200px;
}

TABLE.form INPUT.long{
	width:300px;
}

TABLE.form INPUT.short{
	width:100px;
}

TABLE.form INPUT.checkbox{
	width:auto;
}

TABLE.form TEXTAREA{
	border-color:#660000;
	border-style:solid;
	border-width:1px;
	width:600px;
	height:200px;
}

TABLE.form INPUT.image{
	width:auto;
	border:0px;
}

