/* overall */
a, a:visited {
	color:#F0F604;
	font-size:12pt;
	font-weight:normal;
	text-decoration:none;
}

a:hover, a:active {
	color:#FF9900;
	font-size:12pt;
	font-weight:normal;
	text-decoration:underline;
}

/* index */
.index { 
	font-family: Arial, Tahoma, Times New Roman;
	background-color: #C81B37;
	color: #F0F604;
	font-size: 12pt;
}
.toggleSpan:hover {
	cursor: pointer;
	text-decoration: underlined;
}
.button {
	cursor: pointer;
	background:#EBFF98;
	font-size:15pt;
	color:#000000;
	text-align: left;
	border-top:4px solid #F0F604;
	border-left:8px solid #F0F604;
	border-bottom:1px solid #EBFF98;
	border-right:2px solid #F0F604;
	margin-bottom:0px; 
	font-family:Pristina; 
	width:120; 
	height:35;
}
.button_hover {
	cursor: pointer;
	background:#EBFF98;
	font-size:15pt;
	color:#000000;
	text-align: left;
	border-top:4px solid #FF9900;
	border-left:8px solid #FF9900;
	border-bottom:1px solid #EBFF98;
	border-right:2px solid #FF9900;
	margin-bottom:0px; 
	font-family:Pristina; 
	width:120; 
	height:35;
	
}
.button_active {
	cursor: pointer;
	background:#E12142;
	font-size:15pt;
	color:#F0F604;
	text-align: left;
	border-top:4px solid #F0F604;
	border-left:10px solid #F0F604;
	border-bottom:1px solid #F0F604;
	border-right:0px dotted #E12142;
	margin-bottom:0px; 
	font-family:Pristina; 
	width:120; 
	height:35;
}
.cell {
	width: 120;
	height: 20;
	text-align: right;
	vertical-align: top;
	border-right: 0px solid #F0F604;
	margin-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin: 0pt;
	padding: 0pt;
	padding-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
}
.head1 {
	color:#F0F604;
	font-family:Pristina;
	font-size:70;
	text-align:center;
}
.head2 {
	color:#F0F604;
	font-family:Pristina;
	font-size:55;
	font-style:italic;
	text-align:right;
}
.mainTable {
	border:0px;
	width:100%;
	padding:0;
}
.sideImgTd {
	border-top: 4px solid #F0F604;
	border-right: 4px solid #F0F604;
	border-bottom: 4px solid #F0F604;
}
.sideImg {
	text-align:center;
	vertical-align:middle;
	width:200px;
	height:320px;
	border-top: 2px solid #F0F604;
	border-bottom: 2px solid #F0F604;
}
.ILF {
	width:100%;
	height:100%;
	border:0px;
	text-align:left;
}
.soundTd {
	text-align:center;
	border-right:2px solid #F0F604;
	font-size: 10pt;
	color:#F0F604;
}
.iframe {
	background-color: #E12142;
	border-left: 0px;
	border-right: 4px solid #F0F604;
	border-top: 4px solid #F0F604;
	border-bottom: 4px solid #F0F604;
	width: 100%;
	height: 100%;
	vertical-align: top;
	margin-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin: 0pt;
	padding: 0pt;
	padding-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
}

/* iframe */
.texttd {
	font-family: Arial, Tahoma, Times New Roman;
	background-color: #E12142;
	color: #F0F604;
	font-size: 12pt;
	padding-left:6px;
	padding-right:6px
	vertical-align:top;
}
.copy {
	font-size: 7.5pt;
	text-align: center;
}
.no_margin {
	vertical-align: top;
	margin-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin: 0pt;
	padding: 0pt;
	padding-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
}

.no_margin_iframe {
	font-family: Arial, Tahoma, Times New Roman;
	background-color: #E12142;
	color: #F0F604;
	font-size: 12pt;
	vertical-align: top;
	margin-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin: 0pt;
	padding: 0pt;
	padding-left:6px;
	padding-right:6px
	padding-top: 0pt;
	padding-bottom: 0pt;
}

/* fotos.htm */
.picButton {
	cursor: pointer;
	background:#EBFF98;
	font-size:15pt;
	color:#000000;
	border:3px solid #F0F604;
	margin-bottom:0px; 
	font-family:Pristina; 
	width:100; 
	height:40;
}
.picButton_hover {
	cursor: pointer;
	background:#EBFF98;
	font-size:15pt;
	color:#000000;
	border:3px solid #FF9900;
	margin-bottom:0px; 
	font-family:Pristina; 
	width:100; 
	height:40;
}
.picButton_active {
	cursor: pointer;
	background:#C81B37;
	font-size:15pt;
	color:#F0F604;
	border:3px solid #F0F604;
	margin-bottom:0px; 
	font-family:Pristina; 
	width:100; 
	height:40;
}
