	html {
		overflow-y : scroll;
	}

	body {
		margin : 5px;
		padding : 0px;
	}
	
	body, td {
		font-family : verdana;
		font-size : 10pt;
		color : #333333;
	}

	ul {
		margin-left : 25px;
		padding : 0px;
	}
	
	ul.News {
		margin-top : 5px;
		margin-bottom : 10px;
	}
	
	li {
	 	padding-bottom : 5px;
	}
	
	Event {
		margin-top : 0px;
		margin-bottom : 0px;
		padding : 0px;
		line-height : 1;
	}
	
	.Missing {
		color: #FF0000;
		font-style : italic;
	}
	
	.PageHead {
		font-size : 18pt; 
		color : #E79434; 
		padding-left : 20px;
	}
	
	.SubHead {
		font-size : 12pt; 
	}
	
	a {
		color : #007700;
		text-decoration : none;
		font-weight : bold;
	}
	a:Hover {
		color : #E79434;
		text-decoration : underline;
	}
	
	a.News {
		color : #007700;
		text-decoration : none;
		font-weight : normal;
	}
	a.News:Hover {
		color : #007700;
		text-decoration : none;
	}
	
	a.Language {
		color : #000000;
		text-decoration : none;
		font-weight : normal;
		font-size : 8pt;
		font-style : italic;
	}
	a.Language:Hover {
		color : #CC0000;
		text-decoration : none;
	}
	
	td.Caption {
		padding-top : 2px;
		padding-bottom : 2px;
		font-size : 8pt;
		color : #666666;
		font-family : arial;
	}
	
	div.Event {
		font-size : 8pt;
		padding-bottom : 0px;
		color : #006600;
	}

	.applemenu{
	margin: 5px 0;
	padding: 0;
	width: 170px; /*width of menu*/
	border: 1px solid #9A9A9A;
	}
	
	.applemenu div.silverheader a{
	background: black url(silvergradient.gif) repeat-x center left;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	}
	
	
	.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: white;
	}
	
	
	.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(silvergradientover.gif);
	color: white;
	}
	
	.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	padding: 5px;
	height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	}

