.Search {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	padding-right: 3px;
	padding-left: 3px;
}
.Sign_Up {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	margin-right: 1px;
	margin-left: 1px;
}
.Copyright {
	font-family: tahoma;
	font-size: 11px;
	color: #aaaaaa;
	padding-right: 5px;
}
.State {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	padding-right: 5px;
	text-align: right;
}
.Newsletter {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	padding-right: 3px;
	padding-left: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #f08b56;
	border-right-color: #f08b56;
	border-bottom-color: #f08b56;
	border-left-color: #f08b56;
}
 div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 650px;	
	height:90px;	
	padding:10px 0;				
}
div.scrollable div.items {
	width:20000em;	
	position:absolute;
	clear:both;
	margin-left:10px;
}
div.scrollable div.items div {
	float:left;
	text-align:center;
	width:110px;
	padding:25px 0px;
	font-size:30px;
	font-family: tahoma;
	border:1px solid #ccc;
	background-color: #ddd;
	margin-right: 20px;	
	-moz-border-radius:5px;
}
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}
div.scrollable {
	float:left;		
}
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;	
	width:18px;
	height:18px;
	background:url(images/Left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}
a.disabled {
	visibility:hidden !important;		
}
a.next, a.nextPage {
	background-image:url(images/Right.png);
	clear:right;	
}
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}
div.navi a {
	width:36px;
	height:24px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}
div.navi a:hover {
	background-position:0 -8px;      
}
div.navi a.active {
	background-position:0 -16px;     
} 	
A
{
	text-decoration:none;
	color:Gray;
	font-family:Tahoma;
	font-size:11px;
}
A:Hover
{
	color:Red;
}