@charset "utf-8";
/* CSS Document */

/*Style for text under the thumbnail images*/


/*Style for unvisited links - blue*/

a:link{
	color:#FFFFFF;
	text-decoration:none;
	
	}
	
/*Style for visited links - red */

a:visited{
	color: #FFFFFF;
	text-decoration:none;
	
	}
	
/*Style for hover links - grey */

a:hover{
	color:#9A0403;
	font-weight:900;
	text-decoration:none;
	
	}
	
/*Style for tables of thumbnail images*/
table.thumbs{
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
	
	}
	
/*Style for table cells that contain thumbnails*/
td.thumbs{
	border: 1px #FFFFFF;
	padding: 5px;
	height: 100px;
		
	}
	
/*Style for thumbnail images*/
img.thumbs{
	width: 100px;
	height: 80px;
	border-width: 5px;
	border-color:#092D61;
			
	}
	
	
img.border {
	border-style:inset;
	border-width: 5px;
	border-color:#092D61;
	
	}