#pdfmessage {
	position: absolute;
	top: 550px;
	left: 30px;
	width:140px;
	height:800px;
	background-color: transparent;
	font-size: 12px;
	z-index: 1000;
  }
  
  
html,body {
	/* needed for container min-height */
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	scrollbar-face-color: #D5D4D4;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #e8e8e8;
	scrollbar-track-color: #f0f0f0;
	scrollbar-arrow-color: #5A5A5A;
}
body
{ 
background-image: 
url('../_img/bg.gif');
background-repeat: repeat-x
}
/* Links */
a:link {
	color: #663333;
	text-decoration : none;	
}
a:active {
	color: #993333;
	text-decoration : none;
}
a:visited {
	color: #663333;
	text-decoration : none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}


a.underline:link {
	color:#333;
	text-decoration : underline;
}
a.underline:active {
	color:#333;
	text-decoration : underline;
}
a.underline:visited {
	color:#333;
	text-decoration : underline;
}
a.underline:hover {
	color:orange;
	text-decoration: none;
}
/* Content */

h1 {
	font-size:13px;
	color: #0099cc;
	margin: 0.6em 0 0.8em 0;
	font-weight: bold;
	letter-spacing: 0.05em;
}

h2 {
	font-size:13px;
	color: #0099cc;
	margin: 1.2em 0 0.8em 0;
	font-weight: bold;
}

h3 {
	font-size:12px;
	color: #3399FF;
	font-weight: bold;
	text-decoration : underline;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

div#logo{
	z-index : 3;
	position : absolute;
	left: 700px;
	top: 45px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
div#navreflection{
	z-index : 3;
	position : absolute;
	top: 328px;
	left: 595px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
div#textbg{
	z-index : 0;
	position : absolute;
	top: 136px;
	left: 0px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
div#teaserimg{
	z-index: 0;
	position: absolute;
	top: 344px;
	left: 632px;
	width: 366px;
	height: 110px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
div#introreflection {
	position: absolute;
	/* needed for footer positioning*/
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	top: 327px;
	left: 290px;
	width:282px;
	z-index : 1;
	font-size : 0.72em;
	margin : 0 0 0 0;
	color: #0099cc;
	line-height: 145%;
	word-spacing : 0em;
	padding-bottom: 10px;
}
	div#introreflection p {

}


div#content {
	position: absolute;
	/* needed for footer positioning*/
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	top: 185px;
	left: 290px;
	width:282px;
	z-index : 1;
	font-size : 12px;
	margin : 0 0 0 0;
	color: #0099cc;
	line-height: 145%;
	word-spacing : 0em;
	padding-bottom: 10px;
	text-align: left;
}

div#content p {
	font-size : 12px;
	margin : 0 0 0 0;
	color: #0099cc;
	line-height: 145%;
	word-spacing : 0em;
	padding-bottom: 10px;
	text-align: left;
}

hr{ color: #CC0000;}

/* =TABLE FORMATTING
----------------------------------------------- */
.normal {}
table {
		border-collapse:collapse;
		background:#EFF4FB url(../_img/table_bg.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:0.8em/140% helvetica,arial,verdana;
		color: #333;
}

td, th {
	padding:5px;
}

th{
	text-align : left;
}


/* =links
----------------------------------------------- */

table a {
	color: #663333;
	text-decoration:none;
	letter-spacing: 0.1em;
}

table a:link {}

table a:visited {
	color: #663333;
	}

table a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
	background:#333 url(../_img/table_line.gif) repeat-x;
	color:#fff;
	font-weight: bold;
	vertical-align : bottom;
}
.headleft{
	text-align : left;
}
thead td{
	text-align : left;
}
tfoot td {
	text-align:center;
	height : 10px;
	font-size: 9px;	
	padding:1px;
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
		border-bottom: dotted 1px #333;
}

tbody th {
		white-space: nowrap;
		vertical-align: top;
}

tbody th a {
	color: #663333;;
}

tbody tr:hover {
		background:#fafafa
}


