/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*--------menu------*/
.home{
	background-image:url(images/but-home.gif);
	background-repeat:no-repeat;
	width:49px;
	height:15px;
	padding-top:7px;
	text-align:center;
}
.home2{
	background-image:url(images/but-home-hover.gif);
	background-repeat:no-repeat;
	width:49px;
	height:15px;
	padding-top:7px;
	text-align:center;
}
.hometext{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
}
.hometext:hover{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

/*-------body-------*/
.bodytext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	line-height:16px;
	text-decoration:none;
}

/*------footer-------*/
.copyright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#026da5;
	text-decoration:none;
	padding-right:9px;
}