
/* *********************** Text Styles ************************  */
/* ******* Ian Bennington *************************************  */
/* ******* last updated September 2008 ************************  */
/* ************************************************************  */
/* ******* contents: ******************************************  */
/* ******* Menu Styling ***************************************  */
/* ******* Text Body ******************************************  */
/* ******* Flash Scroll ***t-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.body_text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF00FF;
	text-decoration: none;
}
a.body_text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}


/* ******* Menu Styling ***************************************  */
/* Top Menu */
table.top_menu {
	align:center;
	vertical-align: middle;
	text-align: center;
	border: thin solid #000000;
	background-color: #FFFFFF;
}

a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66376E;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

a.nav:hover {
	color: #FF00FF;
	font-size: 12px;
	font-weight: bold;
}

a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

/* Left Menu */
a.body_title:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF00FF;
	font-weight: bold;
	text-decoration: none;
}
a.body_title:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.body_title:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* Left Menu */
a.body_current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* ******* Flash Scroll ***************************************  */
/* Front page only */
#photoscroll {
	align:center;
	vertical-align: middle;
	text-align: center;
}


/* ******* Remainders *****************************************  */
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #66376E;
	font-weight: bold;
}

