/* layer links */
td.navs a { line-height:1.6 }

/* for newer browsers */
@media screen {
  table.main { background-color:#f0f0f0; border:1px solid #999; }
}

/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
#hold	{ 
	position:relative; overflow:hidden;
	width:280px; height:360px; z-index:100; 
	}
#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:280px; height:360px; 
	clip:rect(0px, 280px, 360px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
#lyr1, #lyr2, #lyr3	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
/* font spec's for layer content (ns4 doesn't inherit) */	
.content { font-family: verdana, arial, helvetica, sans-serif;font-size: 12px; }
.header { font-family: times, arial, helvetica, sans-serif;font-size: 14px; font-weight:bold}
.headerwhite { font-family: times, arial, helvetica, sans-serif;font-size: 14px; font-weight:bold;color:#ffffff}
.stand { font-family: times, arial, helvetica, sans-serif;font-size: 12px; font-weight:bold}
.normal { font-family: arial, helvetica, sans-serif;font-size: 12px; font-weight:normal}
.date{font-family:verdana,arial;font-size:7pt;font-weight:bold;color:#009999}
.headline{font-family:verdana,arial;font-size:10pt;font-weight:bold;color:#004444}
.listheadline{font-family:verdana,arial;font-size:8pt;font-weight:bold;color:#009999}
.standfirst{font-family:verdana,arial;font-size:8pt;font-weight:normal;color:#bbbbbb}
.signoff{font-family:verdana,arial;font-size:7pt;font-weight:normal;color:#009999}
.details{font-family:verdana,arial;font-size:8pt;font-weight:normal;color:#777777}

.code{font-family:verdana,arial;font-size:8pt;font-weight:bold;color:#bbbbbb}
.name{font-family:verdana,arial;font-size:11pt;font-weight:bold;color:#bbbbbb}
.shortdescription{font-family:verdana,arial;font-size:9pt;font-weight:normal;color:#777777}
.description{font-family:verdana,arial;font-size:9pt;font-weight:normal;color:#777777}

.stagename{font-family:verdana,arial;font-size:12pt;font-weight:bold;color:#000066}
.firstchoice{font-family:verdana,arial;font-size:8pt;font-weight:bold;color:#009999}
.order{font-family:verdana,arial;font-size:8pt;font-weight:bold;color:#009999}
.orderprice{font-family:verdana,arial;font-size:8pt;font-weight:normal;color:#000066}

.menuheader{font-family:verdana;font-size:8pt;font-weight:normal;font-stye:normal;text-decoration:none;color:white;background:#333333;padding:3;}
.buttonx{font-family:verdana;font-size:7pt;font-weight:bold;font-stye:normal;text-decoration:none;color:white;background:#333333;padding:1;}


a:hover, a {text-decoration:underline;font-family: arial, helvetica, sans-serif;font-size: 14px; font-weight:bold;color:#999999}
a:link, a:visited, a:active {text-decoration:none;font-family: arial, helvetica, sans-serif;font-size: 14px; font-weight:bold;color:#D60D14}
