  /* CSS Document */

body {
	background-color: #bab7cf;
	background-image: url(../images/bg_home.gif);
	background-position:top center;
	background-repeat:repeat-x;
	vertical-align:top;

}

#PageImage {
margin:0px
}  
  p,td,th,li,a {
		font-family: Times;
		font-size: 12px;
		line-height: 15px;
		color: #333333;
  }

  .form {
		font-family: Times;
		font-size: 11px;
		color: #666666;
		background-color: #FFFFFF;
		border: 1px solid #c3c3c3;
  }

  .purple_intro {
		font-family: Times;
		font-size: 18px;
		color: #9f9aba;
		text-decoration: bold; 
		line-height: 18px;
		font-variant: small-caps
  }

  .white_text {
		font-family: Times;
		font-size: 12px;
		color: #FFFFFF;
  }

  .purple_text {
		font-family: Times;
		font-size: 12px;
		color: #9f9aba;
  }
  .base_text {
		font-family: Times;
		font-size: 11px;
		color: #999999;
 }

  .red_nav {
		font-size: 12px; 
		color: #d00000;
  }
  
  .red_nav:link, .red_nav:active, .red_nav:visited {
		color:#d00000; 
		text-decoration: none
  }

  .red_nav:hover {
		color:#FFFFFF; 
		text-decoration: none; 

 }

  .red_nav_base {
		font-size: 11px; 
		color: #d00000;
  }
  
  .red_nav_base:link, .red_nav_base:active, .red_nav_base:visited {
		color:#d00000; 
		text-decoration: none
  }

  .red_nav_base:hover {
		color:#9f9aba; 
		text-decoration: none; 

  }

  .base_nav {
		font-size: 11px; 
		color: #999999;

  }
  
  .base_nav:link, .base_nav:active, .base_nav:visited {
		color:#999999; 
		text-decoration: none
  }

  .base_nav:hover {
		color:#9f9aba; 
		text-decoration: none; 
  }
   
  a:link {
		color:#9f9aba; 
		text-decoration: none
  }

  a:active {
		color:#9f9aba; 
		text-decoration: none
  }


  a:visited {
		color:#009ddf; 
		text-decoration: none
  }


  a:hover {
		color:#7f7f7f; 
		text-decoration: none; 

  }