    @charset "utf-8";  
      
    /* 
    =========================================================== 
        reset.css ver 1.1 [2008/7/2]  
        *This document vali<span class="hilite">d</span>ates as CSS level 3 
        *GNU General Public License v3 
        *http://higash.<span class="hilite">net/20080702/reset_css2</span>.html 
     
        Modify YUI Reset CSS, YUI Fonts CSS  
        *Copyright (c) 2008, Yahoo! Inc. All rights reserved. 
        *http://developer.yahoo.com/yui/license.html 
         
        Mo<span class="hilite">d</span>ify Formy CSS Form Framework 0.8(beta) 
        *GNU General Public License v2 
        *http://<span class="hilite">co</span><span class="hilite">d</span>e.<span class="hilite">google</span>.com/p/formy-css-framework/ 
    =========================================================== 
    */  
	
    /* --HTML-- */  
    html {  
    color:#333;  
    overflow-y:scroll;
	height:100%;
    }  
      
    /* --OTHER TAGS-- */  
    a img, img {   
    border:0;
	margin:0;
	padding:0;
    }  
      
    blockquote, dd, div, dl, dt,  
    h1, h2, h3, h4, h5, h6,  
    li, ol, p, pre, span, td, th, ul {  
    margin:0px;  
    padding:0px;
    }  
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}    abbr, acronym {  
    border:0;  
    }  
      
    address, caption, cite, code, dfn, em, th, var {  
    font-weight:normal;  
    }  
      
    caption, th {  
    text-align:left;  
    }  
      
    code, kbd, pre, samp, tt {  
    font-family:monospace;  
    line-height:100%;  
    }  
      
        /* for IE7 */  
        *+html code, kbd, pre, samp, tt {  
        font-size:108%;   
        }  
      
    h1, h2, h3, h4, h5, h6 {  
    font-size:100%;  
    font-weight:normal;  
    }  
      
    ol, ul {  
    list-style:none;  
    }  
      
    q:before, q:after {  
    content:'';  
    }  
      .has-small-font-size{  
    font-size: 80% !important;
    }  
      .has-medium-font-size{  
    font-size: 110% !important;
    }  
      .has-large-font-size{  
    font-size: 140% !important;
    }  
      .has-large-font-size{  
    font-size: 160% !important;
    }  
    /* tables still need 'cellspacing="0"' */  
    table {  
    bor<span class="hilite">d</span>er-collapse:<span class="hilite">co</span>llapse;  
    bor<span class="hilite">d</span>er-spacing:0;  
    font-size:100%;  
    }  /* form */  
