html {
  overflow-y: hidden;
}

body {
	background-color:#FFFFFF;
	background-image: url('/images/background.gif');
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	overflow-y: hidden;
}

body.frame {
	background-color:#FFFFFF;
	background-image: url('/images/center_bg.gif');
	background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0px;
}


.mosaicWhite {
	font-family:Lucida Sans Unicode, Arial,sans-serif;
	font-size:16px;
	color:#FFFFFF;
	text-align: center;
}

.mosaicBlack {
	font-family:Lucida Sans Unicode, Arial,sans-serif;
	font-size:16px;
	color:#000000;
	text-align: center;
}


h1 {
	color:#000000;
	font-size:20px;
	font-family:Lucida Sans Unicode, Arial,sans-serif;
	text-align:justify;
	text-decoration : none;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;		
}

h2 {
	color:#2E2E2E;
	font-size:12px;
	font-family:Lucida Sans Unicode, Arial,sans-serif;
	font-weight:bold;
	text-align:justify;
	text-decoration : none;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;		
}


P.txtBlack {
	color:#656565;
	font-size:12px;
	font-family:Lucida Sans Unicode, Arial,sans-serif;
	/*font-weight:none;	*/
	text-align:justify;
	text-decoration : none;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;		
}


.lnkMenu:link, .lnkMenu:visited, .txtMenu {
	color:#00A7F5;
	font-size:12px;
	font-family:Lucida Sans Unicode, Arial,sans-serif;
	font-weight:bold;	
	text-decoration : none;
}

.txtNoLine {
	text-decoration : none;
}

.lnkMenu:hover {
	color:#656565;
	font-size:12px;
	font-family:Lucida Sans Unicode, Arial,sans-serif;
	font-weight:bold;	
	text-decoration : underline;
}


.credits {
	color:#999999;
	font-size:10px;
	font-family:Lucida Sans Unicode, Arial,sans-serif;
	text-align:justify;
	text-decoration : none;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;  
}

.lnkFooterMain:link, .lnkFooterMain:visited {
	font-family:Lucida Sans Unicode, Arial,sans-serif;
	font-size:10px;
	color:#999999;
	text-decoration:none;
}

.lnkFooterMain:hover {
	font-family:Lucida Sans Unicode, Arial,sans-serif;
	font-size:10px;
	color:#999999;
	text-decoration:underline;
}


#creditLeft {
  float:left;
  width:50%;
  margin-top:0px;
  margin-left:30px;
}

#creditRight {
  float:right;
  margin-top:0px;
  margin-right:30px;
}



/* Image popup */
.lnkNormal:link, .lnkNormal:visited, .txtNormal {
	color:#63697F;
	font-size:12px;
	font-family:arial;
	font-weight:none;	
	text-decoration : none;
}

.lnkNormal:hover {
	color:#63697F;
	font-size:12px;
	font-family:arial;
	font-weight:none;	
	text-decoration : underline;
}

.lnkFooter:link, .lnkFooter:visited, .txtFooter {
	color:#63697F;
	font-size:12px;
	background-color: #FFFFFF;
	font-family:arial;
	font-weight:none;	
	text-decoration : none;
}

.lnkFooter:hover {
	color:#63697F;
	font-size:12px;
	background-color: #FFFFFF;
	font-family:arial;
	font-weight:none;	
	text-decoration : underline;
}




