@charset "utf-8";
/* CSS Document */
body            { margin:0; background-color: #B6B6B6;}
.shell_tbg      {background:url(/images/main/shell_tbg.jpg); background-repeat:repeat-x;}
.shell_bbg      {background:url(/images/main/shell_bbg.jpg); background-repeat:repeat-x;}
.shell_lbg      {background:url(/images/main/shell_lbg.jpg); background-repeat:repeat-y;}
.shell_rbg      {background:url(/images/main/shell_rbg.jpg) ;background-repeat:repeat-y;}
.header_bg      {background:url(/images/main/header_bg.jpg) ;background-repeat:repeat-x;}
.logo_bg        {background:url(/images/main/logo_bg.jpg) ;background-repeat:repeat-x;}

.A4				{ font-family: Arial; font-size: 4px;}
.A6				{ font-family: Arial; font-size: 6px;}

/* Top Menu */

#topMenu {
	width: 567px;
	height: 50px;
	padding: 0 0 0 0;
	margin: 0 auto;
}

#topMenu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#topMenu li {
	display: inline;
}

#topMenu a {
	float: left;
	height: 20px;
	padding: 10px 16px;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

#topMenu a:hover {
	background: #0942AE;
	color: #FFFFFF;
}

#topMenu .currentPage a {
	background: #0942AE;
	color: #FFFFFF;
}


#topMenu2 {
	width: 567px;
	height: 50px;
	padding: 0 0 0 0;
	margin: 0 auto;
}

#topMenu2 ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#topMenu2 li {
	display: inline;
}

#topMenu2 a {
	float: left;
	height: 20px;
	padding: 10px 10px;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

#topMenu2 a:hover {
	background: #0942AE;
	color: #FFFFFF;
}

#topMenu2 .currentPage a {
	background: #0942AE;
	color: #FFFFFF;
}