/*---------------------body style------------------*/
*{
font-size:12px;
font-family: Tahoma, Arial, verdana;
margin:0px;
}
/*--------------------------------------------------*/


/*---------------------font & layout------------------*/

.font-white-12px{
font-size:12px;
color: #fff;
}

.font-white-14px{
font-size:14px;
color: #fff;
}

.font-whiteu-12px{
font-size:12px;
color: #fff;
text-decoration:underline;
}


.font-green-18px{
font-size:18px;
font-weight:bold;
color: #003700;
}

.font-green-12px{
font-size:12px;
color: #003700;
}

.font-brown-12px{
font-size:12px;
color: #695505;
}

.font-brown-18px{
font-size:18px;
color: #695505;
}

.font-brown-11bpx{
font-size:11px;
color: #695505;
font-weight:bold;
}

.font-brown-11px{
font-size:11px;
color: #695505;
}

.font-orange-12px{
font-size:12px;
color: #FDCA09;
}

.font-orange-18px{
font-size:18px;
font-weight:bold;
color: #FDCA09;
}

.font-orange-11bpx{
font-size:11px;
font-weight:bold;
color: #EDAA0C;
}

.font-gray-11px{
font-size:11px;
color: #666;
}


.font-copy-12px{
font-size:11px;
color: #695505;
}

.login{width:190px; color:#695505; font-weight:bold;}
.track{width:160px; color:#695505; font-weight:bold;}
.btn-login{border:1px solid #695505; background-color:#FFCD03; color:#695505; font-weight:bold; font-size:11px; width:66px; height:22px;}
.btn-newtopic{border:1px solid #695505; background-color:#FFCD03; color:#695505; font-weight:bold; font-size:11px;  height:22px;}
.border-left{border-left:2px solid #E6E6E0; border-right:2px solid #E6E6E0;}

/*--------------------------------------------------*/


/*---------------------link style------------------*/

a,
a:link,
a:active,
a:visited{	
	color:#585958;
	font-size:12px;
	text-decoration:none;
}

a:hover {
	color: #003400;
	font-size:12px;
	text-decoration: none;
}

/*--------------------------------------------------*/

a.white-link:link,a.white-link:active,
a.white-link:visited  {
	color: #fff;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}
a.white-link:hover {
	color: #fff;
	font-size:12px;
	font-weight:none;
	text-decoration:none;
}
/*--------------------------------------------------*/

a.more-link:link,a.more-link:active,
a.more-link:visited  {
	color: #695505;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
a.more-link:hover {
	color: #FDCA09;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

/*--------------------------------------------------*/

a.page-link:link,a.page-link:active,
a.page-link:visited  {
	color: #695505;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
a.page-link:hover {
	color: #FDCA09;
	font-size:11px;
	font-weight:normal;
	text-decoration: underline;
}


/*--------------------------------------------------*/

a.moreor-link:link,a.more-link:active,
a.moreor-link:visited  {
	color: #FDCA09;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
a.moreor-link:hover {
	color: #fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}


/*--------------------------------------------------*/

a.brown-link:link,a.brown-link:active,
a.brown-link:visited  {
	color: #695505;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
a.brown-link:hover {
	color: #FDCA09;
	font-size:12px;
	font-weight:none;
	text-decoration:none;
}

/*--------------------------------------------------*/

a.nex-link:link,a.nex-link:active,
a.nex-link:visited  {
	color: #695505;
	font-size:11px;
	background-color:#FDCA09;
	font-weight:bold;
	padding:0px 5px 0px 5px;
	text-decoration:none;
}
a.nex-link:hover {
	color: #695505;
	font-size:11px;
	font-weight:bold;
	background-color:#fff;
	text-decoration:none;
}

/*--------------------------------------------------*/
a.topic-link:link,a.topic-link:active,
a.topic-link:visited  {
	color: #695505;
	font-size:12px;
	display:block;
	width:130px;
	background-color:#fff;
	padding:5px;
	border:1px solid #695505;
	font-weight:bold;
	text-decoration:none;
}
a.topic-link:hover {
	color: #fff;
	background-color:#695505;
	padding:5px;
	font-size:12px;
	border:1px solid #695505;
	font-weight:bold;
	text-decoration:none;
}