@charset "utf-8";
/* CSS Document */

#topPanel{
	width: 100%;
  *margin-top: 0px;
	margin-top: 0px;
	height:97px;
	*height:97px;
	background: url(../images/bg_top.jpg) left repeat-x;
	/*background-repeat: no-repeat;
	background-position: top;
	background-color: #00b4fe;*/
}

#screenPanel{

	/*height:236px;
	*height:236px;
	background: url(../images/screen.jpg) no-repeat top;*/
}

#ftPanel{
	width: 100%;
  *margin-top: 22px;
	margin-top: 22px;
	height:81px;
  *height:81px;
	float:left;
	background:url(../images/footer_bg.jpg) repeat-x top;
	padding: 55px 0 0 0;
  *padding: 40px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#ftPanel a{
	color: #FFFFFF;
	text-decoration: none;
}

#ftPanel a:hover{
	color: #006699;
	text-decoration: none;
}

#mainPanel{
	width:950px;
  margin-top: 0px;
  *width:950px;
  background:url(../images/bg_main.jpg) repeat-x center top;
}

#mainPanel a, #mainPanel a:hover, .textTitle{
	color:#006699;
	text-decoration:none;
}

/*a.example
{
color:#666666;
text-decoration: none;
}
a.example:hover
{
color: #ff0000;
text-decoration: underline;
} 
a.example:visited
{
text-decoration: none;
}*/