/* CSS Document */


a:link		{	color: #CC0033;		}
a:visited	{	color: #CC0033; 	}
a:hover		{	text-decoration: none;	}
a:active	{	color: red;		}




	#sol	{
			font-family: Verdana;
			color: #808080;
			font-size: 8pt;
			position:relative;
			left:30px;
			top:15px;
			width:210px;
			height:auto;
			padding-bottom:30px;
			z-index:1;
		}

		#orta    {
			font-family:Verdana;
			color: black;
			font-size: 9pt;
			position: absolute;
			left:270px;
			top: 6px;
			width: 500px;
			height: auto;
			padding: 25px;
			border-left: thin dotted Gray;
			z-index:2;
		}


		#sag    {
			font-family: Verdana;
			color:#FF0000 ;
			font-size: 9pt;
			position: absolute;
			left:800px;
			top: 20px;
			width: 150px;
			height: 350px;
			padding: 15px;
			z-index:2;
		}



		#alt	{
			font-family: Verdana;
			color:black ;
			font-size: 8pt;
		
		}
