/*
	style.css is the stylesheet file containing site's style:
	font size, color and family
*/
body{
	/* all elements */
	font-family:arial;
	font-size:12px;
	text-align:left;
}
a{
	/* generic link color */
	color:blue;
}
a:visited{
	/* visited link color */
	color:blue;
}
a:hover{
	/* color of an highlighted link */
	color:red;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.top{
	/* site's title */
	font-size:32px;
	font-weight:bold;
	padding-bottom:0.25em;	
}
.title{
	/* document's title */
	font-size:18px;
	font-weight:bold;
	margin-top:1em;
	clear:both;
}
.menu{
	/* menu style */
	font-size:10px;
}
.folder{
	/* menu's folder */
	font-size:12px;
	padding-top:2px;
	padding-left:12px;
	margin-bottom:-5px;
}
.document{
	/* menu's document */
	font-size:12px;
	padding-top:2px;
	padding-left:0px;
	margin-bottom:-5px;
}
.backtoattachments{
	/* back to attachments url */
}
.attachmentspicture{
	/* attached picture */
}
.events{
	/* events time */
}
.highlights{
	/* highlights */
}
.highlightsnews{
	/* highlighted news */
}
.highlightsevents{
	/* highlighted events */
}
.highlightseventsevent{
	/* highlighted events' event */
}
.highlightslast
{
	/* highlighted last edit */
}
.contents{
	/* document's contents */
	font-size:14px;
}
.foot{
	/* document's foot */
	margin-top:1em;
	width:100%;
	clear:both;
	color:gray;
	font-size:12px;
}
.attachmentspreview{
	/* attachments's preview */
	margin-bottom:5px;
}