.page_design {
	background-color: #FFFFFF;
	font-family:'myriad pro'; 
	color: #000000;
}
.top_links {
	font-family:'myriad pro'; 
	font-size: large;
	font-weight: bold;
}

table {
	border: none;
	}
	
.table_title {
	font-family:'myriad pro'; 
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #4E93DE;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.table_subtitle {
	font-family:'myriad pro'; 
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #4E93DE;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.table_body {
	font-family:'myriad pro'; 
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	text-align: left;
}

.table_body a img {
	border: none;
}

.table_body p
{

}

.bullets {
	font-size: 13px;
	font-family:'myriad pro'; 
	list-style-image: url(pics/light_bulb_s.gif);
}

.bullets a {
	text-decoration: none;
}

#info_links a {
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:hover {
	position: relative;
}

a span {
	display: none;
}

a:hover span {
	display: block;
   	position: absolute; top: 10px; left: 40px;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #f0f0f0; border: 1px dotted #c0c0c0;
	width: 200;
	opacity: 0.9;
	/* end formatting */
}

#topic2 p, #topic3 p {
	font-size: 13px;
	margin: 5px 10px 0px 10px;
}
