

.lanken A:link {text-decoration: none; color: #ffffff;}
.lanken A:visited {text-decoration: none; color: #ffffff;}
.lanken A:active {text-decoration: none; color: #ffffff;}
.lanken A:hover {text-decoration: none; color: #ffffff;}

hr{
	color: #E3E3E3;
	background-color: #E3E3E3;
	height: 1px;
	border: none;
}
body{
	margin: 0;
	background: #3d4431;
	//background: #690d0d;
	background-image: url(../imgs/bg.png);
	background-repeat: repeat-x;
}

.logobtn{
	font-family: trebuchet ms;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 2;
	margin-left: 5;
	margin-right: 5;
}
.logobtn A:link{ color: #ffffff; text-decoration: none; }
.logobtn A:active{ color: #ffffff; text-decoration: none; }
.logobtn A:visited{ color: #ffffff; text-decoration: none; }
.logobtn A:hover{ color: #ffffff; text-decoration: underline; }

.menuitem{
	font-family: trebuchet ms;
	font-size: 12px;
	color: #cfcfcf;
	margin-right: 8;
	margin-left: 6;
	font-weight: bold;
}
.menuitem A:link{ color: #cfcfcf; text-decoration: none; }
.menuitem A:active{ color: #cfcfcf; text-decoration: none; }
.menuitem A:visited{ color: #cfcfcf; text-decoration: none; }
.menuitem A:hover{ color: #ffffff; text-decoration: none; }

.menuitem_selected{
	font-family: trebuchet ms;
	font-size: 12px;
	color: #ffffff;
	margin-right: 8;
	margin-left: 6;
	font-weight: bold;
}
.menuitem_selected A:link{ color: #ffffff; text-decoration: none; }
.menuitem_selected A:active{ color: #ffffff; text-decoration: none; }
.menuitem_selected A:visited{ color: #ffffff; text-decoration: none; }
.menuitem_selected A:hover{ color: #ffffff; text-decoration: underline; }

td{
	font-family: trebuchet ms;
	font-size: 11px;
	color: #000000;
}
td A:link{ color: #3b5f2f; text-decoration: none; }
td A:active{ color: #3b5f2f; text-decoration: none; }
td A:visited{ color: #3b5f2f; text-decoration: none; }
td A:hover{ color: #3b5f2f; text-decoration: underline; }

.c{
	background: url(../imgs/contentbg.png);
	background-repeat: no-repeat;
}

.content{
	line-height: 17px;
}

.innerboxtitle{
	margin-left: 10;
	color: #ffffff;
	font-weight: bold;
}
.testabtn{
	font-family: georgia;
	color: #ffffff;
	background: url(../imgs/testabtn.png);
	cursor: pointer;
	cursor: hand;
}
.testabtn:hover{
	background: url(../imgs/testabtn_hover.png);
}

h1{
	font-family: georgia;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 8;
	margin-top: 3;
}

h2{
	font-family: georgia;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 2;
	margin-top: 6;
}

h3{
	font-family: georgia;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 2;
	margin-top: 5;
	font-style: italic;
}

.subitem{
	background: url(../imgs/subitem.png);
	cursor: pointer;
	cursor: hand;
}
.subitem:hover{
	background: url(../imgs/subitem_selected.png);
}
.subitem A:link{ color: #333333; text-decoration: none; }
.subitem A:active{ color: #333333; text-decoration: none; }
.subitem A:visited{ color: #333333; text-decoration: none; }
.subitem A:hover{ color: #333333; text-decoration: none; }

.subitem_selected{
	background: url(../imgs/subitem_selected.png);
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}
.subitem_selected A:link{ color: #37592b; text-decoration: none; }
.subitem_selected A:active{ color: #37592b; text-decoration: none; }
.subitem_selected A:visited{ color: #37592b; text-decoration: none; }
.subitem_selected A:hover{ color: #37592b; text-decoration: none; }

.logo{
	font-family: trebuchet ms;
	font-size: 29px;
	color: #ffffff;
	margin-left: 27;
	margin-bottom: 6;
}
.logo A:link{ color: #ffffff; text-decoration: none; }
.logo A:active{ color: #ffffff; text-decoration: none; }
.logo A:visited{ color: #ffffff; text-decoration: none; }
.logo A:hover{ color: #ffffff; text-decoration: none; }

img{
	border: 0;
}

