
body {
/*	background-image: url(images/bg_checkers.gif);
	background-repeat:repeat; */
	background: url(images/splash-tile.gif) #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A1A1A1;

}
p{
	 font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A1A1A1;
}

td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A1A1A1;
	
}
.header_bg{
	background:url(images/bg_top_nav.jpg) repeat-x top left;

}
.style1 {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.black_bg {
background-color:#000000;
}
.small{
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.small a{
	color: #666666;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #EEEEEE;
	background-color:#000000;

}
a:active {
	text-decoration: none;
	color: #999999;
}
.style2 {font-size: 10px}


.img_border{border:#999 2px solid; background-color:#999 }


.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.boton{
border:solid 1px #666666; background-color:#999999; font-size:10px }