/* General
======================================*/
body, p, h1, h2, h3 {
margin:0;
padding:0;
}

body {
background:url(images/bg_main.jpg) repeat-x top left #000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

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:10px;
margin-bottom:15px;
}

p {
text-decoration:none;
font-size:10px;
margin-bottom:15px;
}

h1 {
font-size:20px;
font-weight:bold;
}

h2 {
font-size:18px;
font-weight:bold;
}

h3 {
color:#0167a5;
font-size:14px;
font-weight:bold;
}

/* Header
======================================*/



/* Body
======================================*/
#contentMaster {
padding:12px 8px 8px 25px;
}
#wrap {
background:url(images/bgmain2.jpg) no-repeat top;
}
#title {
font-size:25px;
margin-left:25px;
color:#023768;
font-weight:bold
}


/* Gallery
======================================*/
a.galSm:hover{
	color:#0047E7;
}
a.galSm:link img,
a.galSm:visited img{
padding:2px;
background:#fff;

}
a.galSm:hover img {
padding:2px;
background:#000;
}



/* Footer
======================================*/
#footerMaster {
text-align:center;
margin:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
margin-top:6px;
}
a.footer:link, a.footer:visited {
text-decoration:none;
color:#878787;
}
a.footer:hover {
text-decoration:underline;
color:#ffffff;
/*background-color:#333333;*/
}
.footrLine {
padding:20px;
font-family:"Times New Roman", Times, serif;
color:#878787;
/*visibility:hidden;*/
}
.footrCopyright {
color:#878787;
}
a.usweb {
color:#878787;
text-decoration:none;
}
a:hover.usweb {
color:#878787;
text-decoration:underline;
}