@charset "utf-8";
body {
	background: #F2F2F2;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: justify;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

html {
overflow: -moz-scrollbars-vertical;
min-height: 100%;
overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, p {
	color: #000000;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h6 {
	font-size: 9px;
}

a img {
	border: none;
	text-align: center;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #FF0000;
	text-decoration: underline;
}

.container {
	width: 980px;
	margin: 0 auto;
	background-color: #F2F2F2;
}

.header {
	background: #F2F2F2;
	height: 100px;
}

.navigation {
	padding: 4px;
	background: #FF0000;
	font-size: 14px;
	font-weight: bold;
	color: #F2F2F2;
	text-align: center;
}

.navigation a:link {
	color: #F2F2F2;
	text-decoration: none;
}
.navigation a:visited {
	color: #F2F2F2;
	text-decoration: none;
}
.navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}

.navigation_rot {
	color: #993300;
}

.content {
	padding: 5px 0px 5px 0px;
}

.table {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.border {
	border: 1px dotted #CCCCCC;
}

.footer {
	padding: 0 0 5px;
	background: #F2F2F2;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

.fltrt {
	float: right;
	margin-left: 15px;
}
.fltlft {
	float: left;
	margin-right: 15px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
