.medTahoma	{font: normal 11px Tahoma;}



/* Floating */
.left {float: left;}
.right {float: right;}

/* Text Align */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}


/* Width 760 */
.width {width: 760px;}

.noborder {text-decoration: none;}

/* Background colors */
.cream {background: #F8F8EB;}



.scroll{color: #333333;}
.scroll a:link, .scroll a:visited {color: #333333; text-decoration: none;}
.scroll a:hover {color: #333333; text-decoration: none;}


div#home-slide	
{
	position:relative;
	overflow:hidden;
	width:257px;
	height:153px;
	z-index:100;
	background-image: url(homimages/hom_slidebg.gif);
	background-color: #F8F8EB;
}

div#homeslide-content	
{ 
	position:absolute; 
	left:0px; top:0px; 
	width:257px; height:153px; 
	clip:rect(0px, 257px, 153px, 0px); 
	overflow:hidden;	
	z-index:1; 
}
div.home-content 
{ 
	position:relative;
	visibility:hidden; 
	left:0px;
	top:0px; 
	z-index:2; 
}

div#homeslide-links 
	{
		position:absolute;
		left:80px;
		top:130;
		z-index:3
	}

table#slidetable-content
	{ 
		width:1285px;
		
	}

table#slidetable-content td 
	{
		width:257px;
		height:153px;
		
	}
