/* CSS Document */

body {
	margin: 0px;
        color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link { 
	color: #666666; text-decoration: none; 
}
a:visited { 
	color: #666666;  text-decoration: none; 
}
a:active { 
	color: #666666; text-decoration: none; 
}
a:hover { 
	color: #666666; text-decoration: underline; 
}
table {
	font-size: 10pt;
}
#photos {
        border-bottom-width: 1px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-style: solid;
        border-color: #999999;

}
.photo {
        padding: 8px;
	margin: 8px;
}