table { 
	border:0px;
}
form{
 	margin:0px;
  	padding:0px;
	}
body{
 	margin:0px;
  	padding:0px;
	background-color:#131416;
	}
td{
	vertical-align:top;
}
.closeWindow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
closeWindow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
}
a:link {
	color: #6699CC;
}
a:visited {
	color: #6699CC;
}
a:hover {
	color: #6699CC;
}
a:active {
	color: #6699CC;
}
.closeWindow_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9999;
	letter-spacing: 5px;
}
.videoTitleSub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9999;
	line-height: 1.8em;
}
ul {margin:0; padding:0; list-style:none; line-height:18px 
}
li {background:none;
}
table { 
	border:0px;
}
form{
 	margin:0px;
  	padding:0px;
	}
body{
 	margin:0px;
  	padding:0px;
	background:url(../_images/tall_left.gif) repeat-y left;
	background-color:#131416;
	}
.blue {
	color:#FF9999;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
}
.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #FFFFFF;
}
td, input, textarea{
	font-size:11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CFD0D0;
	line-height:14px;
	vertical-align:top;
}
 a {
	color:#98B5C8;
}
 a:hover {
	text-decoration:none;
}
.policy a, .policy { 
	color:#627074;
	text-decoration:none;
}
.policy a:hover {
	color:#ACC5CC;
}
.input{
 		height:20px; width:184px;
		background-color:#131416; 
		padding:2 0 0 3px;
		border:1px solid #647683;
}
.textarea{
		height:65px; width:184px;
		background-color:#131416; 
		padding:2 0 0 3px;
		border:1px solid #647683;
		overflow:auto;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CC66CC;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 100;
left: 600px; /*position where enlarged image should offset horizontally */

}
