.sizu12 {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}
.sizu14 {
	font-size: 14px;
	line-height: 18px;
}
.sizu10 {
	font-size: 10px;
	line-height: 15px;
	color: #666666;
}
.sizu16 {
	font-size: 16px;
	line-height: 15px;
}
.css16 {
	font-size: 16px;
	line-height: 18px;
}
.txt12g {
	font-size: 12px;
	line-height: 18px;
}
.css14g {
	font-size: 14px;
	line-height: 18px;
}
.unnamed1 {
	font-size: 14px;
	word-spacing: 5px;
	letter-spacing: 2px;
}
.txt14c {
	font-size: 14px;
	word-spacing: 6px;
	letter-spacing: 3px;
}
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
