@charset "utf-8";
*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #fff;
	color: #000000;
	font-family: "verdana", arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
span
{
  font-weight: bold;
}
h1
{
  text-align: left;
}


h2
{
  font-size: 12pt;
  font-weight: normal;
  text-align: center;
  padding: 0 0 0.5cm 0;
}
p
{
  font-size: 10pt;
	line-height:12pt;
	margin:5px 0;
}
a:link, a:visited
{
	color:#666666;
	text-decoration: none;

}
a:hover, a:active, a:focus
{
	color:#333333;
}

img
{
	border:0;
}

.container
{
	position: relative;
	background: #fff;
	border: none;
	color: #000000;
	font-size: 12pt;
	margin: 0 auto;
	width: 20.2cm;
	text-align: left;
}

.break
{
	page-break-before: always;
	height: 1px;
}

/* ############## BODY STYLES ################# */

#nav, #function_nav, .main_left, .splash_left, .splash_right, #footer
{
   display: none; 
}

#header
{
  height: 120px
}

#logo img
{
  height: 0;
  width: 0;
}

#print_logo
{
  top: 30px;
  left: 30px;
  height: 120px;
}

#print_logo img
{
  height: 106px;
  width: 252px;
}
.main_right
{
  width: 17cm;
  float: left;
  padding-left: 1cm;
}

.main_right h2
{
  text-align: left;
}
