@charset "UTF-8";
body {
	background-image: url(../images/bcakground.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size:11px;
	color: #8b8b8b;
	line-height:15px;
}

.input_text {
	background-image:url(../images/input_box.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	width:116px;
	height:14px;
	border:none;
	font-size:0.8em;
	padding-left:4px;
	color:#999;
	border-width:0px;
}
.input_search {
	background-image:url(../images/input_box_search.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	width:151px;
	height:15px;
	border:none;
	font-size:1em;
	padding-left:4px;
	color:#999;
	border-width:0px;
}
.input_image{
	vertical-align:middle;
}
em, i {
	font-style: italic;
}
.cufon-active h2 { /* for Cufon.replace('h1') */
	font-size: 1em;
	text-indent:0px;
	margin-top:6px;
	margin-bottom:6px;
}
.cufon-loading h2 { /* for Cufon.replace('h1') */
	visibility: hidden !important;
}
.cufon-ready h2 { /* for Cufon.replace('h1') */
	font-size: 1em;
	text-indent:0px;
	margin-top:6px;
	margin-bottom:6px;

}
.cufon-active h3 { /* for Cufon.replace('h1') */
	font-size: 1em;
	color:#BCBCBC;
	text-indent:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.cufon-loading h3 { /* for Cufon.replace('h1') */
	visibility: hidden !important;
}
.cufon-ready h3 { /* for Cufon.replace('h1') */
	font-size: 1em;
	text-indent:0px;
	margin-top:0px;
	margin-bottom:0px;
	color:#BCBCBC;
}
.img_port {
	border:1px solid #D3D3D3;
}
.bold_text {
	color:#666;
}
.green_text {
	color:#81b52e;
}
.copyright {
	font-size:10px;
	color:#CCC;
}
A:link {
	TEXT-DECORATION: none;
	color: #8b8b8b;
}
A:visited {
	TEXT-DECORATION: none;
	color: #8b8b8b;
}
A:hover {
	TEXT-DECORATION: none;
	color: #8b8b8b;
}
.loadingImage { 
  /* absolutely position the image on top of your big image */ 
} 
.loadingComplete { 
  /* loading complete, so hide this */ 
  display: none; 
} 
