@charset "UTF-8";

.texto {
	color: #a3a3a3;
	text-decoration: none;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial;
	letter-spacing: 0px;
	word-spacing: 0pt;
	white-space: normal;
	font-weight: normal;
	line-height: 14px;
	font-style: normal;
}
.textobold {
	color: #a3a3a3;
	text-decoration: none;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial;
	letter-spacing: 0px;
	word-spacing: 0pt;
	white-space: normal;
	font-weight: bold;
	line-height: 14px;
	font-style: normal;
}
a:link {
	color: #a3a3a3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a3a3a3;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #1C1C1C;
	background-image: url(imgs/bg.gif);
	background-repeat: repeat;
	scrollbar-face-color:#a3a3a3; 
	scrollbar-shadow-color:#474747; 
	scrollbar-highlight-color:#474747; 
	scrollbar-3dlight-color:#474747; 
	scrollbar-darkshadow-color:#474747; 
	scrollbar-track-color:#474747; 
	scrollbar-arrow-color: #474747;
}

