/*  
------------------------------------
COMMON
------------------------------------  
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	}

a:link,a:visited,a:active {
	color:0000FF;
	text-decoration: underline;
	}
	
a:hover {
	background-color:0000FF;
	text-decoration: none;
	color: #ffffff;
}

.text, td, p {
	font-size: 12px;
	color: #ffffff;
	font-family: "Arial";
}

select,input {
	font-size: 12px;
	font-family: "Arial";
}

h3, .headline {
	font-size: 12px;
	font-family: "Arial";
	font-weight: bold;
	background-color: #0000FF;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
}

.news_date {
	font-size: 12px;
	font-family: "Arial";
}

.tour_date {
	font-size: 14px;
}

.venue {
	font-size: 125%;
	font-weight: bold;
}

.smallText {
	font-size: 80%;
}
.style7 {font-family: "Arial"}
.style9 {font-family: "Arial"; font-size: 24px; }
.style10 {font-size: 16px}


