body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004040;
 	background:#ffffff; 
	background-image: url("images/bg.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	}


a:link, a:visited {
	font-weight: bold;
	color: #800080;
	text-decoration: none;
	}


a:hover {
	font-weight: bold; color: #60B0FF;
	text-decoration: none;
	}

h1 {font-size: 22px;
	}

h2 {font-size: 18px;
	}

h3 {font-size: 16px;
	}

h4 {font-size: 14px;
	}
	
h5 {font-size: 10px;
	}

h6 {font-size: 8px;
	}


p {padding-top: 12px;
	}

div > p:first-child {padding-top:  0px; }



div#MainPane ol {
	padding-top: 12px;
	padding-left: 20px;
	list-style: decimal outside;
	}

div#MainPane ol > li {
	padding-top: 4px;
	}


div#MainPane ul {
	padding-top: 12px;
	padding-left: 20px;
	list-style: circle outside;
	}

div#MainPane ul > li {
	padding-top: 4px;
	}


.tc {
	text-align: center;	
}

/* ==============FOTOPAGE=============*/

.fotopage {
margin-left: 25px;

}

table.fotopage td {
width: 150px;
padding: 5px;
text-align: center;
vertical-align: middle;
}

.albumtitle {
text-align: center;
margin-bottom: 10px;
}

table.fotopage td img {
	border: 2px solid  #53eecb; 
	padding: 4px;
}

