  BODY { 

         font-family : Arial, Verdana, sans-serif;
		 font-size : small;
         font-weight : medium;
         font-style : none;
         text-decoration : none;
         color : #4E4E4E;
         text-transform : none
}
img {
	border: 0;
}
  A:LINK { 
         font-family : Arial, Verdana, sans-serif;
		 font-size : small;
         font-weight : medium;
         font-style : none;
         color : #4E4E4E;
         text-transform : none
}
  A:VISITED { 
         font-family : Arial, Verdana, sans-serif;
		 font-size : small;
         font-weight : medium;
         font-style : none;
         color : #4E4E4E;
         text-transform : none
}
  A:HOVER { 
         font-family : Arial, Verdana, sans-serif;
		 font-size : small;
         font-weight : medium;
         font-style : none;
         text-decoration : none;
         color : #02019B;
         text-transform : none
}
  H1 { 
         font-family : Arial, Verdana, sans-serif;
         font-weight : bold;
         font-style : none;
		 font-size : 14pt;
         text-decoration : none;
         text-transform : none;
         color : #02019B;
         text-transform : none
}
  P { 
         font-family : Arial, Verdana, sans-serif;
		 font-size : small;
         font-weight : medium;
         font-style : none;
         text-decoration : none;
         color : #4E4E4E;
}
  TD { 
         font-family : Arial, Verdana, sans-serif;
		 font-size : small;
         font-weight : medium;
         font-style : none;
         text-decoration : none;
         color : #4E4E4E;
}
TH {
	text-align: left;
}
TH.centered {
	text-align: center;
}
  H2 { 
         font-family : Arial, Verdana, sans-serif;
         font-weight : bold;
         font-style : italic;
		 font-size : 11pt;
         text-decoration : none;
         text-transform : none;
         color : #02019B
}
  H3 { 
         font-family : Arial, Verdana, sans-serif;
         font-weight : bold;
         font-style : italic;
		 font-size : 10pt;
         text-decoration : none;
         text-transform : none;
         color : #4E4E4E
}
  H4 { 
         font-family : Arial, Verdana, sans-serif;
         font-weight : bold;
		 font-size : 10pt;
         color : #FFCC00
}
  CITE { 
         font-family : Arial, Verdana, sans-serif;
		 font-size : small;
         font-weight : medium;
         font-style : none;
         text-decoration : none;
         color : #4E4E4E;
         text-transform : none
}
hidden {
	visibilty:hidden;
}
.yellowBorder{
	border: 3px solid #FFCC00;
}

.thumbnailOn{
	border: 2px solid #FFCC00;
}
.thumbnailOff{
	border: 2px solid #FFFFFF;
}

@media screen
{
	p.printShow {display:none;}
	.printHide {display:inline;}
}

@media print
{
	p.printShow {display:inline;}
	.printHide {display:none;}
}
