﻿/*header small*/
.header
{
	background-image:url(../header/header_s.gif);
	background-repeat:repeat-x;
	width:160px;
	text-align:left;		
	font-size:12px;
	float:left;		
	padding:10px 0px 0px 10px;
	height:25px;
	letter-spacing:0.1em;	
	color:#ffffff;	
	font-weight:bold;
	text-transform:uppercase;
}
.header .Text a
{
	color:#ffffff;	
}
/*Header grey*/
.header_grey
{
	background-image:url(../header/header_grey.gif);
	background-repeat:repeat-x;
	width:160px;
	text-align:left;		
	font-size:12px;
	float:left;		
	padding:10px 0px 0px 10px;
	height:25px;
	letter-spacing:0.1em;	
	color:#ffffff;	
	font-weight:bold;
	text-transform:uppercase;
}
.header_grey .Text a
{
	color:#ffffff;	
}
.width160
{
	width:160px;
}
.width290
{
	width:290px;
}
.width600
{
	width:600px;
}
.width910
{
	width:910px;
}