/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
.ala {
	color: #C44D58;
	text-decoration:none;
	font-weight:bold;
	border-bottom: 1px solid #ece5e5;
	}/*The color of the link*/

	
.ala:hover {
	color: #fff;
	text-decoration:none;
	background-color:#C44D58;
	}/*The color of the mouseover or 'hover' link*/
	

/* ID Styles */
	
#navigation a {
	font:16px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	font-weight:bold;
	}
	
#navigation a:hover {
	color: #ffffff;
	text-decoration:none;
	border-top: 10px solid #333333;
	border-bottom: 10px solid white;
	font-weight:bold;
	}
	
.underline {
	color: #ffffff;
	text-decoration:none;
	border-top: 10px solid #333333;
	border-bottom: 10px solid white;
	font-weight:bold;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:28px Arial;
	color: #D0C8C8;
	letter-spacing:.2em;
	font-weight:bold;
	}

.sidebarText {
	font:14px georgia;
	color: #666666;
	line-height:18px;
	padding: 1px;
	}
	
.bodyText {
	top:auto;
	font:12px arial;
	text-align:justify;
	line-height:18px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #666666;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:16px arial;
	color: #ffffff;
	letter-spacing:.1em;
	font-weight:bold;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
.borderPhoto {
 	border-style: solid;
  	border-color: #cdcdcc;
 	border-width: 1px;
	padding: 5px;
	}
	
.borderPhoto:hover {
  	border-color: #C44D58;
	}
	
/*	
#borderPhoto {
	border-color: none;
	}
	
#borderPhoto :hover {
	border-color: #C44D58;
}
*/
.borderPhotoSmall {
 	border-style: solid;
  	border-color: #cdcdcc;
 	border-width: 1px;
	text-decoration: none;
	padding: 3px;
	}
	
.borderPhotoSmall:hover {
  	border-color: #C44D58;
	}
	
.rightsText {
	font:11px arial;
	line-height:14px;
	color:#C6C6C6;
	}

.bgcollink1 {
	background-color:#cecece;
	}
	
.bgcollink2 {
	background-color:#afafaf;
	}

.quotText {
	background-image: url('ghilimele.png');
	}

hr.thin {
	height: 3px;
	border:none;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #cdcdcc;
	background-color: #cdcdcc;
	text-align: center;
	width: 90%;
	} 

/*hr.end {
	height: 3px;
	border:none;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #cdcdcc;
	background-color: #cdcdcc;
	text-align: center;
	width: 10%;
	}*/
	
.borderPhoto2 {
 	border-style: solid;
  	border-color: #cdcdcc;
 	border-width: 1px;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
.topPagina {
	border: none;
	margin-left: 99%;
	}
	
.h2 {
	font:arial;
	text-color:yellow;
	}