/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(../_img/bg.gif);
	background-repeat: repeat-x;
}
body,td,th {
	color: #2D2D2D;
	font-family: Tahoma;
	font-size: 11px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
img { behavior: url("pngbehavior.htc");}
.suncatBG{
	background:url(../_img/cat_bg.jpg) left top no-repeat;

}
.ac_tex{
	background-color: #e7e7e7;
	background-image: url(../_img/ac_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6e6e6e;
	border-left-color: #6E6E6E;
	padding: 20px;
}
.bordo {
	color: #BF0005;
	font-weight: bold;
}