/*@charset "utf-8"*/

* {
	margin:0;
	padding:0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	font:1em Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color:#f4f3f3;
}

h1, h2, h3, h4, h5, h6 {
/*    font-size:100%;
    padding:.6em 0;
    margin:0 15px;*/
}

ul, ol { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}

:focus { outline:0; }

ins { text-decoration:none; }

del { text-decoration:line-through; }

table {
    border-collapse:collapse;
    border-spacing:0;
}

a {
    color:black;
    text-decoration:none;
}

a:hover { text-decoration:underline; }

.textleft { text-align:left; }

.textright { text-align:right; }

.textcenter { text-align:center; }

.textjustify { text-align:justify; }

.hidden { display:none; }

.floatbox { overflow:hidden; }

.floatleft {
    float:left;
    padding:.5em .5em .5em 0;
    overflow:hidden;
}

.floatright {
    float:right;
    overflow:hidden;
}

.center {
    text-align:center;
    margin:0 auto;
}

.left {
    float:left;
    overflow:hidden;
}

.right {
    float:right;
    overflow:hidden;
}

.clearfix, .clearright, .clearleft {
    height:0;
    font-size:0;
    line-height:0;
    display:block;
}

.clearfix { clear:both; }

.clearright { clear:right; }

.clearleft { clear:left; }

.width20 {
    width:19.999%;
    padding-left:0;
    padding-right:0;
}

.width25 {
    width:24.999%;
    padding-left:0;
    padding-right:0;
}

.width33 {
    width:33.333%;
    padding-left:0;
    padding-right:0;
}

.width50 {
    width:49.999%;
    padding-left:0;
    padding-right:0;
}

.width66 {
    width:66.666%;
    padding-left:0;
    padding-right:0;
}

.width75 {
    width:74.999%;
    padding-left:0;
    padding-right:0;
}

.width100 {
    width:100%;
    padding-left:0;
    padding-right:0;
}

.hidden {
	display:none;
}


/* end reset */