* {
	padding: 0px;
	margin: 0px;
}

/* mac hide \*/
html, body {
	height: 100%;
	width: 100%;
}
/* end hide */

body {
	background-color: #1a6888;
}

td.mainCell {
	background: url(../img/index/main_cell_background.jpg) repeat-x left top;
	text-align: center;
}

table.mainTable {
	margin: 0px auto 0px auto;
}

td.menuItem1 a,
td.menuItem2 a,
td.menuItem3 a,
td.menuItem4 a {
	display: block;
	height: 18px;
	line-height: 18px;
	font-size: 1px;
} 

td.menuItem1 a { background: url(../img/index/menu_item_1.jpg) no-repeat left top; width: 80px; }
td.menuItem2 a { background: url(../img/index/menu_item_2.jpg) no-repeat left top; width: 100px; }
td.menuItem3 a { background: url(../img/index/menu_item_3.jpg) no-repeat left top; width: 73px; }
td.menuItem4 a { background: url(../img/index/menu_item_4.gif) no-repeat left top; width: 103px; }

td.menuItem1 a:hover,
td.menuItem2 a:hover,
td.menuItem3 a:hover,
td.menuItem4 a:hover {
	background-position: left bottom;
} 

td.bottom {
	background: url(../img/index/bottom.jpg) no-repeat left top;
	vertical-align: top;
	text-align: left;
}

td.bottom div {
	padding: 8px 0px 0px 23px;
}

td.bottom table td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-align: left;
}

td.bottom table td span {
	color: #ff2525;
}

td.bottomCell {
	background: #1a6888 url(../img/index/site_background.gif) repeat-y center top;
}