body {
	background-color: #F8FDFF;
	margin: 0;
}
.Text_Tahoma {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
.Text_Grey {
	font-family: Tahoma;
	color: #585858;
	font-size: 11px;
	text-decoration: none;
}
.Text_White {
	font-family: Tahoma;
	color: #F5F5F5;
	font-size: 11px;
	text-decoration: none;
}
.Text_Field {
	font-family:Tahoma;
	font-size:11px;
	border: 1px solid #FFFFFF;
}
.Button {
	font-family:Tahoma;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	width: 50px;
	height: 19px;
	background-color:#FFFFFF;
	border:none;
	background-image:url(../images/button_img.jpg);
}
