body {
	margin: 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
}

a:link {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.required {
	color: #FF0000;
}
td {
	font-size: 12px;
}

a.fotos:link {
	border: 1px #FFF solid;
}
a.fotos:active {
	border: 1px #008 solid;
	background-color: #CCF;
}
a.fotos:visited {
	border: 1px #FFF solid;
}
a.fotos:hover {
	border: 1px #000088 solid;
	background-color: #CCF;
}

hr {
	clear: both;
	border: none;
	border-bottom: 1px solid #080;
}
img {
	border: 1px solid #000;
	margin: 3px;
}
table {
	border-collapse: collapse;
	text-align: center;
}
td {
	border-bottom: 1px dashed #ccc;
}
th {
	border-bottom: 1px solid #048;
	background: #eee;
}
input, select {
	font-size: 0.9em;
	border: 1px solid #000;
	background: #fff;
	color: #048;
}
input:hover, select:hover {
	background: #c9eacd;
}
input.text, select {
	border: 1px solid #c9eacd;
}
input.image {
	border: none;
}

h1, h2 {
	font-family: 'Monotype Corsiva', 'Lucida Sans Unicode', 'Verdana', 'Arial';
}
h1 {
	font-size: 2.25em;
}
h2 {
	font-size: 2em;
}
p, ul {
	list-style: square;
	margin-left: 2em;
	padding-left: 1em;
}
#photo, #photoquickmenu {
width: 100%;
text-align: center;
}