/* 个人主页模板css列表 */
/* body元素，定义背景，页面默认字体等 */
body{font-size:12px;}
a:hover {color: #EDDE9B; text-decoration: none}
a {
	text-decoration: none;
	font-size: 12px;
	color: #FF6600;
}
td{
	font-size:12px;
	line-height: 18px;
	color: #DE9313;
	text-decoration: none;
}

/* 定义横导航栏的链接样式 */
a.horizontalMenu {
	font-size: 12px;
	color: #efce96;
	filter: DropShadow(Color=#410300, OffX=1, OffY=1, Positive=1);
	height: 25px;
	line-height: 18px;
	text-decoration: none;
	cursor: auto;
	font-weight: bold;
}
a.horizontalMenu:hover {color: #EEA935; text-decoration: none; font-size: 12pxfont-weight: bold;}

/* 定义竖导航栏的链接样式 */
a.verticalMenu {color: #efce96; text-decoration: none;line-height:20px}
a.verticalMenu:hover {color: #fff3de; text-decoration: none;line-height:20px}

/* 定义“当前位置”的链接样式 */
a.Address {  color: #006699;text-decoration: none;line-height:32px}
a.Address:hover {  color: #666666; text-decoration: none;line-height:32px}

/* 以上样式定义是每个模板必需的 */


/* 其他样式设置 */
.commonfont {  font-size: 12px}
.content {
	font-size: 12px;
	line-height: 20px;
	color: #FFCC99;
}
.com {
	font-size: 26px;
	line-height: 28px;
	color: #FFCC99;
	text-decoration: none;
	font-family: "黑体";
}
.underline {background-attachment: fixed;background-image: url(http://pub.anyp.cn/styles/biz001/images/line_01.gif);	background-repeat: repeat-x;}
.whitefont {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
a.content:link {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
a.content:hover {
	font-size: 12px;
	line-height: 18px;
	color: #FFCC99;
	text-decoration: none;
}
.left_bg{
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.left_menu{
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: none;
}