/* IMPORT */
@import "reset.css";

/* COMMON */

html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0 0 50px 0;
	color: #000000;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	background: url(../images/bg.gif) repeat-x 0 -25px #FFFFFF;
	font-size: 1.2em;
}

html body div.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.hide {
	display: none !important;
}

.padding {
	height: 20px;
	clear: both;
}

a {
	color: #006abb;
	text-decoration: underline;
} a:hover, a:active {
	text-decoration: none;
}

.icon {
	padding-left: 25px !important;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	display: inline-block;
}

.a_icon {
	display: inline-block;
	text-indent: -2000em !important;
	text-align: left;
	width: 25px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

small {
	font-size: 90% !important;
	color: #555555;
}

.image_right {
	display: block;
	margin: 0 0 15px 15px;
	float: right;
}

.image_left {
	display: block;
	margin: 0 5px 5px 0;
	float: left;
}

.image_center {
	display: block;
	width: auto;
	margin: 0 auto 20px auto;
}

.right {
	float: right;
}

.left {
	float: left;
}


.hr {
	clear: both;
	height: 10px;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 20px;
	clear: both;
}

.hr hr {
	display: none;
}

.line-through {
	text-decoration: line-through;
}