/*
 * Start-Default Style
 */
	.footer
	{
		font-family: Tahoma, Arial;
		background-color: transparent;
		color: black;
		font: 8pt;
	}
	
	A.footer:link, A.footer:active, A.footer:visited
	{
		font-family: Tahoma, Arial;
		background-color: transparent;
		color: Gray;
		font: bold 8pt;
		text-decoration: none;
	}
	A.footer:hover
	{
		font-family: Tahoma, Arial;
		background-color: transparent;
		color: black;
		font: bold 8pt;
		text-decoration: none;
	}
	
	.channelLeft
	{
		width: 110px;
	}
	
	table.channelLeft
	{
		text-align: left;
	}
	
	
	.leftChannel
	{
		font-family: Tahoma, Arial;
		background-color: transparent;
		display: block;
		font: 10pt;
		color: white;
		margin: 0px 0px 0px 0px;
		padding: 2px 0px 2px 0px;
		border: 0px;
	}
	
	A.leftChannel:link, A.leftChannel:active, A.leftChannel:visited
	{
		font-family: Tahoma, Arial;
		background-color: transparent;
		display: block;
		font: bold 10pt;
		color: white;
		margin: 0px 0px 0px 0px;
		padding: 2px 0px 2px 0px;
		border: 0px;
		text-decoration: und;
	}
	
	A.leftChannel:hover
	{
		font-family: Tahoma, Arial;
		background-color: transparent;
		display: block;
		font: bold 10pt;
		color: white;
		margin: 0px 0px 0px 0px;
		padding: 2px 0px 2px 0px;
		border: 0px;
		text-decoration: underline;
	}	
	
	.globalSelectedMenuChannel
	{
		font-family: Tahoma, Arial;
		border: 1px;
		border-color: #1279bf;
		border-style: solid;
		display: inline-block;
		height: 20px;
		padding: 3px;
		font: bold 9p;
		color: white;
		background-color: #cc2229;
	}
	
	A.globalSelectedMenuChannel:link, A.globalSelectedMenuChannel:active, A.globalSelectedMenuChannel:visited
	{
		font-family: Tahoma, Arial;
		border: 1px;
		border-color: #1279bf;
		border-style: solid;
		display: inline-block;
		height: 20px;
		padding: 3px;
		font: bold 9pt;
		color: white;
		text-decoration: none;
		background-color: #cc2229;
	}
	
	A.globalSelectedMenuChannel:hover
	{
		font-family: Tahoma, Arial;
		border: 1px;
		border-color: #1279bf;
		border-style: solid;
		display: inline-block;
		height: 20px;
		padding: 3px;
		font: bold 9pt;
		color: white;
		text-decoration: none;
		background-color: #cc2229;
	}
	
	.globalMenuChannel
	{
		font-family: Tahoma, Arial;
		border: 1px;
		border-color: #1279bf;
		border-style: solid;
		display: inline-block;
		height: 20px;
		font: bold 9pt;
		color: white;
		text-decoration: none;
		background-color: #1279bf;
	}
	
	A.globalMenuChannel:link, A.globalMenuChannel:active, A.globalMenuChannel:visited
	{
		font-family: Tahoma, Arial;
		border: 1px;
		border-color: #1279bf;
		border-style: solid;
		display: inline-block;
		height: 20px;
		padding: 3px;
		font: bold 9pt;
		color: white;
		text-decoration: none;
		background-color: #1279bf;
	}
	
	A.globalMenuChannel:hover
	{
		font-family: Tahoma, Arial;
		border: 1px;
		border-color: #1279bf;
		border-style: solid;
		display: inline-block;
		height: 20px;
		padding: 3px;
		font: bold 9pt;
		color: black;
		text-decoration: none;
		background-color: white;
	}
	
	.menuChannel
	{
		font-family: Tahoma, Arial;
		display: inline-block;
		height: 14px;
		font: bold 8pt;
		text-decoration: none;
		color: #1279bf;
	}
	A.menuChannel:active, A.menuChannel:link, A.menuChannel:visited
	{
		font-family: Tahoma, Arial;
		display: inline-block;
		height: 14px;
		font: bold 8pt;
		text-decoration: none;
		color: #1279bf;
	}
	A.menuChannel:hover
	{
		font-family: Tahoma, Arial;
		display: inline-block;
		height: 14px;
		font: bold 8pt;
		text-decoration: none;
		color: #cc2229;
	}
/*
 * End-Default Style
 */