/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 600px;
}
.sectiontitle {
	width: auto;
	height: 24px;
	background-color: #0950A1;
	margin: 10px 0 !important;
	margin: 0 0 10px;
}
.sectiontitle p.title {
    text-indent: 10px;
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	line-height: 24px;
}
.photo {
	text-align: center;
}
.buttons {
	background-color: #0950A1;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 0;
	margin-top: 10px;
}
.buttons a:link, .buttons a:active, .buttons a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
.photo img {
	border: 5px solid #999999;
}
.buttons input {
	width: 40px;
	background-color: #FFFFFF;
	color: #AD0000;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.arrows {
	border: none !important;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}

