a:link, a:visited, a:active {
	text-transform: uppercase;
	text-decoration: none;
	font-style: normal;
	color: #666;
	font-size: 11px;
}

a:hover {
	text-transform: uppercase;
	text-decoration: underline;
	font-style: normal;
	color: #555;
	font-size: 11px;
}

.text {
	color: #555;
	font-style: normal;
	text-transform: none;
	text-align: justify;
	line-height: 150%;
	font-size: 14px
}

input {
	background-color: transparent;
	font-family: georgia, times, "times new roman", serif;
}

.field {
	border: 1px dotted #666;
	height: 25px;
	margin-bottom: 5px;
	color: #777;
	font-size: 13px;
}

#ui-datepicker-div {
	font-size: 65%;
}

select { 
	background-color: transparent;
	font-family: georgia, times, "times new roman", serif;
	font-size: 12px;
	color: #555;
	border: 0;
	height: 25px; 
}

li {
	list-style-type: none;
	margin-bottom: 50px;
}

li img, img {
	border: 8px solid #e0e0e0;
}

