@font-face {  
  font-family: MyriadProRegular;  
  src: url( fonts/myriad-webfont.ttf ) format("truetype");  
}  

body{
	font-family: 'Pontano Sans', sans-serif;
	background-image:url('images/bg-top.jpg'), url('images/bg-bot.jpg'), url('images/bg-mid.jpg');
    background-repeat:repeat-x, repeat-x, repeat ;
    background-position:top center, bottom left, top left;
    margin:0;
    padding:0;	
}

.content{
	text-align:justify;
	font-size:15px;
	color:#604f58;
	line-height:18pt;
	text-shadow:0 1px 1px #CCC;
}
.contentr{
	text-align:right;
	font-size:15px;
	color:#686868;
	line-height:18pt;
	text-shadow:0 1px 1px #ccc;
}
.titlee{
	text-align:justify;
	font-size:18px;
	color:#903;
	line-height:18pt;
	text-shadow:0 1px 1px #ccc;
}
.titlee2{
	text-align:center;
	font-size:18px;
	color:#903;
	line-height:18pt;
	text-shadow:0 1px 1px #ccc;
}
.titleee{
	text-align:justify;
	font-size:20px;
	color:#C00;
	line-height:18pt;
	text-shadow:0 1px 1px #FFD7D8;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;

}
a:active {
	text-decoration: none;
}

.footer{
	text-align:justify;
	font-size:13px;
	color:#CCC;
	line-height:17pt;
	text-shadow:0 1px 1px #000;
	letter-spacing:1pt;
}
.footerred{
	text-align:justify;
	font-size:13px;
	color:#da251c;
	line-height:17pt;
	text-shadow:0 1px 1px #000;
	letter-spacing:1pt;
}

.footer_left{
	text-align:left;
	font-size:13px;
	color:#999;
	line-height:18pt;
	text-shadow:0 1px 1px #000;
	letter-spacing:1pt;
}

.footer_right{
	text-align:right;
	font-size:13px;
	color:#999;
	line-height:18pt;
	text-shadow:0 1px 1px #000;
	letter-spacing:1pt;
}
.maris {
		font-family:MyriadProRegular;
		font-size:14px;
		color:#fff;
		font-weight:normal;
		text-align:justify;
		text-shadow:  1px 1px 5px #000;
	}
a:hover.maris {
		font-family:MyriadProRegular;
		font-size:14px;
		color:#fff;
		font-weight:normal;
		text-align:justify;
		text-shadow:  1px 1px 5px #000;
	}
.web {
		font-family:MyriadProRegular;
		font-size:14px;
		color:#ffcd0c;
		font-weight:bolder;
		text-align:justify;
		text-shadow:  1px 1px 5px #000;
	}
a:hover.web {
		font-family:MyriadProRegular;
		font-size:14px;
		color:#ffcd0c;
		font-weight:bolder;
		text-align:justify;
		text-shadow:  1px 1px 5px #000;
	}
	
.notify {
		font-family:MyriadProRegular;
		font-size:18px;
		color:#fff;
		font-weight:normal;
		text-align:center;
		text-shadow:  0px 1px 5px #000;
	}
