	body {
		background-color		: #27282a;
		background-image		: url('../media/images/bg_pattern.png');
		font-family				: Arial;
		font-size				: 11px;
	}
	td {
		font-size				: 11px;
	}
	.tblMain {
		table-layout			: fixed;
		width					: 100%;
		height					: 100%;
	}
	.tdTopBar {
		background-color		: #b5b5b5;
		height					: 80px;
		text-align				: right;
		padding					: 16px;
	}
	.tdBottom {
		height					: 80px;
		text-align				: center;
		padding					: 16px;
	}
	.tdMiddle {
		text-align				: center;
	}
	.tblCore0 {
		table-layout			: fixed;
		width					: 701px;
		height					: 435px;
	}
	.tblCore1 {
		table-layout			: fixed;
		width					: 701px;
		height					: 435px;
		background-image		: url('../media/images/bg_core.png');
	}
	.tdCoreLeft {
		padding					: 5px;
		width					: 328px;
		vertical-align			: top;
		background-image		: url('../media/images/bg_land.png');
		cursor					: hand;
	}
	.tdCoreRight {
		padding					: 5px;
		width					: 328px;
		vertical-align			: top;
		background-image		: url('../media/images/bg_land.png');
		cursor					: hand;
	}
	.tdCoreImg {
		padding					: 5px;
	}
	.tdCoreContent {
		padding-left			: 10px;
		padding-top				: 9px;
		padding-right			: 5px;
		vertical-align			: top;
	}
	.tblMenu {
		padding-bottom			: 10px;
	}
	.tdMenuItem {
		font-size				: 10px;
		padding-right			: 8px;
	}
	.tdMenuDivider {
		padding-right			: 6px;
	}
	.divContent0 {
		overflow				: auto;
		width					: 100%;
		height					: 215px;
		color					: #b5b5b5;
		padding-right			: 8px;
		padding-left			: 10px;
	}
	.divContent1 {
		overflow				: auto;
		width					: 100%;
		height					: 385px;
		color					: #b5b5b5;
		padding-right			: 8px;
	}
	.spnHeader {
		font-size				: 24px;
		color					: #2a6c9c;
	}
	.tblBottom {
		
	}
	.tdBottomDivider {
		color					: #b5b5b5;
		padding					: 10px;
	}
	.tdBottomLink {
		color					: #b5b5b5;
		font-size				: 9px;
	}
	
	a:link{
		color					: #b5b5b5;
		text-decoration			: none;
		font-family				: Arial;
		font-weight				: bold;
	}
	a:visited{
		color					: #b5b5b5;
		text-decoration			: none;
		font-family				: Arial;
		font-weight				: bold;
	}
	a:hover{
		color					: #b5b5b5;
		text-decoration			: underline;
		font-family				: Arial;
		font-weight				: bold;
	}
	a:active{
		color					: #b5b5b5;
		text-decoration			: underline;
		font-family				: Arial;
		font-weight				: bold;
	} 