/*主窗口样式*/
body {
	margin: 0px;
	padding: 0px;
}

/*表格样式*/
td {
	font-family: Verdana,Arial;
	font-size: 12px;
	line-height: 16px;
}

/*一般链接样式*/
a:link {
	font-family: Verdana,Arial;
	font-size: 12px;
	color: #00529C;
	text-decoration: none;
}

a:hover {
	font-family: Verdana,Arial;
	font-size: 12px;
	color: #FF9D07;
	text-decoration: underline;
}
a:active {
	font-family: Verdana,Arial;
         font-size: 12px;
	color: #00529C;
	text-decoration: none;
}
a:visited {
	font-family: Verdana,Arial;
	font-size: 12px;
	color: #0065B3;
	text-decoration: none;
}
/*菜单链接样式*/
a.menu:link {
	font-family: "宋体", Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	font-family: "宋体", Verdana;
	font-size: 12px;
	color:  #FDA500;
	text-decoration: none;
	
}
a.menu:active {
	font-family: "宋体", Verdana;
	font-size: 12px;
	color:  #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	font-family: "宋体", Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

/*菜单间距*/
.MenuSplit {
	height:0px;
	display:none;
}

/*主菜单样式*/
.MenuItem {
	background-color: #0065B3;
	height: 32px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:16px;
}
.MenuItemSelect{
	background-color: #0065B3;
	height: 32px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:16px;
	}
	
/*子菜单样式*/
.SubMenuItem {
	/*background-color: #6E6E70;*/
	height: 17px;
	color: #FFFFFF;
	padding-left:16px;
}

/*子菜单背景*/
.SubMenuItemBG {
	background-color: #6E6E70;
	padding-top:4px;
	padding-bottom:4px;
}


/*子菜单被选中的样式*/
.SubMenuItemSelect {
	font-family: "宋体", Verdana;
	font-size: 12px;
	color: #FF9D07;
	text-decoration: none;
}

/*外框菜单总样式*/
.LeftMenuBar {
	background-image: url(http://img.reedsystem.net/upload/BEW2007/Nepcon_15.jpg);
}

/*页面标题样式*/
.PageTitle {
	font-size: 12px;
	font-family: Verdana,"宋体";
	font-weight: bold;
}
/*输入框样式*/
.inputStyle
	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	} 

a.blue:link {
	font-family: Verdana,Arial;	font-size: 12px;
	color: #00529C;
	text-decoration: underline;
}
a.blue:visited {
	font-family: Verdana,Arial;
	font-size: 12px;
	color: #00529C;
	text-decoration: underline;
}
a.blue:hover {
	font-family: Verdana,Arial;	font-size: 12px;
	color: #00529C;
	text-decoration: underline;
}
a.blue:active {
	font-family: Verdana,Arial;	font-size: 12px;
	color: #00529C;
	text-decoration: underline;
}
h3 {
	background-attachment: scroll;
	background-image: url(http://events.nepconchina.com/nepcon/ewebeditor/uploadfile/bullet-orange.jpg);
	background-repeat: no-repeat;
	color:#00529C;
	font-size:14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20;
	padding-bottom: 5px;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8D33;
	line-height: 20px;
	padding-top: 5px;
}
li {
	list-style-image: url(http://events.nepconchina.com/nepcon/ewebeditor/uploadfile/bullet123456789.gif);
	padding-top: 5px;
	list-style-position: outside;
	padding-left: 0px;
	margin-top: 1px;
}
ul {
}


