	body 
	{
		margin:0px 0px 0px 0px;
		font-family:Tahoma;
		font-size:11px;
		color:#333333;
	}
	
	A 
	{
		color:#666666;
		text-decoration:none;
	}
	
	A:hover 
	{
		color:#333333;
		text-decoration:none;
	}
	
	A:Active 
	{
		color:#666666;
		text-decoration:none;
	}
	
	A:Visited 
	{
		color:#666666;
		text-decoration:none;
	}
	
	.TopHeaderBg
	{
		background-image:url(../images/top_header_bg.png);
		background-repeat:repeat-x;
		height:142px;
	}

	.TopLinksBg
	{
		background-image:url(../images/top_links_bg.png);
		background-repeat:repeat-x;
		height:43px;
	}
		
	.bigFadeBg
	{
		background-image:url(../images/contents_fade_bg.png);
		background-repeat:no-repeat;
		background-position: center bottom;
		background-position: 0px 200px;
	}	
	
	.bigFadeBgScroller
	{
		background-image:url(../images/contents_fade_bg.png);
		background-repeat:no-repeat;
		background-position: center bottom;
		background-position: 100px 77px;
	}	
	
	.SmallFadeBg
	{
		background-image:url(../images/homepage_block_fade_bg.png);
		background-repeat:no-repeat;
		background-position: center bottom;
		background-position: 0px 16px;
	}

	.TableBottomBorder
	{
		border-bottom:1px solid #DADADA;
	}
	
	.BannerFadedImageBg
	{
		background-image:url(../images/banner_border_fade.png);
		background-repeat:no-repeat;
		background-position:center;
		width:658px;
		height:258px;
	}
	
	.directionRTL
	{
		direction:rtl;
	}
	
	Input, Select
	{
		border:1px solid #CCC;
		background-color:#FFF;
		font-family:Tahoma;
		font-size:11px;
	}
	
	.SearchBoxBorder
	{
		border:1px solid #C5C5C5;
	}
	
	.ScrollerBg
	{
		background-image:url(../images/scroller_bg.png);
		background-repeat:repeat-x;
		height:146px;
	}
	
	.ScrollerBorder
	{
		border:2px solid #CCCCCC;
	}
	
	.ScrollerLeftArrow
	{
		margin-left:-10px; margin-top:48px; position:absolute; z-index:1;
	}
	
	.ScrollerRightArrow
	{
		margin-right:-10px; margin-top:48px; z-index:1;
	}
	
	.footerBg
	{
		background-image:url(../images/footer_bg.png); 
		background-repeat:repeat-x;
		height:56px;
	}
	
	.PageHeading
	{
		background-image:url(../images/heading_bg.png);
		background-repeat:repeat-x;
		height:44px;
		font-family:Arial;
		font-size:20px;
		font-weight:bold;
		color:#333333;
		padding-right:5px;
	}
	
	.PageHeadingBorderDotted
	{
		background-image:url(../images/dashed_border_bg.png);
		background-repeat:repeat-x;
		height:2px;
	}
	.descpPad 
	{
	    padding-right: 42px;
	    padding-left: 20px; 
	}
	.picture
    {
        padding: 2px;
        border: 1px solid #C0C0C0;
        width: 100px;
    }