body {
font-family : arial;
valign: top;
font-size : 12px;
margin-left : 0px;
margin-top : 1%;
margin-right : 0;}

td {font-size : 12px;}

A:link {text-decoration : underline; color:rgb(210,43,1); font-weight: bold;}
A:visited {text-decoration : underline; color:rgb(210,43,1); font-weight: bold;}
A:active {text-decoration : underline; color:rgb(210,43,1); font-weight: bold;}
A:hover {text-decoration : none; color:rgb(210,43,1); font-weight: bold;}

A.Z:link    {text-decoration: none; color:rgb(210,43,1); font-weight: normal;}
A.Z:visited {text-decoration: none; color:rgb(210,43,1); font-weight: normal;}
A.Z:active  {text-decoration: none; color:rgb(210,43,1); font-weight: normal;}
A.Z:hover	 {text-decoration: underline; color:rgb(210,43,1); font-weight: normal;}

p.A {font-size : 16px;}
p.B {font-size : 11px;}
p.C {font-size : 9px;}
p.D {font-size: 14px;
     font-weight: bold;}
p.E {font-size: 16px;
     font-weight: bold;}
p.F {font-size : 11px;}
p.G {font-size : 12px;}
h1 {font-size : 16px;}
h2 {font-size : 14px;}

td.V {
	margin:0px; background-image:url('images/watermark.gif');
	background-repeat: no-repeat;
	valign: top
	}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}