/* GlobalTextStyle
======================================*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	background-color: #333333;
}

img {
border: 0;
}

a:link, a:visited {
	color: #555;
	font-weight : bold; 
	outline:none;
  }

a:hover {
	color: #000;
	font-weight : bold; 
	outline:none;
  }

a:active {
	color: #000;
	font-weight : bold; 
	outline:none;
  }

p.ind {
text-indent:1cm;
font-size:12px;
}

p {
text-decoration:none;
font-size:12px;
}

h1 {
font-size:20px;
font-weight:bold;
}

h2 {
font-size:18px;
font-weight:bold;
}

h3 {
font-size:16px;
font-weight:bold;
}

/* Header
======================================*/



/* Body
======================================*/




/* Gallery
======================================*/
a.gal:hover{
	color:#0047E7;
}
a.gal:link img,
a.gal:visited img{
	border:5px solid #333333;
}
a.gal:focus img,
a.gal:hover img,
a.gal:active img{
	border:5px solid #0047E7;
}


/* Footer
======================================*/
#footerMaster {
text-align:center;
margin:auto;
width:778px;
height:50px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}
a.footer:link, a.footer:visited {
text-decoration:none;
color:#959595;
}

.mail {
text-decoration:none;
color:#000000;
}



a.footer:hover {
text-decoration:underline;
color:#ffffff;
/*background-color:#333333;*/
}
.footrLine {
padding:20px;
font-family:"Times New Roman", Times, serif;
color:#959595;
/*visibility:hidden;*/
}
.footrCopyright {
color:#959595;
}
