@charset "utf-8";
/*
--------------------------------------------------
Reset and Base CSS
FileName:   base.css
Version:    2010/02/23

1. YUI Library - Fonts -
2. YUI Library - Reset -
3. Base
--------------------------------------------------
*/

/*------------------------------

1. YUI Library - Fonts -

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0

77%  = 10px	|	123.1% = 16px	|	167% = 22px	
85%  = 11px	|	131%   = 17px	|	174% = 23px
93%  = 12px	|	138.5% = 18px	|	182% = 24px
100% = 13px	|	146.5% = 19px	|	189% = 25px
108% = 14px	|	153.9% = 20px	|	197% = 26px
116% = 15px	|	161.6% = 21px	|

------------------------------*/


body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button{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%;}


/*------------------------------

2. YUI Library - Reset -

Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0

------------------------------*/


html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
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:'';}a
bbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}


/*------------------------------

3. Base

------------------------------*/


body {
  min-width: 700px;
  color: #333333;
  background: #fa4b1c url("../images/bg.jpg") repeat-x;
  background-attachment: fixed;
  font-family: "Verdana", "Arial";
}

p, pre, address, cite {
  font-size: 100%;
  line-height: 1.5;
}

em, strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  border: none;
}


/*----------
Forms
----------*/

input, textarea {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}

input:hover,
textarea:hover {
  border: 1px solid #aaa;
}

input:focus,
textarea:focus {
  border: 1px solid #000;
}


/*----------
Hypertext
----------*/

a:link    { text-decoration: none; color: #3D4BB2;}
a:visited { text-decoration: none; color: #3D4BB2;}
a:active  { text-decoration: none; color: #3D4BB2;}
a:hover   { text-decoration: none; color: #FFFFFF;}


