body {
	margin: 0px;
	font-size: 12px;
	background-image: url(../style/bg.gif);
	line-height: 150%;
}

a {
	font-size: 12px;
	text-decoration: none;
	color: #333388;
}
h1
{
	font-size:20px;
	font-family:ºÚÌå;
	font-weight:700;
	text-align:center;
	width:100%;
}
h2
{
	font-size:12px;
	font-family:ËÎÌå;
	font-weight:100;
	text-align:center;
	width:100%;	
}
#logindiv {
	margin-top: 30px;
	margin-left: 100px;
	width: 812px;
	height: 235px;
	background-image: url(../style/login.gif);
}

#loginformdiv {
	padding-left: 500px;
	padding-top: 30px;
}

#headdiv {
	width: 100%;
	height: 136px;
	background-image: url(../style/top_bg.gif);
}

#logodiv {
	width: 207px;
	height: 136px;
	float: left;
	background-image: url(../style/logo.gif);
}

#portaldiv {
	width: 242px;
	height: 136px;
	float: left;
	background-image: url(../style/agent_portal.gif);
}

#usercenterdiv {
	width: 242px;
	height: 136px;
	float: left;
	background-image: url(../style/user_center.gif);
}

#infodiv {
	width: 248px;
	height: 136px;
	float: right;
	padding-top: 2px;
	background-image: url(../style/top_right.gif);
}

#contentdiv {
	margin-left: 51px;
	height: 600px;
	background-color: #ffffff;
}

#menudiv {
	float: left;
	margin-left: 8px;
	width: 181px;
	background-image: url(../style/menu_bg.gif);
}

.menu_yellow {
	height: 41px;
	width: 181px;
	background-image: url(../style/menu_yellow.gif);
	padding-left: 40px;
	padding-top: 10px;
	font-weight: 700;
}

.menu_yellow a {
	font-size: 14px;
	color: #000000;
}

.menu_gray {
	height: 42px;
	width: 181px;
	background-image: url(../style/menu_gray.gif);
	padding-left: 40px;
	padding-top: 12px;
	font-weight: 700;
	font-size: 14px;
}

.menu_gray a {
	color: #000000;
	font-size: 14px;
}

.menu_blank {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 50px;
}

.menu_blank a {
	line-height: 150%;
	font-size: 14px;
}

#workdiv {
	margin-left: 8px;
	margin-right: 8px;
	border: solid 1px #cecece;
	float: left;
	height: 665px;
}

#navidiv {
	margin: 1px;
	background-color: #fafafa;
	border-bottom: solid 1px #cecece;
	height: 26px;
	padding-left: 20px;
	padding-top: 3px;
	font-size: 14px;
}

#displaydiv {
	float: left;
	padding: 10px;
}

.maintable {
	width: 100%;
}

.maintable tr {
	background-color: expression(this.sectionRowIndex == 0 ? "#b2bfcc" :((
		this.sectionRowIndex % 2 == 0) ?   "#f2f4f7" :   "#ffffff" ) );
	color: expression(this.sectionRowIndex == 0 ? "#ffffff" : "#000000");
	font-weight: expression(this.sectionRowIndex == 0 ? "700" : "100");
	height: expression(this.sectionRowIndex == 0 ? "24px" : "36px");
	font-size: 12px;
}

.maintable td {
	padding-left: 6px;
	padding-right: 6px;
}

.lastrow {
	background-color: #b2bfcc;
	height: 24px;
	text-align: right;
}

.noheadtable {
	width: 100%;
}

.noheadtable tr {
	background-color: expression(( this.sectionRowIndex % 2 == 0) ?  
		"#f2f4f7" :   "#ffffff" );
	color: "#000000";
	font-weight: 700;
	height: 36px;
	font-size: 12px;
}

.noheadtable td {
	padding-left: 6px;
	padding-right: 6px;
}

input {
	border: solid 1px #cccccc;
	background-color: #ffffff;
}
.search_result a {
	font-size: 14px;
	font-weight: 700;
}
