@charset "utf-8";
/* CSS Document */
body {
 padding: 0;
  margin: 0;
  background: #FFFFFF url(images/bg_layer1.jpg) no-repeat center top;
  width: 100%;
  display: table;
}
.footerOne{
background:url(images/bg_footer_1.png);
background-repeat:repeat-x;
height:21 px;
}
.footerMiddle{
background:url(images/bg_footer_middle.png);
background-repeat:repeat-x;
}
.footerDown{
background:url(images/bg_footer_down.png);
background-repeat:repeat-x;
height:8px;
}
body,td,th {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #CC66CC;
}
.style1 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:visited {
	color: #FFFFFF;
}
#datasAll{
text-align:justify;
background-color:#FFFFFF;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#datasAll a:link{
color:#9E399C;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:underline;
}
#datasAll a:hover{
color:#F39E36;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:underline;
}
#datasAll a:visited{
color:#9E399C;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:underline;
}
.datasHeads{
color:#F39E36;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.ImpHeads{
color:#9E399C;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
}


