	html, body {
		margin : 0 0 20px 0;
		padding : 0;
		background : #ffffff url('../images/bg.jpg') repeat-x;
		font-family :  Arial, Helvetica, Tahoma,sans-serif;
		font-size : 11px;
		line-height : 1.4em;
		color : #333333;
	}
	
	a:link, a:visited {
		text-decoration:none;
		color:#af0600;
	}

	a:hover {
		text-decoration:none;
		color:#333333;
	}
	
	.baslik {
		font-weight:bold;
		font-size:13px;
	}
	
	.litem {
		padding-bottom:8px;
	}
	
	form {
		padding:0;
		margin:0;
	}
	
	#mainContainer {
		width : 960px;
		text-align : center;
		margin : 0px auto 10px auto;
		padding-top:20px;
	}
	
	.searchBox {
		width:140px;
		font-size : 11px;
		padding:1px;
		font-family : Arial, Helvetica, sans-serif;
	}
	
	#topMenu {
		text-align:right;
		height:107px;
		background : #ffffff url('../images/topBg.gif') no-repeat;
	}
	
	#topMenu a:link, #topMenu a:visited {
		text-decoration:none;
		color:#333333;
	}

	#topMenu a:hover {
		text-decoration:none;
		color:#af0600;
	}
	
	#articleHolder {
		padding:21px 37px 12px 17px;
		padding-left:37px;
		color:#ffffff;
		background-color:#797979;
		min-height:200px;
	}
	
	#articleHolder a:link, #articleHolder a:visited {
		text-decoration:none;
		color:#333333;
	}

	#articleHolder a:hover {
		text-decoration:none;
		color:#ffffff;
	}
	
	#tmenulinks {
		padding-top:74px;
		padding-right:20px;
	}
	
	#bannerCon {
		width:960px;
		height:207px;
		background : #a0a0a0 url('../images/banner.jpg') no-repeat;
	}
	
	#bannerBottom {
		height:30px;
		width:311px;
		background : #ffffff url('../images/bannerbottom.jpg') no-repeat;
	}
	
	#rightMainCol{
		text-align:left;	
	}
	
	#leftMainCol{
		text-align:left;	
	}	
	
	#rightSubCol{
		text-align:left;
		background : #ffffff url('../images/subPageBg.jpg') no-repeat;
	}
	
	#leftSubCol{
		text-align:left;	
	}
	
	#prodTitle{
		height:30px;
		width:224px;
		background : #ffffff url('../images/prodTitle.gif') no-repeat;
	}
	
	#articleTitle {
		height:30px;
		width:367px;
		background : #f2f2f2 url('../images/articleTitle.gif') no-repeat;
	}
	
	#newsTitle {
		height:51px;
		width:262px;
		background : #f2f2f2 url('../images/newsTitle.gif') no-repeat;
	}
	
	#newTitle {
		height:30px;
		width:591px;
		background : #4e4e4e url('../images/newTitle.gif') no-repeat;
	}
	
	#newItem {
		margin-top: 10px;
	}
	
	#linkHolder {
		border-top:1px solid #edc8c7;
		margin-top:12px;
		padding-top:12px;
		
	}
	
	#linkHolder a:link, #linkHolder a:visited {
		text-decoration:none;
		color:#ffffff;
	}

	#linkHolder a:hover {
		text-decoration:none;
		color:#333333;
	}
	
	#linkItem {
		background : url('../images/redarrowIcon.gif') no-repeat ;
		padding-left:20px;
		margin-bottom:12px;
	}
	
	#linkSubItem {
		background : url('../images/redtopArrow.gif') no-repeat ;
		padding-left:20px;
		margin-bottom:12px;
	}
	
	#ltBottom {
		width:590px;
		height:18px;
		background : url('../images/ltableBottom.gif') no-repeat ;
	}
	
	#ltsBottom {
		width:224px;
		height:18px;
		background : url('../images/lsubtableBottom.jpg') no-repeat ;
	}
	
	/* MENU STYLE */
	
	dl, dt, dd, ul, li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#menu {
		padding:16px 0 16px 40px;		
		width: 184px;
		font-weight:bold;
	}
	
	#menu dt {
		margin: 2px 0;
		text-align: left;
		min-height:18px;
	}
	
	#menu dd {
		display:none;
		min-height:18px;
	}
	
	#menu dt li a, #menu dt a {
		background : #c0c0c0 url('../images/redmenuarrow.gif') no-repeat;
		color: #fff;
		text-decoration: none;
		display: block;
		border: 0 none;
		height: 100%;
		padding:3px;
		padding-left:20px;
	}
	
	#menu dt a:hover {
		color:#af0600;
	}
	
	#menu dd li {
		padding-left:21px;
		color:#af0600;
	}
	
	#menu dd li a {
		color: #333333;
		text-decoration: none;
		border: 0 none;
		height: 100%;
		padding:3px;
		
	}
	
	#menu dd a:hover{
		color:#af0600;
	}
	/* MENU STYLE END */
	
	#quickmenu {
		padding-top:5px;
	}
	
	
	#newsLinks {  text-align: center;  vertical-align: middle; }
	
	#newsLinks div.icon   { margin: 1px; }
	#newsLinks div.icon a { 
		display: block; float: left;
		height: 15px !important;
		height: 15px; 
		width: 12px !important;
		width: 12px; 
		vertical-align: middle; 
		text-decoration : none;
		border: 1px solid #DDD;
		padding: 2px 5px 1px 5px;
		background-color: #e0dedc;
	}
	
	#newsLinks div.icon a:link    {  color : #808080;background-color: #e0dedc;  }
	#newsLinks div.icon a:hover   { 
		color : #ed6200; 
		background-color: #fffffe;  
		border: 1px solid #333333;
		padding: 2px 5px 1px 5px; 
	}
	#newsLinks div.icon a:active  {  color : #808080;  }
	#newsLinks div.icon a:visited {  color : #808080;  }
	
	.formbox {
		width:300px;
		font-size:11px;
		font-family: Arial,Verdana, Helvetica, sans-serif;
	}

	.submitBox{
		border:1px solid #cccccc;
		font-family: Arial,Verdana, Helvetica, sans-serif;
		font-size:11px;
		padding:3px;
	}
	
	.mailBox {
		width:155px;
		font-size : 11px;
		padding:1px;
		font-family : Arial, Helvetica, sans-serif;
	}

	#subHeader {
		font-size:16px;
		font-weight:bold;
		color:#666666;
		border-bottom:1px solid #cccccc;
		padding-bottom:5px;
	}