/****************************************************************/
/*****************************************/
/* CSS File:     	ep_main.css			*/
/* CSS Location: 	http://www.enricopelos.it 	*/
/* Document Author:	Enrico Pelos          */
/*  Copyright 2010, Enrico Pelos                          	*/
/*****************************************/
/*** writings referred to the page comparison order ***/

/* Body defaults and element declarations ***********************/

/******************** THE PAGE ********************/

body
{
	background-color: #e5e5e5;
	scrollbar-face-color : #BDBDBD;
	scrollbar-shadow-color : #d8d8c8;
	scrollbar-track-color : #000000;
	scrollbar-highlight-color : #d8d8c8;
	scrollbar-arrow-color : #d8d8c8;
	scrollbar-darkshadow-color : #d8d8c8;
	scrollbar-background-color : #000000;
	margin-top : 0pt;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}


  
/******************** THESE CLASSES ARE FOR TEXTS ********************/

.textopbarmenu
{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #000000;
	background-color: #e5e5e5;
	background-color : transparent;
	text-align: left;
	text-decoration : none;
	letter-spacing: 0px;
}

.main_title {
	font-family: "Trebuchet MS";
	font-size: 12pt; 
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none
}


.second_title {
	font-family: "Trebuchet MS";
	font-size: 9pt; 
	color: #000;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
}
.third_title {
	font-family: "Trebuchet MS";
	font-size: 9pt; 
	color: #000;
	align: center;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
}



.text_in_box {
	font-family: "arial";
	font-size: 9pt; 
	color: #000;
	align: center;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
}

.text_in_boxs {
	font-family: "arial";
	font-size: 8pt; 
	color: #000;
	align: center;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration : none;
}














 ***HYPERLINKS*** 


a {
	color: #BDBDBD;
}
a:visited /* the link NORMALLY*/
 {
	color: #BDBDBD;
	text-decoration: none
}


a:link       {
	font:  Verdana;
	color: #808080;
	text-decoration: none;
	text-align: left;
}	/* the link text*/




a:hover      {
	color: #BDBDBD;
	font-weight: bold;
	background-color : #d4d0c8;}			/*the link when mouse is OVER it*/

a:active     {
	color: #666;
	text-decoration: none;
	text-align: center;
}	/* the link AFTER the VISIT*/
#table16 tr td .style12 center p b {
	font-size: x-small;
}
#table2 tr td .fotonolineunder u font b font {
	color: #FFF;
}
#table16 tr td .style12 center b {
	font-size: 14px;
}
























/******************** THESE CLASSES ARE FOR PHOTOS ********************/
.foto207x136 {
	width: 207px;
	margin: 0px auto;
	text-align:center;
	background: #e2e2e2 center;
	padding: 20px;
	height: auto;
	border: medium groove #999999;
	position: static; 
}
.foto200x300 {
	width: 200px;
	height: 300px;
	margin: 0px auto;
	text-align:center;
	background: #e2e2e2 center;
	padding: 5px;
	height: auto;
	border: medium groove #ffffff;
	position: static; 
}
.foto200x172 {
	width: 200px;
	height: 172px;
	margin: 0px auto;
	text-align:center;
	background: #e2e2e2 center;
	padding: 5px;
	height: auto;
	border: medium groove #ffffff;
	position: static; 
}

/******************** END OF MY CLASSES ********************/