.foot_note {
     font-size: 75%;
}


.center {
     text-align: center;
}


body {
     width: 800px;
	 margin: 0px;
	 text-align: center;
}

p (
     font-size: 80%;
}


.body_frame {
     width: 800px;
	 border-color: #000000;
	 border: 0px;
	 border-style: solid;
	 text-align: left;
	 margin: 0px;
}


.button {
     height: 32px;
	 width: 200px; 
	 background-image: url("/images/button.gif");
	 background-repeat: no-repeat;
	 margin: 0px;
}


.menu_link a:link { color: #000000; text-decoration: none; font-weight: bold; font-size: 80%;}
.menu_link a:visited { color: #000000; text-decoration: none; font-weight: bold; font-size: 80%;}
.menu_link a:hover { color: #800040; text-decoration: none; font-weight: bold; font-size: 80%;}
.menu_link a:active { color: #000000; text-decoration: none; font-weight: bold; font-size: 80%;}


.featured_sites_header {
	background: #3DA6D1; 
	color: #000000; 
	font-weight: bold;
	font-size: 8pt; 
	border: 1px solid #000000; 
	width: 175px; 
	height: 20px;
	line-height: 20px;
    text-align: center;
	margin: auto;
	padding: 2px;
}

.featured_sites {
     font-size: 8pt; 
	 background: #ffffff; 
	 color: #000000; 
	 border: 1px solid #000000; 
	 width: 175px; 
	 padding: 2px;
	 text-align: center;
	 margin: auto;
	 line-height: 18px;
}

