td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

.b	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.b:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.b:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.a	{
	color: #000099;
	text-decoration: underline;
	}
.a:link {
	color: #000099;
	text-decoration: underline;
}
.a:visited {
	color: #0033CC;
	text-decoration: underline;
}
.point12 {
	font-size: 12px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #385C01;
}
.heading1 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}
body {
	margin: 0px;
}
.whitebold {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

<!--START Slider Container-->

@font-face {
    font-family: 'DejaVuSansBook';
    src: url('DejaVuSans-webfont.eot');
    src: url('DejaVuSans-webfont.eot?#iefix') format('eot'),
         url('DejaVuSans-webfont.woff') format('woff'),
         url('DejaVuSans-webfont.ttf') format('truetype'),
         url('DejaVuSans-webfont.svg#webfontS7fnJSPW') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin:0;
	padding:0;
	background: #EFEFEF;
}
#footerSlideContainer {
	position: fixed;
	bottom:0;
	width: 100%;
}
#footerSlideButton {
	background: url(sliderButton.png) top left no-repeat transparent;
	position: absolute;
	top: -108px;
	right: 20px;
	width:400px;
	height:108px;
	border: none;
	cursor: pointer;
}
#footerSlideContent {
	width: 100%;
	height: 0px;
	background-color: #805C21;
	color: #CCCCCC;
	font-size: 0.8em;
	border: none;
	font-family: DejaVuSansBook, Sans-Serif;
}
#footerSlideContent h3 {
	font-size: 18px;
	color: #FFCC33;
	margin: 10px 0 10px 0;
}
#footerSlideContent ul {
	color: #EE8D40;
	list-style-type: none;
	line-height: 2em;
}
#footerSlideText {
	padding: 15px 10px 25px 25px;
}


<!--END Slider Container-->
