/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
*:focus, a:active, a:focus {
	outline: 0;
}
a:active, a:focus {
	outline: none;
}
a, a:hover {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
input {
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
}
input:focus {
	outline-width: 0;
}

/*ALWAYS*/

#logo {
	height: 48px;
	width: 209px;
	background: url("../images/logo.jpg") no-repeat;
	text-indent: -9999px;
}

/*REPEAT*/

.clear {
	clear: both;
}

.overflow {
	overflow: hidden;
}

.dx {
	float: right
}

.sx {
	float: left;
}

.justify {
	text-align: justify;
}

.box {
	overflow: hidden;
}
