/* external css file */
/* filename 'default.css' */
/* NO HTML MARKUP ALLOWED */


.home				{
					background-image: url(images/bg_home.gif); 
					background-repeat: no-repeat;
					}

.story				{
					background-image: url(images/bg_story.gif); 
					background-repeat: no-repeat;
					}

.robin				{
					background-image: url(images/bg_instructors.gif); 
					background-repeat: no-repeat;
					}

.rates				{
					background-image: url(images/bg_rates.gif); 
					background-repeat: no-repeat;
					}

.location			{
					background-image: url(images/bg_location.gif); 
					background-repeat: no-repeat;
					}

.policies			{
					background-image: url(images/bg_policies.gif); 
					background-repeat: no-repeat;
					}

.classes			{
					background-image: url(images/bg_classes.gif); 
					background-repeat: no-repeat;
					}

p, td				{
    				color: #404041;
  					font-weight: normal;
  					font-family: arial, helvetica, sanserif;
  					font-size: 12px;
					line-height: 1.4;
					margin: 25px
					}

b					{
    				color: #003645;
					}

iframe				{
    				border:0px;
    				border:none;
    				border-width: 0px;
					}

.active				{
					color: #ffffff;
  					background: none;
  					font-weight: bold;
  					font-family: arial, helvetica, sanserif;
  					font-size: 12px;
  					font-weight: bold;
					}


a:link,
a:visited			{
    				color: #094353;
					text-decoration: underline;
  					font-weight: bold;
					}

a:hover,
a.nav:active		{
					color: #ff0000;  				
					text-decoration: underline;
  					font-weight: bold;
					}



a.nav:link,
a.nav:visited		{
					color: #003443;
  					background: none;
  					font-weight: bold;
  					font-family: arial, helvetica, sanserif;
  					font-size: 12px;
  					font-weight: bold;
					text-decoration: none;
					}

a.nav:hover,
a.nav:active		{
					color: #115577;
  					background: none;
  					font-weight: bold;
  					font-family: arial, helvetica, sanserif;
  					font-size: 12px;
  					font-weight: bold;
					text-decoration: none;
					}