a:link       { text-decoration: none; font-size: 9pt }
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {color: #ff0000; }	

#diary a:link       {
	text-decoration: none;
	font-size: 9pt;
	
	font-family: Arial, Helvetica, sans-serif;
}
#diary a:visited {
	text-decoration: none;
	color: #03C;
	font-size: 9pt
}
#diary a:active {text-decoration: none; font-size: 9pt}
#diary a:hover {color: #ff0000; font-size: 9pt }	
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-style: normal;
		}
		
	#button li {

		margin: 0;
		display: inline;
		}

		#button li a {
	padding: 2px 2px 2px 0.8em;
	border-left: 2px solid #d07912;
	border-right: 2px solid #ffb865;
	background-color: #f7931d;
	color: #fff;
	text-decoration: none;
	width: 85px;
		}
/*
	html>body #button li a {
		width: 85px;
		}
*/
	#button li a:hover {
/*	border-left: 2px solid #4580B3;
border-right: 2px solid #A8D4FF;*/	
	border-left: 2px solid #d07912;
	border-right: 2px solid #ffb865;
	background-color: #FC9;
	color: #21393A;
		}
		
.buttonBack {
	background-color: #79253F;
}
		
.diaryEvent {
	font-size: 8pt;
	font-family: Trebuchet MS, verdana, arial;
	color: #666;
	font-weight: normal;
}

		
.diaryDate {
	font-size: 12pt;
	font-family: Trebuchet MS, verdana, arial;
		color: #666;
	font-weight: bold;
}

		
.diaryHead {
	font-size: 13pt;
	font-family: Trebuchet MS, verdana, arial;
	color: #000;
	font-weight: bold;
}
	
.eventDay {
	font-size: 16pt;
	font-family: Trebuchet MS, verdana, arial;
	color: #FFF;
	font-weight: bold;
	background-color: #c97511;
}	
	
.eventHead {
	font-size: 12pt;
	font-family: Trebuchet MS, verdana, arial;
	color: #666;
	font-weight: bold;
	background-color: #FC6;
}

		
.eventSubHead {
	font-size: 10pt;
	font-family: Trebuchet MS, verdana, arial;
	color: #000;
	font-weight: bold;
}

		
.eventName {
	font-size: 14pt;
	font-family:  arial;
	color: #000;
	font-weight: bold;
}
		
.eventDetail {
	font-size: 10pt;
	font-family: Trebuchet MS, verdana, arial;
	color: #333;
	font-weight: normal;
}

		
.eventFoot {
	font-size: 10pt;
	font-family: Trebuchet MS, verdana, arial;
	color: #c97511;
	font-weight: bold;
}

.eventFootLight {
	font-size: 10pt;
	font-family: Trebuchet MS, verdana, arial;
	color: #c97511;
	font-weight: normal;
}


.eventFoot8ptLight {
	font-size: 8pt;
	font-family: Trebuchet MS, verdana, arial;
	color: #c97511;
	font-weight: normal;
}


.standardText {
	font-size: 8pt;
	font-family: Trebuchet MS, verdana, arial;
	color: #333;
	font-weight: normal;
}