* {
	margin: 0;
	padding: 0;
}
a {
	color: #7F9612;
}
table td {
	vertical-align: top;
}
body {
	background: #F2F2F2 url('../images/bg.gif') repeat-x 0px 100px;

}
.textinput, textarea {
	width:  250px;
	font-family: Georgia;
	font-size: 13px;
	padding: 2px;
}
textarea {
	height: 100px;
}
.top {
	background: #3C4804 url('../images/top.gif') no-repeat;
	height: 100px;
}
.menu_left {
	float: left;
	width: 160px;
	height: 170px;
	background: #95B115 url('../images/menu_left.gif') repeat-y;
}
.menu_left_top {
	width: 160px;
	height: 16px;
	background: url('../images/menu_left_top.gif') no-repeat;
}
.menu_left_content {
	width: 160px;
	height: 154px;
}
.menu_left_content a {
	height: 24px;
	display: block;	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.menu_left_content a:hover, .menu_left_content a.active {
	background-color: #839B0E;
}
.menu_left_content a div {
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
}
.teaser {
	float: left;
	width: 600px;
	height: 170px;
	background-repeat: no-repeat;
}
.teaser_menu {
	width: 160px;
}
.teaser_menu a {
	height: 24px;
	display: block;	
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	text-decoration: none;
}
.teaser_menu a:hover {
	text-decoration: underline;
}
.teaser_menu a div {
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
}
.menu_right {
	float: left;
	width: 160px;
	height: 170px;
	background: #95B115;
}
.menu_right_top {
	width: 160px;
	height: 16px;
	background: url('../images/menu_right_top.gif') no-repeat;
}
.menu_right_content a {
	height: 24px;
	display: block;	
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	text-decoration: none;
}
.menu_right_content a:hover {
	text-decoration: underline;
}
.menu_right_content a div {
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
}
.clear {
	height: 1px;
	clear: both;
}
.bar_left {
	float: left;
	width: 160px;
	height: 170px;
	background: #F2F2F2;
	text-align: center;
	padding-top: 20px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666;
}
.a {
	width: 160px;
	height: 170px;
	background: #F2F2F2;
	text-align: center;
	padding-top: 20px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666;
}
.bar_left img {
	margin-top: 5px;
	margin-bottom: 4px;
}
.bar_left_top {
	float: left;
	width: 160px;
	height: 16px;
	background: url('../images/menu_left_top.gif') no-repeat;
}
.bar_right {
	float: left;
	background: #F2F2F2;
	text-align: center;
	padding-top: 20px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666;
	padding-left: 5px;
	overflow: hidden;
}
.c {
	background: #F2F2F2;
	text-align: center;
	padding-top: 20px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666;
	padding-left: 5px;
	overflow: hidden;
}
.bar_right img {
	margin-top: 5px;
	margin-bottom: 4px;
}
.app {
	float: left;
	width: 600px;
	padding-bottom: 100px;
	
	background: #fff;
}
.b {
	width: 600px;
	padding-bottom: 100px;
	
	background: #fff;
}
.b .innerApp {
	padding: 20px;
	font-family: Georgia;
	font-size: 13px;
}