A:link { color: #0B07AA }
A:visited { color: #0B07AA }
A:active { color: #0B07AA }
A:hover { color: #D40106 }  

/*<!-- This stylesheet uses pt's for font sizing for demonstration purposes. However,
 the problem with pt's is that their size is fixed, which means it cannot be changed 
 with a user's browser. They also are extremely small for some Mac's. When using this 
 stylesheet, it is recommended that pt's be replaced with em's (or percentages).
  For example, 7.8pt on a PC is, roughly, the equivalent of .7em for PC's and .8 or .9 em 
  for Mac's. -->*/

.blankbg {height: 1; background-image: url(images/spacer.gif); background-repeat: no-repeat} 

td { font-size: 1 }
td.menu
{
	font-weight: bold;
	font-size: 12;
	color: #7a7a7a;
	font-family: verdana, geneva, sans-serif;
}

.blue8 {height: 9pt; font-family: verdana, geneva, sans-serif; font-size: 8pt; color: #800000}
.lime78 {text-align: center; height: 8; font-family: verdana, geneva, sans-serif; font-size: 7.8pt; color: #c0c0c0}
.red78 {height: 11; font-family: verdana, geneva, sans-serif; font-size: 10pt; color: #D70101}
.red8
{
	font-weight: bold;
	font-size: 16;
	color: black;
	font-family: verdana, geneva, sans-serif, Serif;
}
.red88
{
	font-weight: bold;
	font-size: 10;
	color: black;
	font-family: verdana, geneva, sans-serif, Serif;
}
.black12
{
	font-weight: bold;
	font-size: 12;
	/*vertical-align: middle;
	height: 150%; */
	color: black;
	/*  font-style: italic; */
	font-family: verdana, geneva, sans-serif, Serif;
}

.black78 {font-family: verdana, geneva, sans-serif; font-size: 16pt; color: #000000}

.grey78 {font-family: arial, geneva, sans-serif; font-size: 10pt; color: #A6A6A6}


img.smallImage
{
	width: 120;
	height: 80;
}

img.bigImage
{
	width: 351;
	height: 300;
}

#Caption1
{
	font-size: 7.8pt;
	text-align: center;
}	

