@charset "utf-8";

/* +  Reset */
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 {
  margin:0;
  padding:0;
  outline:0;
  border:0;
  background:transparent;
  vertical-align:baseline;
  font-size:100%;
}
table, caption, tbody, tfoot, thead, tr, th, td {
  margin:0;
  padding:0;
  outline:0;
  border:0;
  vertical-align:baseline;
  font-size:100%;
}
body {
  line-height:1;
  font-family: Verdana, Arial, Helvetica, san-serif;
  position:relative;
}
blockquote, q {quotes:none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content:none}
a img {border:0}
input, select, textarea {font-family:inherit; font-size:inherit}

:focus {outline:0}

ins {text-decoration:none}
del {text-decoration:line-through}

sup {vertical-align:baseline; position:relative; top:-0.4em}
sub {vertical-align:baseline; position:relative; bottom:-0.4em}

table {border-collapse:collapse; border-spacing:0}
/* - Reset */

/* + Global parameters */

a {text-decoration:underlie}
a:hover {text-decoration:none}

.clearfix:after {content:''; clear:both; display:block; width:0; height:0; overflow:hidden; font-size:0}
.clearfix {display:inline-block}
html[xmlns] .clearfix {display:block}
* html .clearfix {height:1%}

.clear {clear: both; line-height: 0; height: 0}
.minclear {clear: both; height:0px; font-size: 1px; line-height: 0}
/* - Global parameters */


/* + Common classes */
.content h1 {font-size:20px; font-weight:400; line-height:22px; margin-bottom:16px}
.content h2 {font-size:18px; font-weight:400; line-height:20px; margin-bottom:15px}
.content h3 {font-size:16px; font-weight:bold; line-height:18px; margin-bottom:10px}
.content h4 {font-size:15px; font-weight:400; font-style:italic; line-height:17px; margin-bottom:10px}
.content h5 {font-size:13px; font-weight:bold; line-height:15px; margin-bottom:10px}
.content h6 {font-size:12px; font-weight:400; line-height:15px; margin-bottom:10px; text-decoration:uppercase}

.content p {margin-bottom:15px}

.content ul, .content ol {padding-left:20px; margin-bottom:15px}
/* - Common classes */


/* + Layout */

	/* + Wrapper */
	.wrapper {
		padding:0 90px 40px;
		font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
		color:#363636;
		}
	/* - Wrapper */


	/* + Header */
	.header {
		margin-bottom:40px;
		}

		.header .navigation-top {
			display:block;
			padding:10px 0;
			margin:0 -90px 30px;
			overflow:hidden;
			background:#851e02;
			}
			.navigation-top ul {
				padding:0 90px;
				list-style:none;
				}
			.navigation-top ul li {
				float:left;
				display:inline;
				margin-bottom:3px;
				margin:0 20px;
				padding-left:20px;
				font-size:14px;
				line-height:18px;
				}
				.navigation-top ul li a,
				.navigation-top ul li a:visited,
				.navigation-top ul li.active {
					display:block;
					padding:1px 0;
					color:#ffffff;
					text-decoration:none;
					}
				.navigation-top ul li b {
					float:left;
					margin-left:-20px;
					font-weight:normal;
					}
			.navigation-top ul li.active {color:#000}
			.navigation-top ul li a:hover {color:#9f9f9f}

		.header .logo {
			display:block;
			font:normal normal 32px/36px Verdana, sanserif;
			line-height:40px;
			color:black;
			}

	/* - Header */



	/* + Content */
	.content {
		font-size:12px;
		line-height:18px;
		}


		.table1 {
			width:100%;
			}
			.table1 th {
				padding:10px;
				background:#444;
				color:#fff;
				font-weight:400;
				text-align:left;
				vertical-align:top;
				}
			.table1 td {
				padding:10px 15px;
				text-align:left;
				vertical-align:top;
				border-bottom:1px solid #bebebe;
				background:#eee;
				}
	/* - Content */


/* - Layout */
