HTML, BODY
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Verdana;
    font-size: 10px;
	color: #B6B6B6;
	background-color:#000000;
	height:100%;
}

INPUT, TEXTAREA, SELECT
{
	font-family: Verdana;
	font-size: 9px;
	color: #B4B4B4;
	border: 1px solid #000000;
	background-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #B4B4B4;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
}

TR
{
	font-family: Verdana;
	font-size: 10px;
}

.texto
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color:#B4B4B4;
}

.texto_link
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color:#B4B4B4;
}

.texto_link:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color:#636363;
}

.link
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color:#B4B4B4;
}

.link:hover
{
	font-weight: bold;
}

.error
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #AA3030;
}

.copyright
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #636363;
}

#bold
{
	font-weight: bold;
}

#blanco
{
	color: #FFFFFF;
}


