@charset "utf-8";
/* CSS Document */

html { margin:0px; padding:0px; }
body { margin:0px; padding:0px; background:url(../images/background.jpg) no-repeat fixed;  background-size:100% auto;  background-color: #eff2f7;}



.h1 {
  color: #666; font-size: 26px; font-family: Arial, Helvetica, sans-serif; font-weight:bold;
}

.h2 {
  color: #666; font-size: 20px; font-family: Arial, Helvetica, sans-serif; font-weight:bold;
}

.h3 {
  color: #666; font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight:bold;
}

.h4 {
  color: #666; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight:bold;
}



a:link { font-weight:normal; color:#666; text-decoration:none; } 
a:visited { font-weight:normal; color:#666; text-decoration:none; } 
a:focus { font-weight:normal; color:#319ea5; text-decoration:none; } 
a:hover { font-weight:normal; color:#319ea5; text-decoration:none; } 
a:active { font-weight:normal; color:#319ea5; text-decoration:none; }

.border {   border-width: 1px; border-color: #909ba5; border-style: solid; } 

.scrollBotx{
	width:50px; 
	height:50px;
	padding:10px;
	text-align:center; 	
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:2px;
	right:10px;
	z-index:999;
	display:none;
	background: url('../images/top2.png') no-repeat;
}


.scrollBotx:hover,{
	text-decoration:none;
}
