BODY{margin:0;font-family:Lucida Sans Unicode;font-size:12px;color:#4e504f;}

BODY,TD,TH,DIV,SPAN,P,A{font-family:Lucida Sans Unicode;font-size:12px;}



IMG
{
	border:0px;
}


a:link 
{
	color: #780101;
	text-decoration: underline;
	background-color: transparent;
}

a:visited 
{
	color: #68742E;
	text-decoration: underline;
	background-color: transparent;
}

a:hover 
{
	color: #990033; 
	text-decoration: underline;
	background-color: transparent;
}

a:active 
{	
	color: #C2592B; 
	text-decoration: underline;
	background-color: transparent;
}












.ManagementButton
{
	width:150;
	height:20;
	font: 10pt Lucida Sans Serif;	;
	font-weight:normal;
	color: #000000;
}


.dtree {position: relative;font-family: Verdana;font-size: 11px;color: #666;white-space: nowrap;}
.dtree img {border: 0px;vertical-align: text-bottom;}
.dtree a {text-decoration: none;}
.dtree a:hover {color: #666;text-decoration: underline;}
.dtree .node {position: relative;top: -2px;padding: 1px;color: #666;}
.dtree .nodeSel {position: relative;top: -2px;padding: 1px;color: #666;background-color: #ffffff;}


.HeaderTitle{color:#780101;font-size:28pt;font-family:Lucida Sans Unicode;}
.MagazineName{color:#780101;font-size:18pt;font-family:Lucida Sans Unicode;}
.IssueHeading{font-family:Georgia;font-size:24pt;color:#780101;}
.IssueHeadingGrey{font-family:Georgia;font-size:20pt;color:#ffffff;}
.SmallIssueHeading{font-family:Georgia;font-size:10pt;color:#780101;}
.TinyIssueHeading{font-family:Georgia;font-size:8pt;color:#780101;}
.TinyGreyHeading{font-family:Georgia;font-size:8pt;}
.IssueName{font-family:Georgia;font-size:13pt;}
.VideoTitle{font-family:Georgia;font-size:12pt;}
.SmallText{font-size:12px;}
.IssueDate{font-size:12px;}
.WhiteVideoText{color:#ffffff;}
.SmallLevelHeading{font-family:Georgia;font-size:12pt;}

img { border:none; padding:0; margin:0; }

#container
{
width:190px; /* Width of image */
height:82px; /* Height of image */
padding:0px;
overflow:hidden;
}

img.image
{
border:solid 1px #000000;
margin:0px;
padding:0px;
}


a:hover img.image
{
cursor:pointer; /* Hand cursor so people know it's a link */
margin-bottom:0px; /* Remove margin thereby showing the icon */
*margin-bottom:0px;
}

img.play
{
	position:relative;
	top:0px;
	height:82px;
	width:190px;	
}


a:hover img.play
{
	cursor:pointer;
	top:0; /* Increase top offset to account for margin differences */
}