@charset "utf-8";
/* CSS Document */

/* Headers */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#333333;
}
.subheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:800;
	text-align:left;
	color:#333333;
}

/* Link style for Celebrating Seniors */
a img { border: 0; }
a:hover img {border: 0; }
a:visited img {border: 0; }
a:link {
	color:#333333;
	text-decoration:none;
}
a:visited {
	color:#999999;
	text-decoration:none;
}
a:hover {
	color:#066;
	text-decoration:underline;
}
a:active {
	color:#333333;
	text-decoration:none;
}

/* Content */
#contentWrapperInternal {
	background-color:#FFFFFF;
	float:left;
	border:0;
	width:600px;
	height:auto;
	text-align:left;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.95em;
	text-align:left;
	color:#333333;
	}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	margin:15px, 10px, 10px, 10px;
	}
.chart {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	margin:15px, 10px, 10px, 10px;
	}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#333333;
}
.quote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#333333;
}

/* Table layouts */

.tableleft {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:800;
	float:left;
	color:#333333;
	text-align:left;
	width:180px;
	margin-bottom:5px;
	padding:0px;
	}

.tableright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:800;
	color:#333333;
	float:right;
	text-align:right;
	width:65px;
	padding:0px;
	}


/* This style forces the containing element to display the full size
   of the element. Helpful with floated elements and the likes. */
.breaker {
	clear:both;
	height:0;
}
/* Footer style for Celebrating Seniors */
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
	text-align: center;
	color:#333333;
	margin:0;
	padding:0, 0, 20, 0;
}



