	
	
	
	
	BODY {
		border: none;
		background: none;
		background-color: #ffffff;	
	}
	
	#borderDiv {
		width: 100%;
		display: block;
		position: relative;
		border: none;
		background: none;
		z-index: 1;
	}
	#pageDiv {
		width: 100%;
		display: block;
		position: relative;
		border: none;
		background: none;
	}
		
		#langDiv {
			display: none;			
		}
		#logo {
			display: none;			
		}
	
	
	#contentLeft {
		display: none;
	}
	
	#contentRight {
		width: 100%;
		display: block;
		position: relative;
		background: none;
		border: none;
	}
		#topBannerFrame {
			display: none;
		}
		* html #topBannerFrame {
			display: none;	
		}

	#topMenu {
		display: none;
	}
		#topMenu #topMenuL {
			display: none;
		}
		#topMenu #topMenuB {
			display: none;
		}
		#topMenu #topMenuItems {
			display: none;
		}
		#topMenuItems A {
			display: none;
		}
			#topMenuItems A:hover {				
				display: none;
			}
			#topMenuItems A.active {				
				display: none;
			}
		
	
	.rightTab {
		width: 100%;
		display: block;
		position: relative;
		border: none;
		background: none;
	}
	.bigTabBG {		
		width: 100%;
		display: block;
		position: relative;
		border: none;
		background: none;
	}
		.bigTabBGPic {
			display: none;
		}	
	.ircBLBG {
		display: none;
	}
	.ircBRBG {
		width: 100%;
		display: block;
		position: relative;
		border: none;
		background: none;
			font-family: Verdana;
			font-size: 10px;
			color: #008836;
			line-height: 17px;
	}		
	.newsBlock {
		display: none;
	}
		.newsBlock A {
			display: none;
		}
	.bigTabBBG {
		display: none;
	}
		.bigTabBBG A {
			font-family: Tahoma;
			font-size: 10px;
			color: #008836;
			text-decoration: none;
			line-height: 30px;
		}

	#print {
		display: none;
	}
	* html #print {
		display: none;
	}
		#print A {
			display: none;
		}
	
	#mainText {
		border: none;
		background: none;
		font-family: Verdana;
		font-size: 10px;
		color: #000000;
		line-height: 17px;
	}

	.newsBlock .Hdr {
		display: none;
	}

	.h2 {
		font-family: Arial;
		font-size: 16px;
		color: #ca0000;
		line-height: 16px;
		font-weight: bold;
		text-decoration: none;
	}

	.leftBoxHeader {	
		display: none;
	}
		.smallTabBGPic1 {
			display: none;
		}
		.smallTabBGPic2 {
			display: none;
		}		
	.leftBoxBody {
		display: none;
	}
	.leftBoxFooter {
		display: none;
	}
		.leftBoxFooter A {
			display: none;
		}
	
	.subHdr {
		font-family: Tahoma;
		font-size: 11px;
		color: #008836;
		line-height: 18px;
		font-weight: bold;
		text-decoration: none;
	}
	
	.sh_input {
		display: none;
	}
	.sh_link {
		display: none;
	}
	
	
		#footerDiv {
			width: 100%;
			display: block;
			position: relative;
			border: none;
			background: none;
		}
			#footerDiv .left {				
				float: left;
					font-family: Verdana;
					font-size: 9px;
					color: #000000;
					line-height: 33px;
			}
			#footerDiv .right {
				float: left;
					margin-left: 25px;
					font-family: Verdana;
					font-size: 9px;
					color: #000000;
					line-height: 33px;
			}
	


	.link {
		font-family: Verdana;
		font-size: 10px;
		color: #ca0000;
		text-decoration: none;
	}
		.link:hover { 
			text-decoration: none;
		}
	TD A, .func {
		font-family: Verdana;
		font-size: 10px;
		color: #ca0000;
		text-decoration: none;
	}
		TD A:hover, .func:hover { 
			text-decoration: underline;
		}

	#leftMenu {
		display: none;
	}
		#leftMenu LI {
			display: none;
		}
			#leftMenu LI A {				
				display: none;
			}
			#leftMenu LI A:hover, #leftMenu LI A.active {				
				display: none;
			}

	#leftMenu #leftThirdMenu {
		display: none;
	}
		#leftMenu #leftThirdMenu LI {
			display: none;		
		}
			#leftMenu #leftThirdMenu LI A {				
				display: none;
			}
			#leftMenu #leftThirdMenu LI A:hover, #leftMenu #leftThirdMenu LI A.active {				
				display: none;
			}

	
	
	
	
	
	.clear{
		clear:  both; 
		height: 0px; 
		overflow: hidden;
	}
	html[xmlns] .mozclear
	{
		/* this selector should be valid CSS, but Opera 7.5 (and above) will pick
		 * this up as well. Shouldn't be a problem, Opera should handle this fine,
		 * but it's a Mozilla-targeted hack, and it should probably only affect
		 * mozilla. You can do that by replacing the INVALID CSS selector
		 * :root .mozclear for what's give here.
		 */
		border-bottom: 1px solid;
		border-color: transparent;
		margin-bottom: -1px;
	}
