﻿body 
	{margin:0px; padding:0px; font-family :Arial; font-size :small; }

input, textarea 
	{border :solid 1px #dcdcdc;}

.header , .footer, .menuu
	{width:100%; height :100px; background-color :Black;}
	
.footer { height:100px; color:White; font-size :10px;}
.menuu { height:20px;}

.menu, .menu_ 
		{
			background-color :White;
			background-image :url(../img/menu.png);
			background-position :0px 0px;
			color:Black; float :left;
			width :100px;
			height :20px;
			margin:0px 5px 0px 5px;
			padding-top :12px;
			text-align :center;
		}
.menu_
        {
			
		background-position: 100px 0px;
		}
		
.menu a, .menu_ a
		{
			text-decoration:none; color:Black ; font-weight :bold ; font-size:12px;
			
		}