html,body{
      margin:0px;
      padding:0px;
      height:100%;
      border:none;
}
body {
	background-image: url(../images/Background5.jpg);
	background-attachment: fixed;
}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;

}
.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;

}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
	color: #006666;
	font-weight: normal;
}
.SubHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003f47;
}
.desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: bold;
	display: none;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	display: none;
}
.imgLogo {
	position: absolute;
	left: 0px;
	visibility: hidden;
}
.picLarge{
	position: absolute;
	left: 0px;
	visibility: hidden;
	border: 1px solid black;
}
.imgLarge{
 	position: absolute; 
	z-index: 50; 
	display: none; 
	width: 100%; 
	height: 100%; 
	left: 0px; 
	top: 0px;
	  opacity: 0.0;
	  -moz-opacity: 0.0;
	  -khtml-opacity: 0.0;
	  filter: alpha(opacity=0)
}

