@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #F9F9F9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
.shadow_lt {
	background-image: url(../../images/shadow_left_top.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.shadow_lb {
	background-image: url(../../images/shadow_left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.shadow_rt {
	background-image: url(../../images/shadow_right_top.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.shadow_rb {
	background-image: url(../../images/shadow_right_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.body {
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 223px;
	width: 880px;
	padding-top: 160px;
	background-color: #F7F7F5;
}
.footer {
	background-image: url(../../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 46;
	width: 880px;
}
