/* 北京意高志远科技发展有限公司通用CSS样式 */
a {
	font-size: 12px;
	color: 666666;
	line-height: 20px;
	text-decoration: none; /* 链接无下划线,有为underline */ 
}
a:link{
     text-decoration:none;
     color:#666666; /* 未访问的链接 */
}
a:visited { 
	text-decoration: none;
	color: #666666; /* 已访问的链接 */
}
a:hover {
	text-decoration: none;
	color: #ff0000; /* 鼠标在链接上 */ 
}
a:active {
	text-decoration: none;
	color: #666666; /* 已点击过的链接 */
}

.menu a:link{
     text-decoration:none;
     color:#000000; /* 未访问的链接 */
}
.menu a:visited { 
	text-decoration: none;
	color: #0000FF; /* 已访问的链接 */
}
.menu a:hover {
	text-decoration: none;
	color: #000000; /* 鼠标在链接上 */ 
}
.menu a:active {
	text-decoration: none;
	color: #666666; /* 已点击过的链接 */
}
a.样式2:link {
font-size: 12px;
color: #FF0000;
text-decoration: none;
}
a.样式2:visited {
font-size: 12px;
color: #FF0000;
text-decoration: none;
}
a.样式2:hover {
font-size: 12px;
color: #0000FF;
}
a.样式2:active {
font-size: 12px;
color: #990000;
}
body,td,th {
	font-size: 12px;
	color: 666666;
line-height: 20px;
}
body {
    background-image: url(images/bg.jpg);
	margin-left: 0px;  /* 左边距 */
	margin-top: 0px;   /* 上边距 */
	margin-right: 0px; /* 右边距 */
	margin-bottom: 0px;/* 下边距 */
	line-height: 20px; /* 行高 */
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td { 
	text-decoration: none;
	border: none;
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
.title
{
font-size: 18px;height: 35px;
}
img {
	text-decoration: none;
	border: none;
}
.input /* 文本框定义 */
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
.select /* 文本框定义 */
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 个别栏目标题文字链接的css定义－－调用代码为<a class='ygzy'>文字</a> */
a.ygzy:link {color: #000000;}
a.ygzy:visited {color: #000000;}
a.ygzy:hover{color: #ff6600;}
a.ygzy:active {color: #000000;} 

#list A:link, #list A:visited, #list A:active { /* 个别定义连接颜色，ID为list */
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-size: 12px;
}
#list A:hover {
	COLOR: #333333;
	TEXT-DECORATION: none;
	font-size: 12px;
}
.wxh /* 字间距*/
{FONT-SIZE: 9pt; WORD-SPACING: 2px; COLOR: #8d8d8a; LINE-HEIGHT: 28px; FONT-FAMILY: "宋体"; LETTER-SPACING: 2px}
.line-bom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: cccccc;
}
.photo {
	filter:dropshadow(color=#cccccc,offx=5,offy=5.positive=45)

}.lrb {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: cadef6;
	border-bottom-color: cadef6;
	border-left-color: cadef6;
}
.header {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: tahoma, verdana; BACKGROUND-COLOR: #3381cc
}
.selet_bg {
	BACKGROUND-COLOR: #ffffff
}
