BODY {
	background-color: #1c4850;
	background-image: url(bckgrd.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;

	margin-left: 10%;
	margin-right: 10%;
	margin-top: 15px;
	margin-bottom: 45px;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	color: #fefefe;
}
IMG {
	border: 0;
}
H2 {
	text-align: left;
	font-size: 22px;
	padding-left: 30px;
}
H3 {
	text-align: left;
	font-size: 19px;
	padding-left: 30px;
}
A {
	color: #ddf;
}
A:hover {
	color: #ffffff;
}
P {
	text-indent: 30px;
	text-align: justify;
	margin: 4px;
}
DIV.menu {
	font-size: x-small;
	letter-spacing: 1px;
	word-spacing: 10px;
	text-align: center;
}
DIV.menu A {
	text-decoration: none;
}
DIV.bottom {
	position: fixed;
	width: auto;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 4px;
	margin: 0;
	color: #ddd;
	font-size: small;
	text-align: center;
}
TABLE.sms {
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	/* margin: 4px 1px; */
}
TABLE.sms TH {
	border: 1px solid #666;
	padding: 2px 4px;
}
TABLE.sms TD {
	border: 1px solid #666;
	padding: 2px 5px;
	text-align: left;
}
TABLE.sms TD.info {
	border: 1px solid #666;
	padding: 2px 5px;
	text-align: left;
	background-color: #1c487a;
}
TABLE.sms TD.in_center {
	border: 1px solid #666;
	padding: 2px 5px;
	text-align: center;
}

TABLE.foto {
	border: none;
	border-collapse: collapse;
	empty-cells: show;
}
TABLE.foto TD {
	border: 1px solid #666;
	padding: 2px 5px;
	text-align: center;
}
