html {
	background: #F0F0F0 url(images/Body_BG.jpg) repeat-x;
}


Body {
	font-size: 13px;
	font-family : Verdana;
	color : #666666;
	margin: 0px;
	background: url(images/Footer_BG.jpg) bottom repeat-x;
}

A.dark:link {
	color: #666666;
	text-decoration: none;
}

A.dark:visited {
	color: #666666;
	text-decoration: none;
}

A.dark:active {
	color: #666666;
	text-decoration: none;
}

A.dark:hover {
	color: #00BEF3;
	text-decoration: none;
}

A.top:link {
	color: #FFFFFF;
	padding-right: 20px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

A.top:visited {
	color: #FFFFFF;
	padding-right: 20px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

A.top:active {
	color: #FFFFFF;
	padding-right: 20px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

A.top:hover {
	color: #333333;
	padding-right: 20px;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}


A:link {
	color: #00BFF3;
	text-decoration: none;

}

A:visited {
	color: #00BFF3;
	text-decoration: none;

}

A:active {
	color: #00BFF3;
	text-decoration: none;

}

A:hover {
	color: #999999;
	text-decoration: none;

}

table {
	
}

TD {
	font-size: 13px;
	padding: 0;
	margin: 0;
	font-family : Verdana;
}

P {
	font-size: 13px;
	font-family : Verdana;
}

HR {
	color : #CCCCCC;
	height : 1px;
}





/* The Nivo Wrapper */
.nivo-slider-wrapper {
 height:351px;
 margin:0 auto;
 width:940px;
 position: relative;
 overflow:hidden;
}

/* The Nivo Slider styles */
.nivoSlider {
 position:absolute;

}
.nivoSlider img {
 position:absolute;
 top:0px;
 left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
 position:absolute;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 border:0;
 padding:0;
 margin:0;
 z-index:60;
 display:none;
}
/* The slices in the Slider */
.nivo-slice {
 display:block;
 position:absolute;
 z-index:50;
 height:100%;
}
/* Caption styles */
.nivo-caption {
 position:absolute;
 left:0px;
 bottom:0px;
 padding:0px;
 background:#fff;
 color:#000;
 font-weight:bold;
 font-size:15px;
 opacity:0.8; /* Overridden by captionOpacity setting */
 width:940px;
 z-index:89;
}
.nivo-caption p {
 padding:0px;
 margin:0;
}
.nivo-caption a {
 display:inline !important;
}
.nivo-html-caption {
 display:none;
}
/* Direction nav styles (e.g. Next & Prev) DISABELED*/
.nivo-directionNav a {
 display:none; /* remove this line to enable */
 position:absolute;
 top:45%;
 z-index:99;
 cursor:pointer;
}
.nivo-prevNav {
 left:0px;
}
.nivo-nextNav {
 right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
 left:800px;
 position:absolute;
 top:320px;
}
.nivo-controlNav a { 
 background: url('./images/coda-pager.png') no-repeat; 
 background-position: 0 0;
 color: #fff; 
 display: block; 
 float: left; 
 width: 13px;
 height:14px;
 margin:0 3px;
 text-indent:-9999px; 
 text-decoration: none;
 position:relative;
 z-index:99;
 cursor:pointer;
}
 
.nivo-controlNav a:hover, .nivo-controlNav a.active { 
 background-position:0px -14px; 
}

#nivo-slider {
	position:relative;
	background:url('./images/loading.gif') no-repeat 50% 50%; 
}

#nivo-slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
