/* CSS Document */
td.text{
font:11px; FONT-FAMILY: Tahoma,Verdana,Arial; color:"#555555";
line-height: 18px;
}
h4 {
	color:#039; font-family:verdana, tahoma
}
table.text{
font:11px; FONT-FAMILY: Tahoma,Verdana,Arial; color:"#555555";
line-height: 12px;
}
.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 70px;
margin-bottom: 30px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
border-style: dotted;
width: 150px;
height: 80px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

