		/* Headings */
		.title
		{
			color:#FFE936;
			font-family : Calibri, Arial, Helvetica, sans-serif;
			font-size : 19px;
			font-weight : bold;
		}
		/* Title: Links */
			a.title:link
			{
				color : #001683;
				font-family : Calibri, Arial, Helvetica, sans-serif;
				font-size : 19px;
				font-weight : bold;
				text-decoration : none;
			}
			a.title:visited
			{
				color : #001683;
				font-family : Calibri, Arial, Helvetica, sans-serif;
				font-size : 19px;
				font-weight : bold;
				text-decoration : none;
			}
			a.title:hover
			{
				color : #000C48;
				font-family : Calibri, Arial, Helvetica, sans-serif;
				font-size : 19px;
				font-weight : bold;
				text-decoration : underline;
			}
		
		
		/* Sub-Headings */
		.subTitle
		{
			color : #FFE936;
			font-family : Calibri, Arial, Helvetica, sans-serif;
			font-size : 14px;
			font-weight : bold;
		}
		/* Sub Title: Links */
			a.subTitle:link
			{
				color : #E6BD00;
				font-family : Calibri, Arial, Helvetica, sans-serif;
				font-size : 14px;
				font-weight : bold;
				text-decoration : none;
			}
			a.subTitle:visited
			{
				color : #E6BD00;
				font-family : Calibri, Arial, Helvetica, sans-serif;
				font-size : 14px;
				font-weight : bold;
				text-decoration : none;
			}
			a.subTitle:hover
			{
				color : #C8A500;
				font-family : Calibri, Arial, Helvetica, sans-serif;
				font-size : 14px;
				font-weight : bold;
				text-decoration : underline;
			}
		
		.subTitle2
		{
			color : #333333;
			font-family : Calibri, Arial, Helvetica, sans-serif;
			font-size : 13px;
			font-weight : bold;
		}
		/* Sub Title 2: Links */
			a.subTitle2:link
			{
				color : #C00000;
				font-family : Calibri, Arial, Helvetica, sans-serif;
				font-size : 14px;
				font-weight : bold;
				text-decoration : none;
			}
			a.subTitle2:visited
			{
				color : #A00000;
				font-family : Calibri, Arial, Helvetica, sans-serif;
				font-size : 14px;
				font-weight : bold;
				text-decoration : none;
			}
			a.subTitle2:hover
			{
				color : #800000;
				font-family : Calibri, Arial, Helvetica, sans-serif;
				font-size : 14px;
				font-weight : bold;
				text-decoration : underline;
			}
		
		.subTitle3
		{
			color : #993333;
			font-family : Calibri, Arial, Helvetica, sans-serif;
			font-size : 12px;
			font-weight : bold;
		}

		
		/* Sub Text */
		.subText
		{
			color: #FFFFFF;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			text-align: justify;
		}
		/* Sub Text: Links */
			a.subText:link
			{
				color : #C00000;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 10px;
				font-weight : bold;
				text-decoration : none;
			}
			a.subText:visited
			{
				color : #A00000;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 10px;
				font-weight : bold;
				text-decoration : none;
			}
			a.subText:hover
			{
				color : #800000;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 10px;
				font-weight : bold;
				text-decoration : underline;
			}
		
		/* Top Menu */
		.topMenu
		{
			color : #000000;
			font-family : Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight : bold;
			text-decoration : none;
		}
		
			/* Bottom Menu: Links */
			a.topMenu:link
			{
				color : #000000;
				font-family : Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight : bold;
				text-decoration : none;
			}
			a.topMenu:visited
			{
				color : #252525;
				font-family : Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight : bold;
				text-decoration : none;
			}
			a.topMenu:hover
			{
				color: #454545;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight: bold;
				text-decoration : underline;
			}
		
		
		
		/* Side Menu */
		.sideMenuTitle
		{
			color : #FFE936;
			font-family : Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight : bold;
			text-decoration : none;
		}
		.sideMenu
		{
			color : #EEEEEE;
			font-family : Arial, Helvetica, sans-serif;
			font-size: 10px;
			text-decoration : none;
		}
		
			/* Side Menu: Links */
			a.sideMenu:link
			{
				border-bottom : ridge #858585;
				color : #EEEEEE;
				font-family : Arial, Helvetica, sans-serif;
				font-size: 10px;
				text-decoration : none;
				width : 120px;
				
			}
			a.sideMenu:visited
			{
				border-bottom : ridge #858585;
				color : #CCCCCC;
				font-family : Arial, Helvetica, sans-serif;
				font-size: 10px;
				text-decoration : none;
				width : 120px;
			}
			a.sideMenu:hover
			{
				background-color: #C5C5C5;
				border-bottom : ridge #858585;
				color : #111111;
				font-family : Arial, Helvetica, sans-serif;
				font-size: 10px;
				text-decoration : none;
				width : 120px;
			}
			a.sideSubMenu:link
			{
				border-bottom : ridge #858585;
				color : #EEEEEE;
				font-family : Arial, Helvetica, sans-serif;
				font-size: 10px;
				text-decoration : none;
				width : 105px;
				
			}
			a.sideSubMenu:visited
			{
				border-bottom : ridge #858585;
				color : #CCCCCC;
				font-family : Arial, Helvetica, sans-serif;
				font-size: 10px;
				text-decoration : none;
				width : 105px;
			}
			a.sideSubMenu:hover
			{
				background-color: #C5C5C5;
				border-bottom : ridge #858585;
				color : #111111;
				font-family : Arial, Helvetica, sans-serif;
				font-size: 10px;
				text-decoration : none;
				width : 105px;
			}

			

		/* Links */
		a:link
		{
			color : #FFE936;
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12px;
			font-weight : bold;
			text-decoration : underline;
		}
		a:visited
		{
			color : #000F5C;
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12px;
			font-weight : bold;
			text-decoration : none;
		}
		a:hover
		{
			color : #FFE97C;
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12px;
			font-weight : bold;
			text-decoration : underline;
		}


		/* Body */
		body
		{
			background-color:#666666; 
			color : #FFFFFF;
			font-family : Calibri, Arial, Helvetica, sans-serif;
			font-size : 13px;
			/*scrollbar-arrow-color: #FFFFFF;
			scrollbar-base-color:#333333;*/
			text-align: justify;
		}


		/* Table */
		td
		{
			color: #FFFFFF;
			font-family: Calibri, Arial, Helvetica, sans-serif;
			font-size: 13px;
			text-align: justify;
		}#openhours {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	list-style-type: none;
	width: 300px;
	line-height: 1.3em;
	font-style: italic;
	padding: 10px;
	background-color: #999;
	color: #000;
}
.lord {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	font-variant: normal;
	color: #600;
}



/*FLOWPLAYER PLAYLIST STYLES*/

#player, #player img {
	display:block;				
	width:300px;
	height:240px;
	border:0px;		
}

#playlist{
	padding-top:10px;
	padding-left:10px;
	float:right;
	background-color:#444444; 
	width:210px; 
	height:230px;
	margin-top:0px;
	margin-right:5px;
	overflow:auto;
	text-align:left;
}

#playlist a {
	
	width:150px;
	height:70px;
	display:block;
	text-decoration:none;
	color:#DDD;		
}

#playlist p {
	font-size:11px;
	width:130px;
	padding:8px 0 0 12px;
	margin:0px;		
	text-align:left;
}

#playlist p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
} 


/* entry stages: normal, hover, playing, paused */
#playlist a:hover {
	background-position:0 -68px;
	color:#AAA;	
}

#playlist a.playing, #playlist a.paused {
	color:#AAA;	
}

#playlist a.playing {
	background-position:0 -136px;		
}

#playlist a.paused {
	background-position:0 -68px;	
}

.list-carrot {
	font-weight: bold;
	color: #FFE936;
}
