/* CSS Document */

/* text */

body {
	margin: 0 auto;
	overflow: auto;
	background-color: #C2AA37;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
}

body.guests {
	margin: 0 auto;
	overflow: auto;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
}

h1 {
	text-align: center;
	font-size: 16px;
	color: rgb(0,0,0);
	font-weight: bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: rgb(58,39,143);
	font-weight: bold;
}

.pictitle {
	text-align: center;
	font-size: 16px;
	color: rgb(161,13,1);
	font-weight: bold;
}

table {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
}

a, a:link, a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: rgb(58,39,143);
	font-weight: bold;
	text-decoration: none;
}
a:active, a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: rgb(58,39,143);
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0;
}

input, textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: rgb(58,39,143);
}

input.button {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(58,39,143);
}