
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;
}
fieldset, img {border: 0 none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
textarea {overflow: auto}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
}
ol, ul {list-style: none outside none;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
address, caption, cite, code, dfn, em, th, var {font-style: normal;font-weight: normal;}
caption, th {text-align: left;}
q:before, q:after {content: "";}
abbr, acronym {border: 0 none;font-variant: normal;}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input, textarea, select {}
legend {color: #000;}


body { 
    font: 12px/1.5 Georgia,verdana,Tahoma,Helvetica;
    text-align: center;
    background-color:#fff;
}


a,a:link,a:active,a:visited { color: #707070; text-decoration: none; }

a:hover { color: #6ba100; text-decoration:underline;padding-bottom:1px; }

	
.clear {
    clear: both;
}
           		                                           
        
.hr_5, .hr_10 {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}
.hr_5 {
    height:5px;
}
.hr_10 {
    height: 10px;
}

.fr{ float:right;}
.fc{ float:center;}