/* CSS Document */

.links {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-attachment: fixed;
	background-image: url(bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
.links:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #85C30A;
	font-weight: bold;
	background-attachment: fixed;
	background-image: url(bullet2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.links-active {
	font-family: Tahoma;
	font-size: 12px;
	color: #0F3A96;
	font-weight: bold;
	background-attachment: fixed;
	background-image: url(bullet2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.toplinks {
	font-family: Tahoma;
	font-size: 10px;
	color: #9B8367;
	font-weight: bold;
}
.toplinks:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.toplinks-active{
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.bottomlinks {
	font-family: Tahoma;
	font-size: 11px;
	color: #9B8367;
	font-weight: bold;
	margin-left: 1px;
	border: 1px dotted #26211D;
}
.bottomlinks:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 1px;
	text-decoration: underline;
}
.bottomlinks-active {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 1px;
	text-decoration: underline;
}	
.form{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	display: inline;
	font-weight: bold;
	border: 2px outset #b80000;
	background-color: #640000;
}
.linkavani {
	font-family: Tahoma;
	font-size: 11px;
	color: #9B8367;
	font-weight: bold;
	
}
.linkavani:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
	
}
