body 
	{
	background: #4A4946;
	font-family: tahoma;
	margin: 0px;
	padding: 0px;
	}
	
a:link 
	{
	color: #D92F32;
	text-decoration: none;
	font-size: 12px;
	}

a:visited 
	{
	color: #D92F32;
	text-decoration: none;
	font-size: 12px;
	}

a:active  
	{
	color : #D92F32;
	text-decoration: none;
	font-size: 12px;
	}
	
a:hover 
	{
	color : #DA474A;
	text-decoration: none;
	font-size: 12px;
	}
	
	.td_arow
	{
		height: 294px;
	}
	
	.td_left
	{
	 width: 3px;
	height: 3px;
	background-image: url(img/a-left.gif);
	}
	
	.td_centr
	{
	 background-image: url(img/a-cen.gif);
	 width: 100%;
	 height: 3px;
	}
	
	.td_right
	{
	 width: 3px;
	height: 3px;
	background-image: url(img/a-right.gif);
	}
	
	.td_left_bot
	{
	 width: 3px;
	height: 3px;
	background-image: url(img/a-left-bot.gif);
	}
	
	.td_centr_bot
	{
	 background-image: url(img/a-cen-bot.gif);
	 width: 100%;
	 height: 3px;
	}
	
	.td_right_bot
	{
	 width: 3px;
	height: 3px;
	background-image: url(img/a-right-bot.gif);
	}
	
	.td_midle_left
	{
		height: 100%;
		width: 3px;
		background: url(img/a-midle-left.gif);
	}
	
	.td_midle_right
	{
		width: 3px;
		background: url(img/a-midle-right.gif);
	}
	
	.td_bg_top
	{
	width: 100%;
	background-image: url(img/bg_top.gif);
   }
	
	.rd
	{
	background-image: url(img/rd.gif);
	width: 100%;
   height: 1px;
   }
	
	.td_base
	{
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.td_base2
	{
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 10px;
	}
	
	.td_logo
	{
		background-image: url(img/w-s.gif);
		width: 175px;
		height: 56px;
	}
	