body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #2A4BBF;
	padding: 0;
	margin: 0;
}

.create {
	font-family: Tahoma;
	font-size: 12px;
	color: #888D9E;
}
.create a:link, .create a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #888D9E;
	text-decoration: none;
}
.create a:hover, .create a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #888D9E;
	text-decoration: underline;
}

.lang {
	font-family: Trebuchet MS,Arial,Tahoma, Verdana ;
	font-size: 12px;
	color: #888D9E;
	position: relative;
	right: 30px;
	top: 16px;
}
.lang a:link, .lang a:active {
	font-family: Trebuchet MS,Arial,Tahoma, Verdana ;
	font-size: 12px;
	font-weight: normal;
	color: #888D9E;
	text-decoration: none;
}
.lang a:hover, .lang a:visited {
	font-family: Trebuchet MS,Arial,Tahoma, Verdana ;
	font-size: 12px;
	font-weight: normal;
	color: #888D9E;
	text-decoration: underline;
}
.title {
	font-family:  Trebuchet MS,Arial,Tahoma, Verdana ;
	font-size: 12px;
	text-transform: uppercase;
	color: #fac304;
	font-weight: bold;
}
img {
	border: 0px;
}
.mail {
	font-family: Trebuchet MS,Arial,Tahoma, Verdana ; 
	color: #D3D3D3; 
	font-size: 13px;
}
.mail a {
	font-family: Trebuchet MS,Arial,Tahoma, Verdana ; 
	color: #D3D3D3; 
	font-size: 13px;
	text-decoration: underline;
}