
/* Type Selector */
* {
    margin: 0;
    padding: 0;
    font-size: 13px;
		font-style: normal;
    font-family: Tahoma,Verdana,Sans-serif,Arial;
		color: #707070;
}
input,select {font-size: 13px;color:#404040;}
img, fieldset {border: none;}
hr, legend {display£ºnone;}
li {list-style-type:disk;} 
a {text-decoration:none;}
a:visited {}
a:hover, a:active, a:focus {color: #600;}
html:first-child select {padding-right: 6px; height: 20px;} /* Opera Fix */
option, x:-moz-any-link {padding-right: 4px;} /* Firefox Fix */
option, x:-moz-any-link, x:default {padding-right: 0;} /* Firefox Fix */
body {height: 100%;margin-top:0px}
.clear {
    clear: both;
    display: block;
    float: none;
    font-size: 0 !important;
    height: 0;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
}



