html, body, #wrapper  {
      height:100%;
	  margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  background-color: #fff;
   }
#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 960px;
   }

#shadow {
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#fff', Positive='true');
background-color:#fff;
border:solid 1px #ccc;
}
#header {
padding: 5px 0px 5px 0px;}
#footer {
padding: 5px 0px 5px 0px}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #bebebe;
   }
.selected {
	font-family: "Times New Roman", Times, serif;
	color: #bebebe;
	text-decoration:underline;
   }
a:link {
	color: #bebebe;
	text-decoration:none;
}
a:visited {
	color: #bebebe;
	text-decoration:none;
}
a:hover {
	color: #c6c6c6;
	text-decoration:underline;
}
a:active {
	color: #bebebe;
	text-decoration:none;
}
#txt {
    padding: 25px 40px 0px 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1c1c1a;
	}
a.txt:link {color: #343E26; text-decoration: none; }
a.txt:visited {color: #343E26; text-decoration: none; }
a.txt:hover {color: #1c1c1a; text-decoration: underline; }
a.txt:active {color: #343E26; } 

	

