/*
	$Id: bottom.css,v 1.2.2.3.2.2 2007/02/27 16:01:48 ybulahov Exp $
*/

/* bottom (begin) */

	.bottom
	{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 10px;
		color: #000;
	}
	
	.bottom a
	{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 10px;
		color: #000;
		text-decoration:underline;
		padding: 1px 10px 2px 10px;
		line-height: 25px;
		border-right : 1px solid #000;
	}

	.bottom a.last
	{
		border-right : 0px solid #000;
	}
	
	.bottom a:visited
	{
		color : #000;
	}
	
	.bottom a:hover
	{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 10px;
		color: #000;
		text-decoration:underline;
		padding: 1px 10px 2px 10px;
		line-height: 25px;
		border-right : 1px solid #000;
	}

	.bottom a:hover.last
	{
		border-right : 0px solid #000;
	}
	
	.old_cod
	{
		margin-top: 20px;
	}
	
/* bottom (end) */

