body 	{
		background-image: url(images/repeated_background.gif); background-repeat:repeat-x;}
		
		

a			{
			font-family: arial;
			color:#2f3193; 
			font-size:8pt; 
			line-height: 12pt; 
			border: none;
			text-decoration: none;
			}
			
			
a:visited 	{
			font-family: arial;
			color:#2f3193; 
			font-size:8pt; 
			line-height: 12pt;
			border: none;
			text-decoration: none; 
			}
	
	
a:hover 	{
			font-family: arial;
			color:#c9c9c9; 
			font-size:8pt; 
			line-height: 12pt; 
			border: none;
			text-decoration: none;
			}
				
.bodytext	{
			font-family: arial;
			color:#5b5b5b; 
			font-size:9pt; 
			line-height: 13pt; 
			border: none;
							
			}
.boldcaps	{
			font-family: arial;
			color:#5b5b5b; 
			font-size:9pt; 
			line-height: 13pt; 
			border: none;
			font-weight: bold;
			text-transform: uppercase;
							
			}
				
.bottomtext	{
			font-family: arial;
			color:#5b5b5b; 
			font-size:8pt; 
			line-height: 10pt; 
			border: none;
							
			}
				
.whitetext	{
			font-family: arial;
			color:#ffffff; 
			font-size:10pt; 
			line-height: 12pt; 
			border: none;
			font-weight: bold;
							
			}
			
.thumbnail{
position: relative;
z-index: 0;

}

.thumbnail:hover{
background-color: transparent;
z-index: 150;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: ;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: blue;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top:10;
right: -280px; /*position where enlarged image should offset horizontally */

}
