.style1 {
	color: #880000;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.style2 {
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
}
.style3 {
	color: #FFFFFF;
	text-transform: capitalize;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	background-color: #343434;
	font-size: 11pt;
	background-image: url(indeximages/background.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
}


table {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
}
.photocaption {
	font-size: 9px;
	font-style: italic;
	text-transform: capitalize;
}
