@charset "utf-8";
/* CSS Document */

#fotter{
	width:92%;
	margin-top: 10px;;
	margin-right: 2%;
	margin-bottom: 10px;
	margin-left: 2%;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#000000;
	text-decoration: none;
	float: left;
	height: 50px;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#CCCCCC;
}

html>body #fotter{
	width:90%;
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 10px;
	margin-left: 5%;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#000000;
	text-decoration: none;
	padding: 0px;
	float: left;
	height: 50px;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#CCCCCC;
	position: relative;
}
.fotter_links {
	font-family:Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	float: left;
	width: 100%;
	color:#666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*------------------------------------------------fotterlinks --------------------*/
a.fotterlink:link {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#000000;
	padding-right: 5px;
	padding-left: 5px;

}
a.fotterlink:visited {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#000000;
	padding-right: 5px;
	padding-left: 5px;

}
a.fotterlink:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color:#008000;
	padding-right: 5px;
	padding-left: 5px;

}
a.fotterlink:active{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color:#000000;
	padding-right: 5px;
	padding-left: 5px;

}

#fotterleft{
float:left;
width:400px;
padding-top:5px;
text-align:left;
}

#fotterleft a:link{
text-decoration:none;
color:#373924;
}

#fotterright{
float:right;
width:280px;
text-align:right;
padding-top:5px;
height:20px;
}

#fotterright ul{
padding:0px;
margin:0px;
}

#fotterul li{
list-style: none;
display: inline;
padding-left:15px;
padding-top:0px;
padding-bottom:0px;
}

#fotterul li a{
text-decoration: none;
color:#333333;
}

#fotterul li a:link{
text-decoration: none;
color:#333333;
}

#fotterul li a:visited{
text-decoration: none;
color:#333333;
}

#fotterul li a:hover{
text-decoration: underline;
color:#719BC1;
}

A:link {
text-decoration: none;
color:#333333;
}

A:visited{
text-decoration: none;
color:#333333;
}

A:hover{
text-decoration: underline;
color:#719BC1;
}

.onHover{
cursor: pointer;
cursor: hand;
}
