body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('../../images/shared/bg01.png');
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: top center;
	background-color: #272d55;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #4b3f7f;
	text-align: left;
}

a {
	font-size: 12px;
	color: #4b3f7f;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4b3f7f;
}
a:hover {
	text-decoration: underline;
	color: #4b3f7f;
}
a:active {
	text-decoration: none;
	color: #4b3f7f;
}


.whitelink a {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.whitelink a:link {
	text-decoration: none;
}
.whitelink a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.whitelink a:hover {
	text-decoration: none;
	color: #999999;
}
.whitelink a:active {
	text-decoration: none;
	color: #FFFFFF;
}


.underline a:link {
	text-decoration: underline;
}
.underline a:visited {
	text-decoration: underline;
}
.underline a:hover {
	text-decoration: underline;
}
.underline a:active {
	text-decoration: underline;
}


.imageFileName {
	font-style: italic;
	color: #666666;
}

.titleText {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}





.width30 {width: 30px;}
.width50 {width: 50px;}
.width75 {width: 75px;}
.width100 {width: 100px;}
.width125 {width: 125px;}
.width135 {width: 135px;}
.width150 {width: 150px;}
.width175 {width: 175px;}
.width200 {width: 200px;}
.width250 {width: 250px;}
.width275 {width: 275px;}
.width300 {width: 300px;}
.width350 {width: 350px;}
.width400 {width: 400px;}
.width500 {width: 500px;}
.width800 {width: 800px;}

.alignCenter {
	text-align:center;
}







.timerBlock {
	width: 118px;
	height: 50px;
	margin: 0 1px;
	padding: 0px;
	float: right;
	background-color: #222c73;
	text-align: left;
	font-size: 9px;
	color: #FFFFFF;
}
.timerBlock > .timerBlockInner {
	padding: 3px 8px;
}
.timerBlock > .timerBlockInner > .zone {
	font-size: 12px;
	font-weight: bold;
	color: #5ce2ff;
}
.timerBlock > .timerBlockInner > .hkZone {
	font-size: 12px;
	font-weight: bold;
	color: #c79ce3;
}


.menuArea {
	background-image: url('../../images/shared/menu_header.png');
	background-repeat: repeat-x;
	height: 50px;
}

.contentArea {
	background-repeat: repeat-none;
	background-color: #FFFFFF;
	text-align: left;
	width: 100%;
}
.contentArea > .articleArea {
	width: 640px;
	float: left;
	text-align: justify; 
}
.contentArea > .asideArea {
	width: 340px;
	float: left;
	text-align: left;
}
.contentArea > .bottomArea {
	clear: both;
}
.contentArea > .fullArea {
	width: 900px;
	float: left;
	text-align: left; 
	padding: 30px 40px 30px 40px;
}

.announcement {
	width: 325px;
	margin: 20px 10px 10px 5px;
	background-color: #dabfc8;
	color: #5f1814;
	font-size: 12px;
}
.announcement > .header {
	height: 32px;
	text-align: right;
}
.announcement > .content {
	padding: 10px 10px 30px 10px;
	text-align: justify;
}

.news {
	width: 325px;
	margin: 15px 10px 10px 5px;
	background-color: #8a8eb1;
	color: #FFFFFF;
	font-size: 12px;
}
.news > .header {
	height: 32px;
	text-align: right;
}
.news > .content {
	padding: 10px 10px 10px 10px;
	text-align: justify;
}


.footerArea {
	height: 187px;
	background-image: url('../../images/shared/footer_bg.png');
	background-repeat: repeat-x;
	background-color: #8a8eb1;
	color: #2c347d;
}
.footerArea > .content {
	padding: 18px 0 0 5px;
}

