/* CSS Document */

body
	{
	font-family:verdana;
	}
	
body.main
	{
	background-color:#FFFFFF;
	}
	
body.exclusive
	{
	background-color:#000000;
	}
	
table.font
	{
	color:#000000;
	}
	
table.exclusive
	{
	color:#FFFFFF;
	}
	

a:link
	{
	color: #6B230D;
	}
	
a:visited
	{
	color: #9E5246;
	}
	
a:hover
	{
	color: #CC66FF;
	}

a:active
	{
	color: #CC66FF;
	}
	
font.nav
	{
	font-size: 12px;
	}
	
td.spacer
	{
	font-size:8px;
	height:8px;
	background-color:#000000;
	}

td.copy
	{
	height:10px;
	font-size:10px;
	}
	
td.home
	{
	height:10px;
	font-size:10px;
	}
	
td.cropped
	{
	height:10px;
	font-size:10px;
	}
	
tr.preview
	{
	text-align:center;
	}
	
/* DO NOT REMOVE - LINKS PAGE REQUIRES THIS CODE - CSS for Banner Exchange - DO NO MODIFY */
.thumbnail
	{
	position: relative;
	z-index: 0;
	}

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

.thumbnail span
	{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #ffd5ff;
	padding: 15px;
	left: -1000px;
	border: 3px double #FF0099;
	visibility: hidden;
	color: black;
	font-weight: bold;
	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: 0;
	left: 30px; /*position where enlarged image should offset horizontally */
	}
	
table.font
	{
	font-size: 12px;
	}
/* End of Banner Exchange CSS */