/* Print CSS
----------------------------------------------- */

body {
	margin:0px;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link, a:active, a:visited  {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: none;
}


img { border-style:none }

em {
	color: #333333;
	font-style:italic;
}

strong {
	color: #000000;
}

abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.skip {
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

h1 {
	font-size: 19pt;
	color: #000000;
	font-family: Tahoma, Arial;
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
	float: left;
	height: 1cm;
	width: 20cm;
}
h2 {
	font-family: Tahoma, Arial;
	font-size: 12pt;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}




/* CONTAINER
----------------------------------------------- */

#container {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}
#header/* HEADER
----------------------------------------------- */
	
 {
	width: 20cm;
	padding: 0px;
	height: 95px;
	margin-top: 0px;
}
.search {
	font-family: Tahoma, Arial;
	width: 1px;
	float: right;
	margin-top: 40px;
	height: 1px;
	margin-right: 10px;
	overflow: hidden;
	visibility: hidden;
}
.search #go {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 21px;
	width: 66px;
	background-image: url(../img/search-bg2.gif);
	background-repeat: no-repeat;
}
.search input {
	border: 1px solid #c3c3c3;
	color: #009DC4;
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	height: 18px;
	width: 158px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
	background-image: url(../img/search-bg.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
#logoweb {
	float: left;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	height: 1px;
	width: 1px;
}

#logoprint {
	float: left;
	width: 20cm;
	height: 3cm;
}
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.7em;
	color: #000000;
	height: 1px;
	width: 1px;
	overflow: hidden;
	visibility: hidden;
}
#main-nav {
	height: 1px;
	width: 1px;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
}




/* FOOTER
----------------------------------------------- */

#footer {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 8pt;
	padding-left: 0px;
	font-weight: normal;
	width: 100%;
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
}

#footer p{
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 21px;
}

#footer img{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer strong{
	color: #333333;
	font-weight: normal;
}

#footer em{
	color: #000000;
	font-weight: bold;
}

#footer a{
	margin: 0px;
	padding: 0px;
	color: #666666;

}
#footer ul {
	list-style:none;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	visibility: hidden;
}

#footer li {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	display: inline;
	padding-left: 10px;
}

/* TABLE
----------------------------------------------- */

dt{
	width:25em;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	font-size: 0.7em;
	border-bottom-width: 1px;
	border-bottom-color: #C0CCD2;
	border-bottom-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}
dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 0.7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0CCD2;
	padding-top: 2px;
	padding-bottom: 2px;
}
dl {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.float-left {
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	height: 1px;
	width: 1px;
}
.float-right {
		overflow: hidden;
	position: absolute;
	visibility: hidden;
	height: 1px;
	width: 1px;
}