﻿body, td, a, p, .b
{
	font-family: arial, sans-serif, Helvetica;
	font-size: 8pt;
}

.footer
{
	font-size: 8pt;
	text-align: center;
}

.b
{
	font-weight: bold;
	white-space: nowrap;
}

.RD
{
	color: Red;
	font-size: 8pt;
}

.WT
{
	color: White;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}

img
{
	border: 0;
}

/******************
COVER PHOTOS & SHADOWS - THUMBNAIL VIEW
******************/

span.cover-photo
{
	background: url(images/image_shadow.gif) no-repeat right bottom;
	clear: right;
	float: left;
	margin: 9px 0px 0px 9px;
	padding: 4px;
	position: relative;
	display: block;
}

span.cover-photo img
{
	border: none;
	display: block;
	margin: -9px 5px 5px -9px;
	padding: 0px;
	position: relative;
}

a:link span.cover-photo, a:visited span.cover-photo
{
	background: url(images/image_shadow.gif) no-repeat right bottom;
	cursor: pointer;
}

a:hover span.cover-photo
{
	background: url(images/image_shadow-hover.gif) no-repeat right bottom;
}

a:active span.cover-photo
{
}

/******************
COVER PHOTOS & SHADOWS - LIST VIEW
******************/

#list span.cover-photo
{
	background: url(images/image_shadow.gif) no-repeat right bottom;
	clear: right;
	float: left;
	margin: -4px 0 0 5px;
	padding: 4px;
	position: relative;
}

#list span.cover-photo img
{
	border: none;
	display: block;
	margin: -9px 5px 5px -9px;
	padding: 0;
	position: relative;
}

#list a:link span.cover-photo, #list a:visited span.cover-photo
{
	background: url(images/image_shadow.gif) no-repeat right bottom;
	cursor: pointer;
}

#list a:hover span.cover-photo
{
	background: url(images/image_shadow-hover.gif) no-repeat right bottom;
}

#list a:active span.cover-photo
{
}

/******************
CLASSES
******************/

.clear
{
	clear: both;
}

.none
{
	display: none;
}


