html, body {
   height: 100%;
   margin: 0 auto;
   color: #666666;
	font-family: verdana, arial, sans-serif;
   font-size: 13px;
   text-align: left;
   background: #efefef;
   background-image: url('back2.png');

}
a:visited {
   color: #666666; 
   text-decoration: none;
   font-weight: bold; font-size: 13px;
}
a:link{
   color: #666666; 
   text-decoration: none;
   font-weight: bold; font-size: 13px;
}
a:active, a:hover {
   color: #000000; 
		text-decoration: none;
   font-weight: bold; font-size: 13px;
}

table {
   border-collapse: collapse;
	margin: 0px;
	border: 0px;
	padding: 0px;
   text-align: left;	
}
tr {
	padding: 0px;
}

td {   
   padding: 0px;    font-size: 13px;
}

td.video {   
   text-align: center;
	padding: 28px;
}
td.nopad {   
   padding: 0px;
}
td.pad {   
	margin-bottom: 10px;
}

hr {
	line-height: 1px;
	max-width: 1200px;
	color: #A6A6A6;
}


img {
	border-style: solid;
	border-width: 2px;
	border-color: #A6A6A6;
}

 #noborder img {
	border-style: solid;
	border-width: 0px;
	border-color: #dddddd;
}
 #outlink  a      { text-decoration: underline;  padding: 0px;}
 #outlink  a:link      {  color: #666666; 	font-weight: bold; font-size: 13px;}	
 #outlink  a:visited  {  color: #666666;  font-weight: bold; font-size: 13px;}	
 #outlink  a:active   {  color: #000000; 	 font-weight: bold; font-size: 13px;}
 #outlink  a:hover   {  color: #000000; 	font-weight: bold; font-size: 13px;}

#container {

   position: relative;
	min-height: 900px;
	width: 1020px;
	height: auto !important;
	height: 100%;
	margin: 0 auto; 
}

