@charset "utf-8";

/* ===============================================

	FORMAT
  
=============================================== */
*{
	zoom: 1;
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5 {
	line-height: 1;
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: bottom;
}

ul, ol, li, dl, dt, dd {
	list-style:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-weight:normal;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}



/* ===============================================

	FONT SIZE
  
==================================================

Yahoo UI Library Fonts CSS
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/

   Font-size Adjustment

   10px = 77%       |   11px = 85%
   12px = 93%       |   13px = 100%
   14px = 108%      |   15px = 116%
   16px = 123.1%    |   17px = 131%
   18px = 138.5%    |   19px = 146.5%
   20px = 153.9%    |   21px = 161.6%
   22px = 167%      |   23px = 174%
   24px = 182%      |   25px = 189%
   26px = 197%

=============================================== */
body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.3;
}

table {
	font-size: inherit;
	font: 100%;
}
 
select, input, textarea {
	font-size: 100%;
}

sup {
	font-size:77%;
	vertical-align:top;
}



/* ===============================================

	FONT FAMILY
  
=============================================== */
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",Verdana, Arial, Helvetica, sans-serif;
}



/* ===============================================

	LINK DECORATION
  
=============================================== */
a {
	color: #2f72a7;
	text-decoration: none;
	outline:none;
}

a:link {
	color: #2f72a7;
	text-decoration: none;
}

a:visited {
	color: #2f72a7;
	text-decoration: none;
}

a:hover {
	color: #2f72a7;
	text-decoration: underline;
}



/* ===============================================

	CLEAR FIX
  
=============================================== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

/* ===============================================

	OTHER
  
=============================================== */
.txtLeft{
	text-align:left!important;
}