/* menu buttons */
div.searchbutton {
	color: black ;
	background: white ;
	border: 1px solid #808080 ;
	margin: 2px 2px;
}

div.mybutton {
	color: black ;
	background: #94b8e4;
	border-top: 1px solid #ccc ;
	border-right: 1px solid #333 ;
	border-bottom: 1px #333;
	border-left: 1px solid #ccc ;
	text-align : center;
	width : 170px;	
}
a.mymenubutton:link {
	text-decoration: none ;
	color: blue ;
	display: block ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	border : thick none;
	padding-bottom : 4px;
	padding-left : 6px;
	padding-top : 4px;
	background-image: url('images/button.gif');
	text-align : center;
	width : 170px;
}
a.mymenubutton:visited {
	text-decoration: none ;
	color: blue ;
	display: block ;
	font-size : 10pt;
	font-weight : bold;
	background-image: url('images/button.gif');
	padding-bottom : 4px;
	padding-left : 6px;
	padding-top : 4px;
	text-align : center;
	width : 170px;
}
a.mymenubutton:hover {
	text-decoration: none ;
	font-size : 10pt;
	color: black;
	background-image: url('images/buttondown.gif'); 
	display: block ;
}
a.mymenubutton:active {
	text-decoration: none ;
	font-size : 10pt;
	color: yellow ;
	color: #ffe8f8;
	background-image: url('images/buttondown.gif'); 
	display: block ;
}


div.button {
	color: black ;
	background: #dcdcdc ;
	background: #a884e0;
	border-top: 1px solid #ccc ;
	border-right: 1px solid #333 ;
	border-bottom: 1px solid #333 ;
	border-left: 1px solid #ccc ;
}
a.menubutton:link {
	text-decoration: none ;
	color: black ;
	background: #a884e0;
	display: block ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	border : thick none;
	padding-bottom : 4px;
	padding-left : 6px;
	padding-top : 4px;
}
a.menubutton:visited {
	text-decoration: none ;
	color: black ;
	background: #A884E0;
	display: block ;
	font-size : 10pt;
	font-weight : bold;
	margin: 2px;
	padding-bottom : 4px;
	padding-left : 6px;
	padding-top : 4px;
}
a.menubutton:hover {
	text-decoration: none ;
	font-size : 10pt;
	color: #ffe8f8;
	background: #0415b9;
	display: block ;
}
a.menubutton:active {
	text-decoration: none ;
	font-size : 10pt;
	color: yellow ;
	color: #ffe8f8;
	background: #a884e0;
	display: block ;
}
	#foot {
		display: block;
		position: relative;
		width:100%;
		height:24px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		background: Blue center;
		background-color: #003399;
		background-position: center;
	}
	#foot a {
		text-decoration:none;
		padding-left:10px;
		padding-right:10px;
		padding-top:4px;
		padding-bottom:4px;
		color: #FF66FF;
	}
	#foot a:hover {
		color:#FFFFFF;
	}
	#footcopy {
		color: white; 
		padding-left: 0px;
		padding-top: 4px;
		width: 100%;
		height:24px;
		text-align : center;
		font-size: 8pt;
	}
	#footback {
		padding-top: 4px; width: 20%; height:24px;
		right:0px; position:absolute;
	}
	#smalltext{
		font-size: 8pt;
		FONT-FAMILY:verdana,arial;
	}
	TD{
		font-size: 10px;
		FONT-FAMILY:verdana,arial;
		color: 000000;
	}

