body { 	
	background: #43474B url('images/bg.jpg') repeat-x top left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#logo_heading {
	font-family: arial, Tahoma; 
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	color: #999999;
	text-decoration: none;
}

#logo_sub {
	font-family: Tahoma; 
	font-size: 7pt;
	margin-left: 120px;
	margin-top: -8px;
	color: #afafaf;
}

.topmenu{
	list-style-type: none;
	position: relative;
	display: block;
	margin:0 15px 0 0;
	padding: 0;
	float:right;
	font-family: arial, Tahoma; 
	font-size: 11px;
	font-weight:BOLD;
}
.topmenu li {
	display: block;
	float: left;
	margin:5px 0 0 5px !important;
	margin:5px 0 0 5px;
	padding: 0;
	line-height: 25px;
	height: 25px;
}
.topmenu li a{
	display: block;
	margin: 0;
	float: left;
	cursor: pointer;
	padding: 0 0 0 10px;
	text-decoration: none;
	background:url(images/top_menu01_l.png) no-repeat left top;

}
.topmenu li a span {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	color:#D2D2D2;
	text-align: center;
	text-decoration: none;
	background:url(images/top_menu01_r.png) no-repeat right top;
}
.topmenu li a:hover, .topmenu li a.alt {
	padding: 0 0 0 10px;
	background:url(images/top_menu02_l.png) no-repeat left top;
}
.topmenu li a:hover span, .topmenu li a.alt span {
	padding: 0 10px 0 0;
	color:#FFFFFF;
	text-decoration:none;
	background:url(images/top_menu02_r.png) no-repeat right top;
}

#heading {
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
}

#contents {
	font-family: Tahoma;
	font-size: 8pt;
	color: #939496;
}

#textBox {
	font-family: Tahoma;
	font-size: 8pt;
}

#footerCopyright {
	font-family: Tahoma;
	font-size: 8pt;
	color: #939496;
}

#footerCopyright a{
	text-decoration: none; 
	color: #dcdcdc;
}

#footerCopyright a:hover {
	text-decoration: none; 
	color: #FFFFFF;
}