/* ** ** ** ** ** ** ** ** base css ** ** ** ** ** ** ** ** */

body,html{
    background:white;
    margin:0;
    padding:0;
}

/*body *{
	margin:0;
    padding:0;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: Tahoma;
}*/

div, p, a, input, textarea, label, table, td,tr, b,span, ul, li,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

body{
    font: 62.5%/1 Tahoma,Arial,Verdana; /* now 1em = 10px */
}

a{
    color:#000;
    cursor:pointer;
    outline:none;
}

a:hover{
    text-decoration:none;
}

img{
    border:none;
	vertical-align:middle
}

input{
	vertical-align:middle;
}

h1,h2,h3,h4,h5,h6{ 
    font-weight:normal;
}

ul{
    list-style:none;
}

