td {
	empty-cells: show;
}

.page {
	width: 873px;
	height: 483px;
	background-image: url(../images/template_bg.png);
	background-repeat: repeat-x;
	padding: 15px 10px 10px 0px;
	overflow: hidden;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: black;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: black;
}

a:link,a:active,a:visited {

	color: black;
	text-decoration: none;
}
a:hover {
	color:#fb9223;
	text-decoration: none;
}
