.body
{
	font-family: arial,helvetica,sans-serif;
	color: rgb(f2f2f2);
	font-size: 10pt;
 
}


a:link, a:visited {
	font-family: arial,helvetica,sans-serif;
	font-size:10pt;
	color: #11407c;
	text-decoration: none;
}
a:active, a:hover {
	font-family: arial,helvetica,sans-serif;
	font-size:10pt;
	color: #cc3300;
	text-decoration: underline;

}


table 
{
	border-collapse:separate;
	border-spacing:0;
	text-align:left;
 
}


.ftlinks a: {
	font-family: arial,helvetica,sans-serif;
	font-size:8pt;
	color: #454545;
	text-decoration: underline;

}


.ftlinks a:link  {
	font-family: arial,helvetica,sans-serif;
	font-size:8pt;
	color: #454545;
	text-decoration: underline;

}

.ftlinks a:visited {
	font-family: arial,helvetica,sans-serif;
	font-size:8pt;
	color: #11407c;
	text-decoration: underline;

}

.ftlinks a:hover {
	font-family: arial,helvetica,sans-serif;
	font-size:8pt;
	color: #fgfgfg;
	text-decoration: none;
}




	
/* Form Styles

**********************************************************************************************************/



form { /* -- */

	display:inline; 

	margin: 0px; 

	padding: 0px; 

} 



.button {

  font-family      : Arial, Helvetica, sans-serif;

  font-style       : normal;

  font-size        : 9px;

  background-color : #F0F0F0;

  color            : #666666;

  border           : 1px solid #666666;

}



.inputbox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	height : auto;
	color: #000000;
	background-color : #F0F0F0;
	border : 1px solid #666666;
}

.inputareabox {

  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight: normal;  
  

  color            : #666666;

  background-color : #F0F0F0;

  border           : 1px solid #666666;

}
 

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:620px;
    height:255px;
    margin:0 auto;
    padding-top:4px;
    margin-top:5px;
}

#slider {
	position:relative;
    width:618px;
    height:246px;
    margin-left:10px;
	background:url("images/loading.gif") no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url("images/bullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url("images/arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}