a.menuitem:link
{
	color:white;
	font-family:arial, helvetica;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

a.menuitem:visited
{
	color:white;
	font-family:arial, helvetica;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

a.menuitem:hover
{
	color:red;
	font-family:arial, helvetica;
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
}


a.green:link
{
	color:"#659865";
	text-decoration:none;
}

a.green:visited
{
	color:"#659865";
	text-decoration:none;
}

a.green:hover
{
	color:blue;
	text-decoration:none;
}

a.black:link
{
	color:black;
}
a.black:visited
{
	color:black;
}
a.black:hover
{
	color:blue;
}



td.menucolumn
{
	background:#659865;
	width:120;
	height:100%;
}

tr.menuitemrow
{
	height:25px;
}

td.menuitemcol
{
	width:120;
	background-color:#006633;
	text-align:left;
	vertical-align:middle;
}

tr.horizmenurow
{
	background:#659865;
	width:100%;
}

td.horizmenuitemcol
{
	background-color:#006633;
	text-align:center;
	vertical-align:middle;
}

tr.horizmenuitemrow
{
	text-align:center;
	vertical-align:middle;
}

table.traveloguebackground
{
	background-image: url(/graphics/notebookbackground.gif);
	background-color: #CCCCCC;
	background-repeat: repeat-y;
}

table.favphotosbackground
{
	background-image: url(/graphics/notebookbackground-black.gif);
	background-color: #CCCCCC;
	background-repeat: repeat-y;
}

