html, div, body, ul, li, dl, dd, dt{}

body{
	color: #787878;
	border: none;
	text-decoration: none;
}

h1{
    font-size:18px;
    
}

h3{
	font-size:13px;
	text-align:center;
    padding:2px;
    margin:4px;

}

h4, h5{
	font-size:12px;
    color:#7C6D68;
    padding:2px;
    margin:8px 0 0 0;
}

p{
    text-align:justify;
    padding:5px 0;
    margin:0;
}

a img{
    border:none;
}

a, a:link, a:visited{
    color:#7C6D68;
}

a:hover{
	text-decoration:none;
}


input, textarea, select{
    padding-left: 2px;
    border:1px solid #9E9E9E;
    font-family:Tahoma,sans-serif;
    font-size:11px;
}

.clear{
    clear:both;
}



.xsmall{
    font-size:10px;
}
.small{
    font-size:11px;
}
.big{
    font-size:14px;
}
.huge{
    font-size:22px;
}


