
/* 文字部分 */
td {
	font-size: 12px;<link rel="stylesheet" type="text/css" href="css.css">
	text-decoration: none;
	line-height: 18px;
} /* 全局字体控制*/


.fontc12{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	text-align: left;
}/* 中文字体，12象素大小，样式1*/


.fontc12a{
	font-size: 12px;
	text-decoration: none;
	color: #786262;
}/* 中文字体，12象素大小，样式2*/
 /* 对于字体属性部分，当页面出现过多不同样式时，则在字号后加入字母编号加以区别。例如：.fontc12a...........fontc12x  */



.fontc14{
	font-size: 14px;
	color: #000000;
}/* 中文字体，14象素大小*/


.fontc16{
	font-size: 16px;
	color: #786262;
}/* 中文字体，16象素大小*/


.fonte9 {
	font-size: 9px;
	font-height: 90%;
	line-height:normal;
	text-decoration: none;
	font-family: Arial;
	color: #000000;
}/* 英文字体，9象素大小*/


.fonte11 {
	font-size: 11px;
	font-height: 100%;
	line-height:15px;
	text-decoration: none;
	font-family: "Arial";
}/* 英文字体，11象素大小*/


.fontleft {
	font-size: 12px;
	line-height: 18px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:0px
}/* 控制文本排列属性，上下左右边距等*/
.fontnav {
	font-size: 12px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px
	padding-bottom:4px;
	color:#C4DEEF
}
.fonttop {
	font-size: 12px;
	line-height: 18px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:6px
}
	
/* 链接部分 */
a:visited {font-size: 12px; color: #8E8D8D; text-decoration: none}
a:active {font-size: 12px; color: #8E8D8D;text-decoration: none}
a:link {font-size: 12px; color: #8E8D8D;text-decoration: none;}
a:hover {font-size: 12px; color: #999999; text-decoration: none} 
/* 全局文字链接属性*/


a.a_nav:visited {font-size: 14px; color: #ffffff; text-decoration: underline}
a.a_nav:active {font-size: 14px; color: #ffffff;text-decoration: underline}
a.a_nav:link {font-size: 14px; color: #ffffff;text-decoration: underline;}
a.a_nav:hover {font-size: 14px; color: #ffffff; text-decoration: underline} 
/* 导航文字链接属性*/


a.a_title:visited {  font-size: 12px; color: #3A0808; text-decoration: none}
a.a_title:active {font-size:12px; color: #3A0808;text-decoration:none}
a.a_title:link {font-size: 12px; color: #3A0808;text-decoration:none}
a.a_title:hover {font-size: 12px; color: #666666; text-decoration: none}
/* 标题文字链接属性*/
/* 链接部分的命名方式为：(a.)+(英文属性描述) 例如：a.nav 就是应用与导航文字的样式*/



/*背景部分*/
.bg {
	background-image: url(../images/index_09.jpg);
	background-repeat: no-repeat;
}
/* 控制td内背景属性，例如非循环出现背景等等*/






/* 表单部分*/
.input {
	height: 17px;
	width: 170px;
	font-size:12px
}/* 控制文本字段属性，边线粗细，背景色等等；其中的color用来指定输入文本颜色*/




.button {  border-color: #CCCCCC #666666 #666666 #CCCCCC; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}
/*控制提交按钮样式*/

a {
	font-size: 14px;
	color: #FFFFFF;
}
.select{
	border-top: 1px solid AD9B9B;
	border-right: 1px solid AD9B9B;
	border-bottom: 1px solid AD9B9B;
	border-left: 1px solid AD9B9B;
	color:#310800;
	width:165px;
	height: 19px;
	margin-right: 1px;
	margin-bottom: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}/* 控制下拉列表属性，边线粗细，背景色等等；其中的color用来指定文本颜色*/
.line {
	bottom: 1px;
	overflow: auto;
	width: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px dotted #666666;
	border-left: 0px none;
}
.dot {
	list-style-position: inside;
	list-style-image: url(searchjobs/mb/dot.gif);
}
.unnamed1 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.font {
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: normal;
}
.fontc14a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
.font12 {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.font12_ {
	font-size: 12px;
	line-height: 23px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.form {
	border: 1px inset;
	margin: auto;
	background-color: #e1e2e2;
}
.fontc12b {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
