@charset "utf-8";
/* CSS Document */


.txt {
	color: #666666;
	font: 8pt/18px Arial, Helvetica, sans-serif;
}
.txt2 {
	color: #1c83cb;
	font: 10pt/18px Arial, Helvetica, sans-serif;
}
.txt3 {
	color: #1c83cb;
	font: 8pt/18px Arial, Helvetica, sans-serif;
}
.txt4 {
	color: #004eb7;
	font: 11pt/18px Arial, Helvetica, sans-serif;
}
.txt_ask {
	color: #666666;
	font: 10pt/18px Arial, Helvetica, sans-serif;
}
.link a {
	color: #000000;
	font: 8pt Arial, Helvetica, sans-serif;
}

.link a:link { color: #000000; text-decoration: none}
.link a:active { color: #000000; text-decoration: none}
.link a:visited  { color: #000000; text-decoration: none}
.link a:hover { color: #666666; text-decoration: underline}
.link_b a {
	color: #1c83cb;
	font: 9pt Arial, Helvetica, sans-serif;
}

.link_b a:link { color: #1c83cb; text-decoration: underline}
.link_b a:active { color: #1c83cb; text-decoration: underline}
.link_b a:visited  { color: #1c83cb; text-decoration: underline}
.link_b a:hover { color: #e65c14; text-decoration: none}
.tab {
	background: #d1d1d1;
}
.tab_right {
	background: #FFF url(images/chat_bg_big.jpg) no-repeat right;
}
.main {
	width: 780px;
	position: absolute;
	left:50%;
	margin-left: -490px;
}
.m1 {
	width: 763px;
	float:left; 
	display: inline;
	*margin-right:-1px;
}
.m2 {
	width: 208px;
	float:right; 
	display: inline;
	
}
.m3 {
	width: 208px;
	float:left; 
	display: inline;
	
}