﻿body {
}
/*-------------------------------------首页Logo的样式--------------------------------*/
.HeadLogoStyle
{
position: absolute;
/*background: url(Images/LOGO.png);*/
height: 210px;
width: 1000px;
}
*html .HeadLogoStyle
{
position: absolute;
/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/LOGO.png');*/
height: 210px;
width: 1000px;
background:;
}
*+html .HeadLogoStyle
{
position: absolute;
/*ackground: url(Images/LOGO.png);*/
height: 210px;
width: 1000px;
}
/*------------------------------------首页页眉背景的样式----------------------------------*/
.HeadBgStyle
{
background: url(Images/HeadBg.png);
height: 210px; 
width: 1000px;	
}
*html .HeadBgStyle
{
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/HeadBg.png');
height: 210px; 
width: 1000px;	
background:;
}
*+html .HeadBgStyle
{
background: url(Images/HeadBg.png);
height: 210px; 
width: 1000px;	
}

/*---------------------------------------导航菜单的样式---------------------------------*/
.NagvagageStyle
{
font-size: 9pt; 
font-family: Arial 宋体; 
color:#992d54;
}
.UserControlStyle
{
text-align: right; 
width:1000px;
}
.IntraUserControlStyle
{
text-align: right; 
width:1000px;
}

.enStyle
{
background:url(Images/imgEngilsh.gif) no-repeat; 
width:18px; 
height:14px;
cursor:pointer;
}
.frStyle
{
background:url(Images/imgFrench.gif) no-repeat; 
width:18px; 
height:14px;
}
.zhStyle
{
background:url(Images/imgChina.gif) no-repeat; 
width:18px; 
height:14px;
}	

.logbgimg
{
 background:url(Images/logo.gif);	
 width:250px;
 height:160px;
  cursor:pointer;
}