@charset "UTF-8";
/* CSS Document */


#photoBar {
	width: 100%;
	text-align: center;
}

#photoBar img {
	border: solid 5px #FFFFFF;	
	margin: 0 0 5px 0;
}

#photoBar img.noBorder {
	border: none;
}

.photoBar p {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

ul {
	list-style-type: square;
}
table {
	font-size: 11px;
	line-height: 15px;
}
.content {
	font-size: 11px;
	line-height: 15px;
	list-style-type: square;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: underline;
}
