body {
	font: 13px OptimaLTStd, Optima, Arial, Verdana, sans-serif;
	color: #000;
	padding: 10px;
	background-color: transparent;
}

a {
	color:#eca708;
}

p {
	text-align: justify;
	margin: 10px;
}

td {
	font-size: 80%;
	padding: 10px;
	line-height: 18px;
}

em {
	font-style: oblique;
}

h1,h2 {
	margin: 10px;
	color: #155969;
	font-weight: bold;
}

h1 {
	font-size: 14px;
}

hr {
	border-color: #510101;
}

ul {
	padding: 10px;
	clear: both;
}

#subtitle {
	font-style: oblique;
	position: relative;
	top: -10px;
}

.small {
	position: relative;
	top: -5px;
	color: #6C4B26;
	margin-left: 10px;
	font-size: 10px;
}

.title {
	font-weight: bold;
	color: #510101;
}

.even {
	background-color: #f5e8e8;
}

.odd {
	background-color: #dba8a8;
}

.floatleft {
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.clear {
	clear: both;
}

.nomargin {
	margin: 0;
}

fieldset { 
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  padding: 10px;
  margin-bottom: 3px;
} 

fieldset:hover {
  border: 1px solid #000;
}

.hider {
	height: 20px;
	overflow: hidden;
	padding: 5px;
	cursor: hand;
}

.hider:hover {
	background-color: #dba8a8;
}

.hidden {
	display: none;
}

#payment {
	position: relative;
	float: right;
	display: none;
}

#personalinfo label {
	position: relative;
	float: left;
}

#personalinfo input {
	margin-bottom: 5px;
}

#cost hr {
	border: 1px dashed;
	border-color: #510101;
}