@charset "utf-8";
.footer {
	font-size: 10px;
	color: #666;
}
a:link {
	color: #1195E7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0079C0;
}
a:hover {
	text-decoration: underline;
	color: #1195E7;
}
a:active {
	text-decoration: none;
	color: #0079C0;
}

 * { 
margin:0;
padding:0;

}
body,td,th {
	font-family: Segoe UI, sans-serif, tahoma, Arial, Helvetica;
	font-size: 14px;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #F4F6F3;
}
