body.vwcbody 
{
 background-image: url("/images/Texture_dk_gray_020.gif");
 background-color: #FFFFFF;
 color: black;
 font-family: Georgia,Times,Serif; 
}

span.PEHighlight { font-weight: bold; color: #DD5500 }

.nested { font-size: 75%; background-color: #EEEEFF}


.ANRTitle { font-family: verdana,chicago,sans-serif; font-size: 24pt; font-weight: bold; color: 4f4f9f; }

.title 
 {
   font-weight: bold; 
   font-size: 18pt; 
   color: #003399; 
   font-family: Verdana, chicago, sans-serif;
	 margin: 32px; 
 }

.subtitle 
 {
   font-weight: bold; 
   font-size: 14pt; 
   color: #003399; 
   font-family: Verdana, chicago, sans-serif
 }

 
 .whitebox
 {
	background-color: #FFFFFF;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
 }

a.tooltip{ 
position: relative;
z-index: 30;
color: #000000;
}


.left
{
 text-align: left;
}

.right{
text-align: right;
}
.mid{
text-align: center;
}

.just{
text-align: justify;
}

.white {background-color: white; }

tr.firstrow {background-color: #DDDDDD; }

a.tooltip:hover{
 z-index: 35; 
 background-color: #FFFF66;
 text-decoration: none;
}
a.tooltip span {
 background-color: #FFFFAA;
 border: 1px solid #DDDD00;
 text-align: justify;
 position: relative;
 padding: 6px;
 text-decoration: none;
 display: none; 
}

a.tooltip:hover span{
 display: block;
}

.pseudobutton
{
 padding: 4px;
 border-width: 2px;
 border-style: solid;
 border-top-color: lightgray;
 border-bottom-color: black;
 border-left-color: gray;
 background-color: lightgray;
 border-right-color: darkgray;
 width: 60px;
}

td.date  {width:  95px;}
td.descrip {width: 250px; }
 
 
.bigbold {font-size: 18pt; font-weight: bold; }

.nested { font-size: 75%;  }


