/* CSS Document */
body
{
	background-image:url(../image/bg.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Verdana;
	color:#333333;
	font-size:11px;
	margin:0px;
}	
a:link{
  text-decoration: none;
}
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
a:active{
  text-decoration: none;
}
.border
{
	border-bottom:#E9E9E9 solid 1px;
	border-left:#E9E9E9 solid 1px;
	border-right:#E9E9E9 solid 1px;
}
.taining
{
	font-family:"Trebuchet MS";
	color:#0180CF;
	font-size:18px;
	font-weight:600;
}
.line
{
	border-top:#ADE1F7 solid 1px;
}
.link
{
	color:#017ECE;
	font-weight:bold;
}
.link:hover
{
	color:#333333;
	font-weight:bold;
}					
.banner
{
	background-image:url(../image/banner.jpg);
	background-repeat:no-repeat;
	width:580px;
	height:251px;
}
.footer	
{
	background-image:url(../image/footer.jpg);
	background-repeat:repeat-x;
	height:70px;
	padding-top:15px;
}	
