body {
	background-image: url(/photos/res/bg.gif);
	background-repeat: repeat-x;
	background-color: #061844;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #7E93CC;
	margin: 0px;
	padding: 0px;
}

.navtitle a{
	font-size: 10pt;;
	color: #FFFFFF;
	font-weight: bold;
}
.tinytext-black {
	font-weight: normal;
	color: #000000;
	font-size: 8px;
}
.titlelargeBlack {
	font-size: small;
	color: #000000;
	font-weight: bold;
}
ul	{
	list-style-type: disc;
	margin: 0px;
	padding-left: 15px;
}
li	{
	padding-bottom: 7px;
}
.footer {
	color: #999999;
	font-size:x-small;
}

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 88%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 88%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 107px;
	float: left;
}



/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.5em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a brown background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #644F25;
	color: #FFF;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

a:link {
	text-decoration: none;
 	color: #E5B673;
}

a:visited {
	text-decoration: none;
	color: #E5B673;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.current {
	font-weight: bold;
	color: #a9bae7;
}

.cthumb {
	background-color: #657bb2;
	border: 0px;
}

.thumb {
	background-color: #354b7f;
	border: 0px;
}

.image { border: 1px solid #aaaaaa;}
a:link .image {  border-color: #aaaaaa;}
a:visited .image {  border-color: #aaaaaa;}
a:hover .image { border-color: #ffffff;}

.mthumb { border: 1px solid #aaaaaa;}
a:link .mthumb {  border-color: #aaaaaa;}
a:visited .mthumb {  border-color: #aaaaaa;}
a:hover .mthumb { border-color: #ffffff;}

.slideImage { border-width: 8px; border: 8px solid; border-color: #ffffff;}
a:link .slideImage { border-color: #ffffff;}
a:visited .slideImage { border-color: #ffffff;}

.title {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

.title a:link {
	text-decoration: none;
	color: #000000;
}

.title a:visited {
	text-decoration: none;
	color: #000000;
}

.title a:hover {
	text-decoration: none;
	color: #ffffff;
}

.infotable {
	border-collapse: collapse;
}

.infotable td {
	border: 1px solid #38518C;
	border-collapse: collapse;
}

.infotable table {
	border-collapse: separate;
}

.infotable table td {
	border: 0px;
}

.dirname {
	font-size: 100%;
	font-weight: bold;
	color: #AAAAAA;
}

.comment {
	color: #E5B673;
	font-weight: bold;
	font-size: 100%;
}

.smalltxt {
	color: #7E93CC;
	font-size: 90%;
}

.xsmalltxt {
	color: #7E93CC;
	font-size: 80%;
}

.newlabel {
	font-size: 70%;
	font-weight: bold;
	color: #EEEEEE;
	background-color: #AA0088;
}