body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/mainBG.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A6261D;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.verticalColumn {
	background-image: url(../img/points3pxBorder.gif);
	background-repeat: repeat-y;
}
.horizontalColumn {
	background-image: url(../img/points3pxBorder.gif);
	background-repeat: repeat-x;
}
.leftBorderBG {
	background-image: url(../img/leftBorderBG.jpg);
	background-repeat: repeat-y;
}
.rightBorderBG {
	background-image: url(../img/rightBorderBG.jpg);
	background-repeat: repeat-y;
}
.notaiLateralBorderBG {
	background-image: url(../img/notaiLateralBorderBG.jpg);
	background-repeat: repeat-y;
}
.menuTopBorderBG {
	background-image: url(../img/menuTopBorderBG.jpg);
	background-repeat: repeat-x;
}
.menuTopBorderBG_lightViolet {
	background-image: url(../img/menuTopBorderBG_lightViolet.jpg);
	background-repeat: repeat-x;
}
.menuTopBorderBG_greenBrown {
	background-image: url(../img/menuTopBorderBG_greenBrown.jpg);
	background-repeat: repeat-x;
}
.menuTopBorderBG_Red {
	background-image: url(../img/menuTopBorderBG_Red.jpg);
	background-repeat: repeat-x;
}
.menuLeftBorderBG {
	background-image: url(../img/menuLeftBorder.jpg);
	background-repeat: no-repeat;
}
.menuRightBorderBG {
	background-image: url(../img/menuRightBorder.jpg);
	background-repeat: no-repeat;
}
.menuMainBG {
	background-image: url(../img/menuMainBG.jpg);
}
.notaiMainTitle {
	background-image: url(../img/notaiMainTitle.jpg);
	background-repeat: no-repeat;
	color: #C7CF84;
	font-weight: bold;
}
.searchBarBG {
	background-image: url(../img/searchBarHome.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #7D8166;
	font-weight: bold;
}
.searchBar2BG {
	background-image: url(../img/searchBar2.jpg);
	background-repeat: no-repeat;
}
.mainContentAndLoginBar {
	background-image: url(../img/mainContentAndLoginBar.jpg);
	background-repeat: no-repeat;
}
.mainContent2levBarBG {
	background-image: url(../img/mainContent2levBar.jpg);
	background-repeat: repeat-y;
}
.mainContentBar {
	background-image: url(../img/mainContentBar.jpg);
	background-repeat: no-repeat;
}
.mainLoginBar {
	background-image: url(../img/mainLoginBar.jpg);
	background-repeat: no-repeat;
}
.mainContentTitle {
	background-image: url(../img/mainContentTitle.jpg);
	background-repeat: no-repeat;
}
.mainLoginTitle {
	background-image: url(../img/mainLoginTitle.jpg);
	background-repeat: no-repeat;
}
.mainNewsBar {
	background-image: url(../img/newsTitle.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.mainContentAndLoginBG {
	background-image: url(../img/mainContentAndLoginBG.jpg);
	background-repeat: repeat-y;
}
.mainContentAndLoginBottomBar {
	background-image: url(../img/mainContentAndLoginBottomBar.jpg);
	background-repeat: no-repeat;
}
.mainContentAndNewsTopBar {
	background-image: url(../img/mainContentAndNewsTopBar.jpg);
	background-repeat: no-repeat;
}
.homeMainContentAndNewsBG {
	background-image: url(../img/homeMainContentAndNewsBG.jpg);
	background-repeat: repeat-y;
}
.newsBottomBlur {
	background-image: url(../img/newsBottomBlur.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.newsTopBlur {
	background-image: url(../img/newsTopBlur.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.newsLetterBG {
	background-image: url(../img/newsLetterBG.jpg);
}
.newsLetterSendBG {
	background-image: url(../img/newsLetterSendBG1.jpg);
	background-repeat: no-repeat;
}
.newsBG {
	background-image: url(../img/newsBG.jpg);
}
.bottomBarBG {
	background-image: url(../img/bottomBarBG.jpg);
	background-repeat: repeat-x;
}
.bottomBarBG_lightViolet {
	background-image: url(../img/bottomBarBG_lightViolet.jpg);
	background-repeat: repeat-x;
}
.bottomBarBG_greenBrown {
	background-image: url(../img/bottomBarBG_greenBrown.jpg);
	background-repeat: repeat-x;
}
.bottomBarBG_Red {
	background-image: url(../img/bottomBarBG_Red.jpg);
	background-repeat: repeat-x;
}
.mainMenu a{
	font-size: 11px;
	color: #5A7992;
	text-decoration: none;
	display: block;
	padding-right: 8px;
	padding-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-variant: normal;
	text-transform: uppercase;
	padding-left: 8px;
	letter-spacing: 0.05em;
	height: 36px;
}
.mainMenu a:hover{
	background-image: url(../img/menuItemOverBG.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #B52C20;
}
.mainMenu a.activeItem{
	background-image: url(../img/menuItemOverBG.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #B52C20;
}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 14px;
	width: 94px;
	border: 1px;
	border-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
#searchInput input {
	width: 120px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
form {
	margin:0;
	padding: 0px;
}
.redBold {
	font-weight: bold;
	color: #9A1F0F;
}
.blueBold {
	font-weight: bold;
	color: #326187;
}
.redSmallBold {
	font-size: 10px;
	font-weight: bold;
	color: #9A1F0F;
}
.mainSubMenu {
	z-index:1;
	visibility:hidden;
	position: absolute;
	overflow: visible;
	text-align: left;
	background-color: #D5DBB7;
}
.mainSubMenu a{
	font-size: 10px;
	color: #818668;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 17px;
	padding-left: 17px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../img/2levMenuBG.jpg);
	background-repeat: repeat-y;
	border-right: 1px solid #CDD3B1;
	border-left: 1px solid #CDD3B1;
	border-top: 1px solid #FAFBF3;
	border-bottom: 1px solid #AEB881;
	background-position: 0px 0px;
}
.mainSubMenu a:hover{
	background-image: url(../img/2levMenuOverBG.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #B52C20;
	border-right: 1px solid #CDD3B1;
	border-left: 1px solid #CDD3B1;
	border-top: 1px solid #FAFBF3;
	border-bottom: 1px solid #AEB881;
	background-position: 0px 0px;
	padding-top: 5px;
	padding-right: 17px;
	padding-left: 17px;
	height: 18px;
}

.mainSubMenu a.activeItem{
	background-image: url(../img/2levMenuOverBG.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #B52C20;
	border-right: 1px solid #CDD3B1;
	border-left: 1px solid #CDD3B1;
	border-top: 1px solid #FAFBF3;
	border-bottom: 1px solid #AEB881;
	background-position: 0px 0px;
	padding-top: 5px;
	padding-right: 17px;
	padding-left: 17px;
	height: 18px;
}

.menuTitle2lev {
	background-image: url(../img/leftSubMenuBar.jpg);
	font-weight: bold;
	color: #871F20;
	background-repeat: no-repeat;
	font-size: 10px;
}
.menuBottom2lev {
	background-image: url(../img/leftSubMenuBottomBar.jpg);
	background-repeat: no-repeat;
}
.contentPath2lev {
	background-image: url(../img/mainContent2levTitleBar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.leftSubMenuItem {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6BE8B;
	font-size: 9px;
}
.leftSubMenuItem a{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FBFFF0;
	font-size: 9px;
	color: #A6AF70;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
}
.leftSubMenuItem a:hover{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #B42929;
	display: block;
	text-decoration: none;
	background-image: url(../img/leftSubMenuItemSquare.jpg);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	background-color: #ECF0D5;
}
.leftSubMenuItem a.activeItem{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #B42929;
	display: block;
	text-decoration: none;
	background-image: url(../img/leftSubMenuItemSquare.jpg);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	background-color: #ECF0D5;
}
.notaiTableBG1{
	background-image: url(../img/notaiBoxBG_1.jpg);
	background-repeat: repeat-x;
}
.notaiTable1{
	background-image: url(../img/notaiRightTopAngle_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.notaiTableBG2{
	background-image: url(../img/notaiBoxBG_2.jpg);
	background-repeat: repeat-x;
}
.notaiTable2{
	background-image: url(../img/notaiRightTopAngle_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #871F20;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #326187;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
p {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.notaiTable1 p, .notaiTable2 p{
	font-size: 10px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 1px;
}
.notaiTable1 h1, .notaiTable2 h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #871F20;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navBar{
	background-image: url(../img/notaiNavBarBG.jpg);
	color: #8BB3D3;
	font-weight: bold;
	font-size: 10px;
}
.navButton_left a,.navButton_right a{
	color: #C7CF84;
	text-decoration: none;
	display: block;
	height: 26px;
	padding-top: 12px;
	font-size: 10px;
}
.navButton_center a{
	color: #C7CF84;
	text-decoration: none;
	font-size: 10px;
}
.navButton_center a:hover {
	color: #8BB3D3;
	text-decoration: underline;
}
.navButton_left a:hover,.navButton_right a:hover{
	color: #C7CF84;
	text-decoration: none;
	background-color: #5A3022;
	font-size: 10px;
}
.consigliTable {
	background-image: url(../img/notaiBoxBG_1.jpg);
	background-repeat: repeat-x;
}
.consigliTable p {
	font-size: 10px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 1px;
}
.consigliTable h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #871F20;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.consigliMembri {
	color: #5D6534;
	font-size: 10px;
}
.consigliMembri p {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 1px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
li {
	list-style-image: url(../img/leftSubMenuItemSquare.jpg);
}
.menuTendina {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
