.white {color:#fff;}
ul.thumb {
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 77px;
}
ul.thumb li {
	margin: 0; 
	padding: 5px;
	float: left;
	position: relative;
	width: 165px;
	height: 129px;
}
ul.thumb li img {
	border: none;
	width: 165px; 
	height: 129px;
	position: absolute;
	left: 0; 
	top: 0;
	-ms-interpolation-mode: bicubic;
}
/*-----------------------------------------*/
* {
	border-collapse: collapse;
	font-family: Verdana, Arial;
	color: #444;
	font-size: 12px;
}
/*--------------------------------------------------*/
body {
	background-color: #444;
	padding: 0px;
	margin: 0px;
	background-image: url(images/env/bg1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	text-align: left;
}
tr.title_bg {
	background-image: url(images/env/bg2.gif);
	background-repeat: repeat-x;
}
.text_big {
	font-family: Verdana, Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #a90037;
}
textarea {
	font-family: Verdana, Arial;
	font-size: 12px;
}
h2 {
	font-size: 24px;
	color: #a90037;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}
.text_red {
	color: #a90037;
}
.fb_mess {
	color: #FFFFFF;
}
.fb_error {
	color: #FF0000;
}
.text_small {
	font-size: 10px;
	color: #666;
}
.text_ann {
	font-family: Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
a {
	color: #006699;
}
a:hover {
	color: #a90037;
}