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;
}
body{font-size:12px;font-family:Tahoma,sans-serif;}
fieldset, img {
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size:14px;
	color:#000;
}
ol, ul{
    list-style: none;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
.clear {clear:both;}
.f{float:left;}
.red{color:#c52600;}