/* Global Styles */




BODY { 
  background: #333333 url("lifeworks_logo.gif");
  background-repeat: repeat-y;
   background-position: 100% 0%;
  background-attachment: fixed;
  margin:0px;
}
	
	
td {
	font:11px Veranda, Arial, Helvetica, sans-serif;
	}
	
a {
	font: 14px "Bookman Old Style";
	text-decoration:underline;
	letter-spacing:.009em;
	color:#003366;
	
	}
	
a:hover {
	color: #660000;
	text-decoration:underline;
	font-weight: strong;
	}

/* ID Styles */

#navigation td {
	border-bottom: 0px solid #000000;
	}
	
#navigation a {
	font: 13px"helvetica";
	color: #FFFFFF;
	line-height:18px;
	letter-spacing:.06em;
	text-decoration: none;
	display:block;
	padding:8px 10px 10px 30px;
	background: url("none.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background:  #FFFFFF url("small_logo.gif") 14px 50% no-repeat;
	color: #660000;
	
	}
	
/* Class Styles */
	
.bodyText {
	font:14px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:18px;
	margin-top:0px;
	}

.bodyText2 {
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:16px;
	margin-top:0px;
	}
	
.pageName{
	font: 20px "Bookman Old Style";
	color: #333333;
	line-height:22px;
	letter-spacing:.02em;
	}
	
.heading{
	font: 15px "Bookman Old Style";
	color: #003366;
	line-height:22px;
	letter-spacing:.005em;
	}

	
.largeText {
	font: 15px Arial, Helvetica, sans-serif;
	color: #660000;
	line-height: 20px;
	}
	.largeText2 {
	font: 15px Arial, Helvetica, sans-serif;
	color: #660000;
	line-height: 20px;
	}
	
.smallText {
	font: 11px "Helvetica";
	color: #333333;
	line-height: 14px;
	

	}

.dateText {
	font: 11px "Helvetica";
	color: #FFFFFF;
	line-height: 12px;
	

	}

	.footerText {
	font: 12px "Times New Roman", Times, serif;
	color: #CCCCCC;
	line-height: 13px;
	}


	
	
.navText {
	font: 11px "Helvetica";
	color: #003366;
	line-height:16px;
	font-weight: strong;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
