body {
	margin: 00px;
	padding: 0px;
	background-color:#afc942;
}
/** { margin:0px; padding:0px;}*/

.divider2 {
	border-bottom: 1px solid #eaebe9;
}

.bodytext{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:normal; 
	color: #666666;
	line-height:18px;
}
.bodytext_i{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold; 
	color: #0087b1;
	font-style:italic;
	line-height:18px;
}

.bodytext_bold{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold; 
	color: #666666;
	line-height:18px;
}
.bodytext_bold2{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold; 
	color: #333333;
	line-height:18px;
}

.head_big{
	font-family: Tahoma;
	font-size: 20px;
	color: #333333;
	line-height:16px;
	padding-bottom:10px;
}

.divider {
	background-image:url(../images/art_dot.gif); background-repeat:repeat-x; 
}

.footertext{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:normal; 
	color: #ebf1d0;
	line-height:16px;
}
.footertext a {
	color: #ebf1d0;
	text-decoration:none;
}
.footertext a:hover {
	color: #708b0b;
	text-decoration:none;
}

.textbox{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:normal; 
	color: #666666;
	line-height:18px;
	background-color:#ffffff;
	border:#9f9f9f 1px solid;
}
.button{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold; 
	color: #ffffff;
	line-height:16px;
	background-color:#9a9a9a;
	border:#ffffff 1px solid;
	margin-left:4px;
	margin-right:4px;
	height:20px;
}
ul.arrow
{
list-style-image: url(../images/art_bul.gif)
}


.leftlink  {
	color: #0087b1;
	text-decoration:none;
	font-weight: normal;
}
.leftlink:hover {
	color: #0087b1;
	text-decoration:none;
	text-decoration:underline;
}
.space {
	padding-bottom:15px;
}
.bordergrey{
	border-top:#8b8989 2px solid;
}