@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #FFC02D;
	font-family: Arial;
	font-size: 12px;
}
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(pics/bk.jpg);
	background-position:center;
	background-position:top;
	background-attachment:fixed;
	background-color:#900;
	scrollbar-face-color:#6D0401;
	scrollbar-shadow-color:#6D0401;
	scrollbar-highlight-color: #6D0401;
	scrollbar-3dlight-color: #FCC43C;
	scrollbar-darkshadow-color: #6D0401;
	scrollbar-track-color: #990000;
	scrollbar-arrow-color: #FCC43C;

}
a:link {
	color: #FFC02D;
	text-decoration: none;
}
a:visited {
	color: #FFC02D;
	text-decoration: none;
}
a:hover {
	color: #ffd163;
	text-decoration: underline;
}
a:active {
	color: #FFC02D;
	text-decoration: none;
}
.creditos
{
	font-size:10px;
}
.text_14
{
	font-size:14px;
}
.text_18
{
	font-size:18px;
}
.title
{
	font-size:20px;
	color:#FFC02D;
}
.color1
{
	color:#FFF;
}
a.link2:link {
	color: #FFF;
	text-decoration: none;
}
a.link2:visited {
	color: #FFF;
	text-decoration: none;
}
a.link2:hover {
	color: #FFF;
	text-decoration: underline;
}
a.link2:active {
	color: #FFF;
	text-decoration: none;
}