/* CSS Document */
h1,h2,h3,h4,h5,h6,p,ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffe6a0;
	margin-right: 20px;
	margin-left: 20px;
}
p {
	text-align: left;
	font-size: 75%;
}
h1,h2,h3,h4,h5,h6  {
	text-align: center;
}
h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.6em;
}
a {
	color: #ffe6a0;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FF8942;
	text-decoration: none;
}
div.photos p,div.photos-2 p  {
	text-align: center;
	font-weight: bold;
}
table {
	margin-right: auto;
	margin-left: auto;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #ffe6a0;
	text-align: left;
}
td {
	padding: 4px 10px;
}
input,textarea {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #ffe6a0;
	border-bottom: 1px solid #ffe6a0;
	border-left: 1px solid #CCCCCC;
	background: #F0F0F0;
	font-weight: bold;
}
span.orange {
	color: #FF8942;
	font-weight: bold;
}