@charset "utf-8";
body {
	font-size: 1em;
	color: #000;
	line-height: 1.5em; 
}
p {
	margin-bottom: 1.4em;
}
a{
	color #000;
	text-decoration: none;
}
h1{
	font-size: 2em;
	font-weight: normal;
}
h2{
	font-size: 1.4em;
	font-weight: normal;
}
h3{
	font-size: 1.2em;
	font-weight: normal;
}
.navigation, .main-left, .menu-top, .menu-header, .footer-menu, .controls, .print, .no-print{
	display: none;
}

.footer{
	font-size: 0.8em;
}

table{
	border-collapse: collapse;
	margin-bottom: 1.5em;
	width: 100%;
}
table th{
	border-collapse: collapse;
	border: 1px solid #333;
	padding: 3px 10px;
}
table td{
	border-collapse: collapse;
	border: 1px solid #333;
	padding: 3px 10px;
}

.float-left{
	float: left;
}
.float-right{
	float: right;
}
.clear{
	clear: both;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.vertical-line{
	padding: 0 0.6em;
}
.small{
	font-size: 0.9em;
}
.image-right{
	background: #fff;
	border: 1px solid #CDCECB;
	padding: 5px;
	float: right;
	margin: 0 0 5px 20px;
}
.image-left{
	background: #fff;
	border: 1px solid #CDCECB;
	padding: 5px;
	float: left;
	margin: 0 20px 5px 0;
}

