/* BROWSER FLAGS (aces/global): default */
/* -------------------------------- default -------------------------------- */
body {
	margin: 0 auto;
	text-align: center;
	background-image: url(/data/Image/bg.jpg);
	background-repeat: repeat-x;
	background-color: #C60218;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}
img {
	border: none;
	display: block;
}

a {
	text-decoration: none;
        color: #0080BD;
	font-size: 14px;
}

a:hover {
	color: #C60218;
	text-decoration: none;
        font-size: 14px;
}

table.main {
	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb;
	border-collapse: separate;
}
table.main th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #ebebeb;
}
table.main td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #ebebeb;
}

p {
	padding: 4px;
	margin: 0;
}



div.main {
	clear: both;
	margin: 0px auto; 
	width: 950px;
	text-align: left;
	line-height: 18px;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}
div.content {
	clear: both;
	width: 950px;
	display: table;
	background-color: white;
}
div.box01 {
	float: left;
	display: table-cell;
	width: 621px;
	margin-right: 24px;
}
div.box01top {
	clear: both;
	background-image: url(/data/Image/box01-top-bg.jpg);
	background-repeat: no-repeat;
	width: 568px;
	height: 66px;
	color: #001c62;
	font-size: 15px;
	line-height: 86px;
	padding-top: 20px;
	padding-left: 53px;
	font-weight: bold;
}
div.box01bg {
	clear: both;
	background-image: url(/data/Image/box01-bg.gif);
	background-repeat: repeat-y;
	width: 621px;
	display: table;
}

div.box01mid {
	text-align: center;
}

div.box01txt {
	float: left;
	display: table-cell;
	width: 530px;
}
div.box01txt span {
	color: #b21a17;
	font-size: 11px;
	font-weight: bold;
}
div.box02 {
	float: left;
	display: table-cell;
	width: 269px;
}
div.box02bg {
	clear: both;
	background-image: url(/data/Image/box02-bg.gif);
	background-repeat: repeat-y;
	width: 269px;
	display: table;
}
div.box02txt {
	float: left;
	width: 207px;
	display: table-cell;
        padding-top: 10px;
}
div.box02txt p {
	color: #001c62;
	font-size: 12px;
	/*line-height: 12px; */
	font-weight: bold;
}



div.box02txt a {
	/* color: #b21a17; */
	font-weight: bold;
	display: block;
/*	float: right;*/
}
div.footer {
	clear: both;
	background-image: url(/data/Image/footer-bg.gif);
	background-repeat: no-repeat;
	width: 957px;
	height: 28px;
	margin: 0 auto;
	text-align: center;
	color: white;
	line-height: 28px;
	font-size: 11px;
}

div.footer a {
       color: white;
       font-size: 11px;
}

