* {
	color: #00;
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


body {margin: 0px;}

h1 {
	font-size: 24px;
	font-family: 'Trebuchet MS', Tahoma;
	text-transform: uppercase;
}
h2 {font-size: 14px;}
h3 {font-size: 12px;}
h4 {font-size: 10px;}
h5 {font-size: 8px;}

a {color: #b24700;}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover {text-decoration: underline;}



.top {background: url(../images/top_bg.png) top repeat-x;}

.top .td_mine {
	background: url(../images/top_img.png) left top no-repeat;
	padding: 0px 20px;
}

.top .td1 {
	color: #fff;
	font-size: 11px;
	font-family: Tahoma;
	vertical-align: top;
	padding-top: 70px;
}

.top .td2 {
	color: #ffd998;
	font-size: 11px;
	font-family: Tahoma;
}
.top .td2 .comp {color: #fff;}
.top .td2 a {color: #ffd998;}
.top .td2 a:link {text-decoration: none;}
.top .td2 a:visited {text-decoration: none;}
.top .td2 a:hover {text-decoration: underline;}

.top .td3 div {
	color: #fff;
	font-size: 30px;
	font-family: 'Myriad Pro',Tahoma;
	text-align: right;
}
.top .td3 .code {font-size: 18px;}

.menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.menu li {
	display: inline;
	background: url(../images/arrow.gif) left no-repeat;
	padding: 0px 10px 0px 10px;
}
.menu li a {
	color: #ffc580;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	text-transform: uppercase;
	white-space: nowrap;
}
.menu li a:link {text-decoration: none;}
.menu li a:visited {text-decoration: none;}
.menu li a:hover {text-decoration: underline;}



.menu2 {
	list-style: none;
	padding: 0px;
	margin: 0px -10px 0px 0px;
}
.menu2 li {
	background: url(../images/marker_menu2.png) left 11px no-repeat;
	padding: 5px 10px 5px 10px;
}
.menu2 li a {
	color: #b24700;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
}
.menu2 li a:link {text-decoration: underline;}
.menu2 li a:visited {text-decoration: underline;}
.menu2 li a:hover {text-decoration: underline;}
.menu2 li a.action {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
}
.menu2 li a.action:link {text-decoration: none;}
.menu2 li a.action:visited {text-decoration: none;}
.menu2 li a.action:hover {text-decoration: underline;}




.bottom {background: url(../images/bottom_bg.png) top repeat-x;}
.bottom .td_mine {
	background: url(../images/bottom_img.png) left top no-repeat;
	padding: 0px 20px;
}
.bottom .td1 {
	color: #ffd998;
	font-size: 10px;
	font-family: Tahoma;
}
.bottom .td1 .comp {
	color: #fff;
	font-size: 12px;
}
.bottom .td1 a {color: #ffd998;}
.bottom .td1 a:link {text-decoration: none;}
.bottom .td1 a:visited {text-decoration: none;}
.bottom .td1 a:hover {text-decoration: underline;}

.bottom .td2 td {padding-left: 10px;}


.mine_table td {padding: 30px 20px;}


.spec {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.spec img {
	border: none;
	margin: 0px 10px 7px 0px;
}
.spec li {
	padding: 10px 0px;
}
.spec li.sp_line {
	background: url(../images/line.png) left center repeat-x;
	clear: both;
	padding: 6px 0px 0px 0px;
	height: 1px;
}


.right .heading {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Tahoma;
}
.mine_table1 td {
padding:3px 2px;
}