@charset "utf-8";

/*======================================

	Copyright (c) 2010, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.com/yui/license.html
	version: 3.3.0
	build: 3167

	Font-size Adjustment
	
	10px ----- 77%
	11px ----- 85%
	12px ----- 93%
	13px ----- 100%
	14px ----- 108%
	15px ----- 116%
	16px ----- 123.1%
	17px ----- 131%
	18px ----- 136%
	19px ----- 144%
	20px ----- 152%
	21px ----- 159%
	22px ----- 167%
	23px ----- 174%
	24px ----- 182%
	25px ----- 189%
	26px ----- 197%

=======================================*/

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body{
	font:15px/1.231 arial,helvetica,clean,sans-serif;
}
select,input,button,textarea{
  font:99% arial,helvetica,clean,sans-serif;
}
table{
  font-size:inherit;
  font:100%;
}

/*======================================

  reset

=======================================*/

body, html, div, img, p, h1, h2, h3, h4, h5, h6, ul, ol,li, dl, dt, dd, a, address, table, tr, th, td{
  margin: 0;
  padding:0;
  border: 0;
  outline: none;
  font-style:normal;
  font-weight:normal;
}

address {
	font-style:normal;
}

h1, h2, h3, h4, h5, h6{
  font-size: 1em;
  font-weight:normal;
}  
ul/*, ol*/{
  list-style: none;
}  
a:link,
a:visited {
	color: #026ec2;
  text-decoration: underline;
}
a:hover {
	color: #026ec2;
  text-decoration: none;
}
a img{
	border: none;
}

.block {
	display:block;
}

.pt20 {
	padding-top:20px !important;
}

.pb20 {
	padding-bottom:20px !important;
}

.pb3 {
	padding-bottom:3px !important;
}

.mt10 {
	margin-top:10px;
}

.mt30 {
	margin-top:30px;
}

.mb15 {
	margin-bottom:15px;
}

.mb30 {
	margin-bottom:30px;
}

.w150 {
	width:150px !important;
}

.tac {
	text-align:center;
}

.tar {
	text-align:right;
}


.colorred {
	color:#ff0000;
}

.pointers , #pointer {
	cursor:pointer;
}

strong {
	color:#F33;
	font-weight:bold;
}

em {
	font-weight:bold;
	font-style:normal;
}

.red {
	color:#F33;
}

.b_red {
	color:#F33;
	font-weight:bold;
	font-size:30px;
}

/*--------------------------------------
  clear
---------------------------------------*/

.clrfx{
	min-height:1%;
	/*padding-top: 1px;*/
}
.clrfx:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html .clrfx{/* for IE */
	/*\*/height:1%;/* for WinIE */
	display:inline-table;/* for MacIE */
}
body*.clrfx:after{
	content:".";
}




