@charset "UTF-8";

/*---------------------------------------------------------------
-----------------------------------------------------------------
common CSS
The date     : 2010.11.08
Last up date : 2010.11.08

-----------------------------------------------------------------
		-- YUI
		
		-- Basic Hyperlink Format
		
		-- Utilities class
-----------------------------------------------------------------
---------------------------------------------------------------*/

/*==================================================================

  YUI

================================================================== */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* =====================================================================

	Basic Hyperlink Format

 =================================================================== */
/* \*/ a { outline:none; overflow:hidden; } /**/
/* \*/ a:focus { outline:none; overflow:hidden; } /**/

a         { color: #000; border: none; text-decoration: none;}
a:visited { color: #000; text-decoration: none; }
a:hover   { color: #a28256; text-decoration: none; border:none; }
a:active  { color: #497288; text-decoration: none; }

a.altText:hover { background-color: transparent; }


::-moz-selection{
	background: #497288;
	color: #FFF9EF;
}
::selection {
	background: #497288;
	color: #FFF9EF;
}

/*==================================================================

  Utilities class

================================================================== */
.note, .success, .error{display:block;}
.error{color:#900;}
.success{color:#060;}
.note{font-weight:bold;}
.left{float:left;margin-right:1em;}
.right{float:right;margin-left:1em;}
.center{text-align:center;}
.fL{ float:left; }
.fR{ float:right;}
.vT{vertical-align:top;}
.fwB{font-weight:bold;}
.fwN{font-weight:normal;}
.taC{text-align:center;}
.taR{text-align:right;}
.taL{text-align:left;}
.hidden{display:none;}
.clear{clear:both;}
.inline { display: inline; }
.first{margin-left:0 !important;}
.last{margin-right:0 !important;}
.top{margin-top:0 !important;}
.bottom{margin-bottom:0 !important;}	
.hidden, .print{display:none;}
.graphic{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}
.btn a{
display:block;
line-height: 1;
font-size: 0.1%;
overflow:hidden;
text-indent:-8000px;
}
.pkg:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pkg{
	zoom: 1;
}
