@charset "UTF-8";
a:hover {
	text-decoration: underline;
}
a:link {
	color: #7F1451;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #6DB33F;
}
a:active {
	text-decoration: none;
}
b:hover {
	text-decoration: underline;
}
b:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #A04276;
	line-height: 1.5;
	font-style: italic;
}
b:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6DB33F;
	line-height: 1.5;
	font-style: italic;
}
b:active {
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background_fade.jpg);
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 1.75;
}
.headingtext {
	font-style: italic;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #A04276;
}
.headingtextgreen {
	font-style: italic;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #6DB33F;
}
.testimonial {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #A04276;
	line-height: 1.5;
	font-style: italic;
}
#slides
{
	display: none;
}

#slideholder
{
	text-align: center;
	padding-top: 10px;
	height: 425px;
}

#slidecontrols
{
	text-align: center;
}
#slidenext
{
	margin-left: 15px;
}

#tableFooter td {
	padding:8px;
	padding-bottom:15px;
	font-size:10px;
	color:#FFFFFF;
}
#tableFooter td a {
	color:#FFFFFF;
	text-decoration:none;
}
#tableFooter td a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#tablePage
{
	border: 2px solid #ffffff;
}
#tablePage #tdSidenav {
	padding:20px;
	padding-top: 65px;
	font-size:11px;
}
#tablePage #tdSidenav a {
	color: white;
	text-decoration: none;
	line-height: 1.75em;
}
#tablePage #tdSidenav a:hover
{
	text-decoration: underline;
}
#tablePage #tdContent {
	padding: 42px;
	padding-bottom: 65px;
	padding-top:80px;
	background-color:#FFFFFF;
	background-position:top left;
	background-repeat:no-repeat;
	font-size:11px;
}
#pagetitle
{
	color: #c8e7aa;
	padding-bottom: 10px;
	font-weight:normal;
}
/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
/*border: 5px solid #ff0000;*/  
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #a8d589;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #a8d589;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}
