body,td,th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #1d8fd5;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
boxback
{
    background-image: url(images/fsp_r11_c1.jpg);

}
p
{
  font-family: Georgia, Serif;
    color: #ffffff;
  	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/* START - NAVIGATIONAL LINKS */
a:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffa000;
   	text-decoration: none;
}
a:visited
{
  color: #ffa000;
  text-decoration: none;
}

a:active
{
  color: #ffa000;
  text-decoration: none;
}

a:hover
{
  color: #ffa000;
  text-decoration: underline;
}
/* END - NAVIGATIONAL LINKS */

/* START - FOOTER LINKS */
a.bottom:link
{
  color: #ffa000;
  text-transform: uppercase;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a.bottom:visited
{
  color: #ffa000;
  text-transform: uppercase;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a.bottom:active
{
  color: #ffa000;
  text-transform: uppercase;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a.bottom:hover
{
  color: #ffa000;
  text-transform: uppercase;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline
}
/* END - FOOTER LINKS */

/* START - COPYRIGHT LINKS */
a.copyright:link
{
  color: #009900;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a.copyright:visited
{
  color: #009900;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a.copyright:active
{
  color: #009900;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a.copyright:hover
{
  color: #009900;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline
}
 /* END - COPYRIGHT LINKS */

 /* START - BULLETTED LISTS */
 ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(images/bullet.jpg) ;
background-repeat: no-repeat;
background-position: 0px 3px;
color: #ffa000;
  text-indent: 20px
}
 /* END - BULLETTED LISTS */


 /* START - NAVIGATIONAL LINKS */
a.nav:link
{
  color: #bbbd96;
  text-transform: capitalize;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;

  background-image: url(http://www.workpic.com/devel/images/indent.jpg);
  background-repeat: no-repeat;
  text-indent: 20px
}

a.nav:visited
{
  text-transform: capitalize;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a.nav:active
{
  text-transform: capitalize;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a.nav:hover
{
  color: #ff5208;
  text-transform: capitalize;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: underline
}
 /* END - NAVIGATIONAL LINKS */




 /* START - HEADERS */
h1 {
	font-size: 12px;
	color: #ffffff;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #ff5208;
   	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #66FF00;
   	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	color: #FFFF00;
   	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	color: #FF0099;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
 /* END - HEADERS */

/* START - TABLES */

tabTable {
  border: dashed #FF3300;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px

}
enrique {
  border: dashed #3366FF

}
/* END - TABLES */




/* START - TABBED FRAME */
 .dynamic-tab-pane-control.tab-pane {
	position:	relative;
	/*width:		100%;		 width needed weird IE bug */
	/*margin-right:	-2px;	 to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab {
	width: 70px;
	height: 16px;
	background-image: url( "images/tab/tab.png" );
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin: 1px -1px 1px 2px;
	padding: 2px 0px 0px 0px;
	border: 0;
	z-index: 1;
	font: 11px Tahoma, Helvetica, sans-serif;
	white-space: nowrap;
	text-align: center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width: 74px !important;
	height: 18px !important;
	background-image:	url( "images/tab/tab_active.png" ) !important;
	background-repeat: no-repeat;
	border-bottom-width:	0;
	z-index: 3;
	padding:	2px 0px 0px 0px;
	margin: 1px -3px -3px 0px;
	top: -2px;
	font: 11px Tahoma, Helvetica, sans-serif;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font:	11px Tahoma, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	font:	11px Tahoma, Helvetica, sans-serif;
	width: 70px;
	height: 16px;
	background-image:	url( "images/tab/tab_hover.png" );
	background-repeat: no-repeat;
}
.dynamic-tab-pane-control .tab-page {


    border: 1px solid rgb( 145, 155, 156 );
	background: rgb( 252, 252, 254 );
	z-index: 2;
	position: relative;
	top: -2px;
	font: 11px Tahoma, Helvetica, sans-serif;
	color: #333;

	/*244, 243, 238*/
	/* 145, 155, 156*/
	padding:	5px;
	width: 97%;  /* stupid stupid stupid IE!!! */
	float: left;

}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}
/* END - TABBED FRAME */

