/* CSS Document *//* the main files*/body{		background-color:#FFFFFF;		}p {		font-family: Arial, Helvetica, sans-serif;		font-size: 11px;		line-height:15px;		color: #666666;		}/* the links*/a:link {		color: #333355;		background-color: transparent;		text-decoration: none;		}a:active {		text-decoration: none;		color: #4A5771;		}a:hover {		text-decoration: none;		color: #4A5771;		}a:visited {		text-decoration: none;		color: #666688;		}/* additional styles*/.style2 {	font-size: 9px;	line-height:11px;	color: #000033;}.style5 {	color: #333355;	}.style7 {	color: #333355;}.Caption {	font-family: Arial, Helvetica, sans-serif;	font-size: 9px;	line-height:11px;	color: #000033;}#picWorks {	-moz-box-shadow: 3px 3px 6px #999;	-webkit-box-shadow: 3px 3px 6px #999;	box-shadow: 3px 3px 6px #999;	/* For IE 8 */	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";	/* For IE 5.5 - 7 */	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');}
