a:link, a:visited
{
	font-weight: bold;
	color: #505050;
	font-family: ms sans serif, arial;
	text-decoration: none;
}


a:hover
{
	font-weight: bold;
	color: #F65D21;
	font-family: ms sans serif, arial;
	text-decoration: underline;
}


body
{
	/*background: #C0c0cf;*/
	background: url('objts2/fondo.jpg') fixed;

	scrollbar-face-color: #C0c0cf;
	scrollbar-base-color: #C0c0cf;
	scrollbar-arrow-color: #F65D21;
	scrollbar-track-color: #c0c0c0;
	scrollbar-shadow-color: #00000f;
	scrollbar-highlight-color: #C0c0cf;
	scrollbar-3dlight-color: #00000f;
}


table
{
	font-size: 12px;
}


ul
{
	list-style: none;
}


.index_header
{
	font-weight: bold;
	font-size: 14px;
}


.index_hr
{
	color: #F65D21;
	width: 100%;
}